Skip to main content

system.kanoa.item.getMeasureSampleCountConsistency(paramsDict)

Returns events flagged where sampleCount deviates significantly from the mean.


Parameters

paramsDict Dictionary

- maxRowsIntegerSet to 500 if not provided. Set to 0 for no limit.
- measureIdInteger
- outliersOnlyBooleanSet to True if not provided and will retunr all events
- tStampEndDateTimeNot required. Inclusive
- tStampStartDateTimeNot required. Inclusive
- zScoreThresholdFloatSet to 2.0 if not provided

Returns

data pyDataset


Example