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.
546 B
546 B
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
.