SelectionRegressionMaximumBestFound Property |
The maximum number of best regressions to be found.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int MaximumBestFound { set; }
Public Overridable WriteOnly Property MaximumBestFound As Integer
Set
public:
virtual property int MaximumBestFound {
void set (int value);
}
abstract MaximumBestFound : int with set
override MaximumBestFound : int with set
Property Value
Type:
Int32
An
int containing the maximum number of
best regressions to be reported.
Remarks
If the criterion option is selected, the
MaximumBestFound best regressions for each subset size
examined are reported. If the adjusted or
Mallow's criteria are selected, the
MaximumBestFound among all possible regressions are found.
By default, MaximumBestFound = 1.
See Also