system.kanoa.item.getMeasureOutliers(paramsDict)
Returns events where measureValue falls outside N standard deviations of the mean.
Parameters
paramsDict Dictionary
| - measureId | Integer | Optional |
| - tStampEnd | DateTime | Optional range end, inclusive |
| - tStampStart | DateTime | Optional range start, inclusive |
| - zScoreThreshold | Float | Optional, defaults to 2.0 |
Returns
data pyDataset
Example