tweaks
This commit is contained in:
parent
30b1e6ec56
commit
ca6120d392
@ -5,8 +5,8 @@ ostat is a go package that implements the efficient, accurate, and stable
|
|||||||
calculation of [online](http://en.wikipedia.org/wiki/Online_algorithm)
|
calculation of [online](http://en.wikipedia.org/wiki/Online_algorithm)
|
||||||
statistical quantities. More info on what is being implemented here can be
|
statistical quantities. More info on what is being implemented here can be
|
||||||
found on
|
found on
|
||||||
[wikipedia](http://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Online_algorithm)
|
[wikipedia](http://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Online_algorithm).
|
||||||
|
|
||||||
The algorithm comes from [*The Art of Computer Programing*, vol 2 by Knuth](http://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#cite_note-5).
|
The algorithm comes from *The Art of Computer Programing*, vol 2 by [Knuth](http://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#cite_note-5).
|
||||||
|
|
||||||
For documentation please refer to `ostat_test.go`.
|
For documentation please refer to `ostat_test.go`.
|
||||||
|
Loading…
Reference in New Issue
Block a user