Assembly: Ms;
The IValidationStatisticalOutliers interface is used to work with validation rule of the Statistical Outliers Analysis type.
IValidationStatisticalOutliers
The rule finds statistical outliers in data.
To set up parameters of this rule, cast the value returned by the IValidationFilter.Details property to the IValidationStatisticalOutliers interface.
Property name | Brief description | |
InvertException | The InvertException property determines whether to invert validation errors. | |
LowerPercentile | The LowerPercentile property determines lower outlier border probability. | |
OutliersType | The OutliersType property determines the data area used to find statistical outliers. | |
UpperPercentile | The UpperPercentile property determines upper outlier border probability. |
Property name | Brief description | |
The Kind property returns type of validation rule. | ||
The SelectionFilter property returns parameters of the filter limiting the checked series. | ||
The SelectionTargetData property returns object determining data used for validation. |
See also: