Skip to content

Welford's online algorithm for the population mean and variance estimation

License

Notifications You must be signed in to change notification settings

dizcza/OnlineMean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welford's Online algorithm

Welford's Online algorithm of esimating population mean and variance.

To build the tests run

gcc onlinemean.c test_onlinemean.c -o onlinemean.o -lm

About

Welford's online algorithm for the population mean and variance estimation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages