IValidationStatisticalOutliers.OutliersType

Syntax

OutliersType: ValidationStatisticalOutliersType;

Description

The OutliersType property determines the data area used to find statistical outliers.

Comments

By default OutliersType = ValidationStatisticalOutliersType.CrossSerie, that is, statistical outliers are found separately for each series.

Example

The property use is given in the example for IValidationStatisticalOutliers.LowerPercentile.

See also:

IValidationStatisticalOutliers