Operator 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.


Parameter

Parameter Object Type optional min_arg max_arg Remarks
TheInputConcept Concept Input no 1 1 inherited
InputTimeBA BaseAttribute Input no 1 1  
InputValueBA BaseAttribute Input no 1 1  
Weights Value Input no 1 sum must be 1
Distance Value Input no 1 1 positive integer
OutputTimeStartBA BaseAttribute Output no 1 1  
OutputTimeEndBA BaseAttribute Output no 1 1  
OutputValueBA BaseAttribute Output no 1 1  
TheOutputConcept Concept Output no 1 1 inherited