Note the hand-synced TypeScript port in timeseries-compressibility
1 changed file+4−1
README.mdmodified+4−1View file
@@ -9,7 +9,10 @@ The estimand is the conditional entropy H(z_{M+1} | z_1..z_M) in bits, which
99 decreases to the entropy rate of z — the true lossless compression limit in
1010 bits/sample — as the past window M grows beyond the memory of the process.
1111
12-Companion to [timeseries-compressibility](https://github.com/concept-collection/timeseries-compressibility).
12+Companion to [timeseries-compressibility](https://github.com/concept-collection/timeseries-compressibility),
13+which carries a hand-synced TypeScript port of this estimator in `src/entropy/`
14+(run in the browser from a worker) — when changing the algorithm here, change
15+it there too.
1316
1417 ## Method
1518