OnlineLogBinning Github Link

Stable Dev Build Status

Julia package to determine effective number of uncorrelated data points in a correlated data stream via an O(log N) online binning algorithm.

To use this package, one adds it in any usual Julian way, for example, by simply pressing ] in the Julia REPL to enter pkg mode, and then by typing the following

pkg> add OnlineLogBinning

to download OnlineLogBinning.jl from Julia's General Registries. (Remember to press Backspace to leave pkg mode.)