2
votes
2answers
38 views
error correction code upper bound
If I want to send a d-bit packet and add another r bits for error correction code (d>r)
how many errors I can find and correct at most?
2
votes
3answers
118 views
Theory: Compression algorithm that makes some files smaller but none bigger?
I came across this question;
"A lossless compression algorithm claims to guarantee to make some files smaller and no files larger.
Is this;
a) Impossible
b) Possible but …
5
votes
11answers
343 views
How to prove to our users that they are not being cheated?
I have an information theory question about how to prove (or at least give statistical evidence) that an auction website is not shilling its users.
We recently launched a pay-per …
0
votes
1answer
98 views
what part of numbers has more entropy?
Given the sequence pf numbers N1, N2, N3... from some source, not a PRNG but say sensor or logging data of some kind, is it safe to assume that processing it like this
Nn / B = …
1
vote
2answers
100 views
Entropy repacking
I have been tossing around a conceptual idea for a machine (as in a Turing machine) and I'm wondering if any work has been done on this or related topics.
The idea is a machine th …
2
votes
4answers
241 views
Relation of Entropy to Lossless Compression Rate
From Shannon's Source Coding Theorem we know that the entropy of a compressed string is bounded by the entropy of the original string like so:
H(X) <= L < H(X) + 1/N
where …
5
votes
5answers
568 views
Shannon’s entropy formula. Help my confusion.
Hi,
my understanding of the entropy formula is that it's used to compute the minimum number of bits required to represent some data. It's usually worded differently when defined, …
4
votes
10answers
738 views
What is the computer science definition of entropy?
I've recently started a course on data compression at my university. However, I find the use of the term "entropy" as it applies to computer science rather ambiguous. As far as I c …
0
votes
3answers
367 views
Fibonacci coding
Can anybody suggest a good book/paper/website/background reading about universal codes for integers and especially Fibonacci code (in the sense of http://en.wikipedia.org/wiki/Fibo …
