CriterionType

Description

The CriterionType enumeration contains search criteria.

It is used by the following properties and methods:

Available Values

  Value Brief description
0 SumOfSquareForecast. The sum of squared deviations from forecast mean 1 step forward.
1 MeanError. Mean of residuals.
2 MeanAbsError. Mean absolute error.
3 SumOfSquareError. The sum of residual squares.
4 R2. Determination coefficient maximum.
5 R2adj. The maximum of adjusted determination coefficient.

See also:

Stat Assembly Enumerations