1
Name:
Anonymous
2012-10-23 4:56
How does one get optimal delta/golumn encoding on a sorted list of a given distribution?
Making the K for the golumn distribution the same as the expected value of the given distribution is apparently sub-optimal.
2
Name:
Anonymous
2012-10-23 4:58
Should I be posting this to /sci/ ?
3
Name:
Anonymous
2012-10-23 5:01
>>2
You should be inserting cucumbers into your anus.
7
Name:
Anonymous
2012-10-23 5:51
>>5
Minimum number of bits used for representation of the golumn encoded integers.
9
Name:
Anonymous
2012-10-23 8:20
https://en.wikipedia.org/wiki/Elias_delta_coding
https://en.wikipedia.org/wiki/Golomb_coding
Anyway, if you have sorted integers
x0 to
xn-1 from
X , just use arithmetic coding with the probability for
xi from the distribution of the minimum of
n - i random variables from
X≥ xi-1 .