system.kanoa.item.getMeasureSampleCountConsistency(paramsDict)
Returns events flagged where sampleCount deviates significantly from the mean.
Parameters
paramsDict Dictionary
| - maxRows | Integer | Set to 500 if not provided. Set to 0 for no limit. |
| - measureId | Integer | |
| - outliersOnly | Boolean | Set to True if not provided and will retunr all events |
| - tStampEnd | DateTime | Not required. Inclusive |
| - tStampStart | DateTime | Not required. Inclusive |
| - zScoreThreshold | Float | Set to 2.0 if not provided |
Returns
data pyDataset
Example