IValidationStatisticalOutliers.OutliersType

Fore Syntax

OutliersType: ValidationStatisticalOutliersType;

Fore.NET Syntax

OutliersType: Prognoz.Platform.Interop.Ms.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.

Fore and Fore.NET Examples

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

See also:

IValidationStatisticalOutliers