a go package that implements the efficient, accurate, and stable calculation of online statistical quantities.
Go to file
Stephen McQuay 74b57a41fe added documentation for CI 2014-11-23 00:29:35 -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 documentation for CI 2014-11-23 00:29:35 -08:00
ostat_test.go Added some test coverage for the String method 2014-01-01 16:10:19 -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.