Operator SimpleMovingFunction |
This operator combines windowing with the computation of the average value
in each window. There is only one OutputValueBA which contains the average
of the values in a window of the given WindowSize; windows are computed
with the given Distance between each window. See also the description
of the Windowing operator.
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 |
|
WindowSize |
Value |
Input |
no |
1 |
1 |
|
Distance |
Value |
Input |
no |
1 |
1 |
|
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 |