Click or drag to resize
SelectionRegressionMaximumBestFound Property
The maximum number of best regressions to be found.

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

Property Value

Type: Int32
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