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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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