system.kanoa.item.getMeasureRollingAverage(paramsDict)
Returns measureValue with a rolling average and rolling standard deviation over a sliding window.
Parameters
paramsDict Dictionary
| - measureId | Integer | Optional |
| - tStampEnd | DateTime | Optional range end, inclusive |
| - tStampStart | DateTime | Optional range start, inclusive |
| - windowSize | Integer | Optional number of events in rolling window, defaults to 10 |
Returns
data pyDataset
Example