Unary coding is an entropy encoding that represents a number n with n-1 ones followed by a zero. For example 5 is represented as 11110. An entropy encoding is a coding scheme that assigns codes to symbols so as to match code lengths with the probabilities of the symbols. ...
Unary coding is equivalent to the probability distribution: In mathematics, a probability distribution assigns to every interval of the real numbers a probability, so that the probability axioms are satisfied. ...
Golomb coding is a form of entropy coding invented by Solomon W. Golomb that is optimal for alphabets following geometric distributions, that is, when small values are vastly more common than large values.
The quotient is sent in unarycoding, followed by the remainder in truncated binary encoding.
It is equivalent to Golomb coding where the tunable parameter is a power of two.