runningstats
v0.1.0
Published
Very simple running mean, variance, and std dev
Downloads
4
Readme
Running Stats
A simple lib for calculating mean, variance, and standard deviation from a stream of values.
all code taken from: http://www.johndcook.com/standard_deviation.html
Installing & Testing
npm install
grunt