Re: Calculating the moving average more efficiently by still accurately ?
by "Skybuck Flying" <spam@[EMAIL PROTECTED]
>
Apr 6, 2008 at 06:44 PM
Hmm now that I look at the old code I realize using these new formula's
might make things more complex than really necessary.
The code right now simply has a calculate method which only performs the
calculation when the moving average needs to be known.
I am not going to bother changing the code and risk new bugs.
I only have to calculate the moving average over 10 samples or so, twice.
So it's not to bad.
Bye,
Skybuck.