a go package that implements the efficient, accurate, and stable calculation of online statistical quantities.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stephen McQuay 3ed4a9e467
flesh out docs and pass golint
7 years ago
.hgignore init 9 years ago
license updated license 8 years ago
ostat.go flesh out docs and pass golint 7 years ago
ostat_test.go added coverage 7 years ago
readme.md tweaks 9 years ago

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.