a go package that implements the efficient, accurate, and stable calculation of online statistical quantities.
Go to file
Stephen McQuay 6ade53d2f3 added package doc info 2014-01-01 16:18:55 -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 package doc info 2014-01-01 16:18:55 -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.