Skip to content

jvf/welford

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

welford - Online Variance with Welfords method

Computes the variance of a dataset by incrementally adding values to an accumulator. Welfords method is more numerically stable than the standard method.

Welfords method goes back to a 1962 paper by B. P. Welford and is presented in Donald Knuth’s Art of Computer Programming, Vol 2.

This implemenation is modelled after the following:

See also:

About

Online Variance with Welfords method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages