The ValidationStatisticalOutliersType enumeration is used to determine an area of statistical outlier detection.
It is used by the following property:
Value | Brief description |
0 | CrossSerie. Outliers are detected by series, that is, the rule checks all series and detects statistical outliers for each series. |
1 | CrossDate. Outliers are detected by frequency points, that is, the rule checks all points of the execution period and detects statistical outliers for the certain date by all series. |
2 | Total. Outliers are detected by all data, that is, the rule checks all series and all points of execution period and detects statistical outliers across all data. |
See also: