Content deleted Content added
Algorithm III |
→Algorithm III: ignore my previous comment |
||
Line 93:
I'm pretty sure this is wrong. From Welford's Paper:
S[n]=S[n-1]+(n-1)/n*(x[n]-mean[n-1])^2
--[[User:Cfp|cfp]] 21:58, 15 August 2006 (UTC)
:I'm talking rubbish it's fine as x[n]-mean[n] = (n-1)/n*(x[n]-mean[n-1]). Sorry! --[[User:Cfp|cfp]] 22:20, 15 August 2006 (UTC)
|