a go package that implements the efficient, accurate, and stable calculation of online statistical quantities.
Go to file
Stephen McQuay 30b1e6ec56 added readme 2013-12-29 01:03:07 -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 distinction between population and sample statistic 2013-12-29 00:48:20 -08:00
ostat_test.go added distinction between population and sample statistic 2013-12-29 00:48:20 -08:00
readme.md added readme 2013-12-29 01:03:07 -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.