streaming-percentiles icon indicating copy to clipboard operation
streaming-percentiles copied to clipboard

Cross-platform, multi-language implementation of multiple streaming percentile algorithms

Results 9 streaming-percentiles issues
Sort by recently updated
recently updated
newest added

Related to Issue #36 : A related question: When I try gk < float > and gk < double > , float is slower than double. Can you please check...

with 3.1, ``` var sp = require('streaming-percentiles'); var epsilon = 0.1; var g = new sp.GK(epsilon); for (var i = 0; i < 1000; ++i) g.insert(Math.random()); var p50 = g.quantile(0.5);...

One useful feature (to me) would be the ability to export the current state, and then restore. For example, I have a server constantly being fed data. If the server...

several feature improvements and bug fixes were made past 3.1, but then development stopped. Is it solid enough for an official release?