a go package that implements the efficient, accurate, and stable calculation of online statistical quantities.
Go to file
Stephen McQuay 78387b0284
added coverage
2016-07-31 22:41:04 -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 make OnlineStat marshal nicely to json 2016-07-31 22:36:22 -07:00
ostat_test.go added coverage 2016-07-31 22:41:04 -07: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.