DependenceCriterion

Description

The DependenceCriterion enumeration contains criteria types used to select the best dependence form.

It is used by the ISmCurveEstimation.Criterion property.

Available Values

  Value Brief description
0 R2. Determination coefficient. Percentage of explained variance for a dependent (explained) variable. A model with the greatest value is selected.
1 R2Adj. Adjusted determination coefficient. Determination coefficient adjusted for the number of regressors. A model with the greatest value is selected.
2 SSR. Sum of squared residuals. The model with the smallest value is selected.
3 Serr. Standard error of regression. The model with the smallest value is selected.

See also:

Stat Assembly Enumerations