ExponentialMovingFunction

A time series smoothing operator. For two values with the given Distance, the first one is multiplied with TailWeight and the second one with HeadWeight. The resulting average is written into OutputValueBA and becomes the new tail value. HeadWeight and TailWeight must sum to 1.

ParameterName ObjType Type Remarks
TheInputConcept CON IN inherited
InputTimeBA BA IN  
InputValueBA BA IN  
HeadWeight V IN  
TailWeight V IN  
Distance V IN positive integer
OutputTimeBA BA OUT  
OutputValueBA BA OUT  
TheOutputConcept CON OUT inherited