a go package that implements the efficient, accurate, and stable calculation of online statistical quantities.
Go to file
Stephen McQuay 1b669ee5f1 Added support for starting mid-stream 2014-01-01 12:00:15 -08:00
.hgignore init 2013-12-28 23:56:48 -08:00
license.md added license 2013-12-29 01:02:46 -08:00
ostat.go Added support for starting mid-stream 2014-01-01 12:00:15 -08:00
ostat_test.go Added support for starting mid-stream 2014-01-01 12:00:15 -08:00
readme.md tweaks 2013-12-29 01:04:15 -08:00

readme.md

ostat

ostat is a go package that implements the efficient, accurate, and stable calculation of online statistical quantities. More info on what is being implemented here can be found on wikipedia.

The algorithm comes from The Art of Computer Programing, vol 2 by Knuth.

For documentation please refer to ostat_test.go.