node-faststats
node-faststats copied to clipboard
Quickly calculate statistics of a running stream of data
First, fantastic library. Second, it seems to me like node-faststats calculates percentiles without interpolating. For instance, if my data points are `1,3,6`, the 5th percentile would be 1, instead of...
My data actually starts with negative #'s .. and I use my own bucket list .. however, the docs indicate the buckets are the UPPER limits .. and the first...
Some time when a use iqr on stats will return empty stats object it is correct or is a bug ? Exemple : var s1 = new Stats().push(22.437, 22.437, 2.437,...