a go package that implements the efficient, accurate, and stable calculation of online statistical quantities.
Go to file
Stephen McQuay c782f99f05 updated license 2015-06-22 19:46:48 -07:00
.hgignore init 2013-12-28 23:56:48 -08:00
license updated license 2015-06-22 19:46:48 -07:00
ostat.go added access to os.n 2014-11-24 23:06:31 -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.