Entropíkóðun
Entropíkóðun, or entropy coding, is a form of lossless data compression used in computer science and information theory. It is a type of statistical data compression that works by assigning shorter codes to more frequent symbols and longer codes to less frequent symbols. The theoretical limit for compression is determined by the entropy of the data source, which is a measure of its randomness or unpredictability.
There are several algorithms that fall under the umbrella of entropy coding, including Huffman coding and arithmetic
The effectiveness of entropy coding depends on the accuracy of the probability model used. If the model
Entropy coding is widely used in various applications, such as image and video compression (e.g., JPEG, MPEG),