I hope this doesnt repeat other posts...
This problem is known in logistics
and usually expressed as
  newWMA=: (oldWMA*(1-alpha))+alpha*value
alpha can be called the "smoothing constant"
Often defaulted to 0.1
Or it can be smoothed itself.

----- Original Message ----- From: "Dan Bron" <[EMAIL PROTECTED]>
To: "Programming forum" <[email protected]>
Sent: Wednesday, April 09, 2008 4:10 AM
Subject: Re: [Jprogramming] Unaverage


I wrote:
 I need to "undo" an average.



----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to