Click or drag to resize
SelectionRegressionCriterionOption Property
The criterion option used to calculate the regression estimates.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual SelectionRegressionCriterion CriterionOption { get; set; }

Property Value

Type: SelectionRegressionCriterion
An int containing the criterion option.
Remarks

By default for all criteria, subset size 1,2, ..., k = nCandidate are considered. However, for 
            R^2 the maximum number of subsets can be restricted using property MaximumSubsetSize.

Criterion OptionDescription
RSquaredFor 
                  R^2, subset sizes 1, 2, ..., MaximumSubsetSize are examined. This is the default with MaximumSubsetSize = nCandidate.
AdjustedRSquaredFor Adjusted R^2, subset sizes 1, 2, ..., nCandidate are examined.
MallowsCPFor Mallow's C_p Subset sizes 1, 2, ..., nCandidate are examined.

See Also