Tagged Questions
10
votes
11answers
4k 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 can tell, it roughly ...
5
votes
4answers
2k views
How do I compute the approximate entropy of a bit string?
Is there a standard way to do this?
Googling -- "approximate entropy" bits -- uncovers multiple academic papers but I'd like to just find a chunk of pseudocode defining the approximate entropy for a ...
0
votes
6answers
253 views
Data Compression
i have a task to compress a stock market data somehow...the data is in a file where the stock value for each day is given in one line and so on...so it's a really big file.
Eg,
123.45
234.75
...