Entropy Encoding



Entropy Encoding uses standard encoding techniques similar to those used by ".ZIP" files. The values are compressed in a lossless way by using either Huffman encoding or arithmetic encoding. The standard allows either of these to be used.

Both of these use probability distributions to take advantage of patterns in the data.