a go package that implements the efficient, accurate, and stable calculation of online statistical quantities.
Go to file
Stephen McQuay 84b41cf7fe Got sick of dealing with errors
- just return 0.0 for empty OnlineStats
2014-01-01 10:46:34 -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 Got sick of dealing with errors 2014-01-01 10:46:34 -08:00
ostat_test.go Got sick of dealing with errors 2014-01-01 10:46:34 -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.