Are there any machine learning algorithms, prediction models that can help me compress exponentially distributed data? I have already encoded the file using golomb codes, which definitely saves tons of space, but this is not enough -- I need compression. PAQ8L does not compress it enough.

Please ask for the file if needed.

Exponentially distributed --

{a,b,b,a,a,b,c,c,a,a,b,a,a,b,a,c,b,a,b,d}

link|improve this question
Looseless? .... – belisarius Jan 14 '11 at 17:43
A variant of Huffmann-coding maybe? – biziclop Jan 14 '11 at 18:38
feedback

1 Answer

I don't think it's theoretically possible. The Golomb code is already optimal for geometrically distributed data.

link|improve this answer
Not true; google paq8l; it compresses the golomb coded string I am interested by at least 50%. Yes, it is definitely possible. – user562688 Jan 14 '11 at 20:18
yes, I do need lossless compression. – user562688 Jan 14 '11 at 20:20
feedback

Your Answer

 
or
required, but never shown