check_std
Classes:
Name | Description |
---|---|
CheckStd |
Checks data for elements greater than a specified number of standard deviations |
Classes#
CheckStd #
Bases: ThresholdChecker
, ABC
Checks data for elements greater than a specified number of standard deviations away from the mean.
The value of the threshold is specified by an attribute on each data variable, and the attribute to search for is specified as a property of this base class.
If the specified attribute does not exist on the variable being checked then no failures will be reported.
Methods:
Name | Description |
---|---|
run |
|