WeightedMovingFunction

This operator works like SimpleMovingFunction, but the weighted average is computed. The window size is not given explicitly, but is determined from the number of Weights given. The sum of all Weights must be 1.


ParameterName ObjType Type Remarks
TheInputConcept CON IN inherited
InputTimeBA BA IN  
InputValueBA BA IN  
Weights V List IN sum must be 1
Distance V IN positive integer
OutputTimeStartBA BA OUT  
OutputTimeEndBA BA OUT  
OutputValueBA BA OUT  
TheOutputConcept CON OUT inherited