a go package that implements the efficient, accurate, and stable calculation of online statistical quantities.
Go to file
Stephen McQuay 3ed4a9e467
flesh out docs and pass golint
2016-07-31 22:41:26 -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 flesh out docs and pass golint 2016-07-31 22:41:26 -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.