Closed GoogleCodeExporter closed 8 years ago
Changed on the repository in Jan 17, 2013
We followed
Incremental calculation of weighted mean and variance by Tony Finch
http://nfs-uxsup.csx.cam.ac.uk/~fanf2/hermes/doc/antiforgery/stats.pdf
mean = mean + weight *(value - lastMean)/weightSum
varianceSum = varianceSum + weight * (value - lastMean) * (value - mean)
Original comment by abi...@gmail.com
on 22 Aug 2013 at 1:39
Original issue reported on code.google.com by
hdd...@gmail.com
on 14 Nov 2012 at 9:38Attachments: