The maximum number of best regressions to be found.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int MaximumBestFound { set; }
Visual Basic (Declaration)
Public Overridable WriteOnly Property MaximumBestFound As Integer
Visual C++
public:
virtual property int MaximumBestFound {
	void set (int value);
}

Field 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