IMSL C# Numerical Library

SelectionRegression.MaximumBestFound Property

The maximum number of best regressions to be found.

public virtual int MaximumBestFound {set;}

Property Value

An int containing the maximum number of best regressions to be reported.

Remarks

If the R^2 criterion option is selected, the MaximumBestFound best regressions for each subset size examined are reported. If the adjusted R^2 or Mallow's C_p criteria are selected, the MaximumBestFound among all possible regressions are found.

By default, MaximumBestFound = 1.

See Also

SelectionRegression Class | Imsl.Stat Namespace | RSquared | AdjustedRSquared | MallowsCP