SelectionRegressionMaximumGoodSaved Property |
The maximum number of good regressions for each subset size saved.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int MaximumGoodSaved { set; }
Public Overridable WriteOnly Property MaximumGoodSaved As Integer
Set
public:
virtual property int MaximumGoodSaved {
void set (int value);
}
abstract MaximumGoodSaved : int with set
override MaximumGoodSaved : int with set
Property Value
Type:
Int32
An
int containing the maximum number of good regressions saved
for each subset size.
Remarks MaximumGoodSaved must be greater than or equal to MaximumBestFound. Normally, MaximumGoodSaved
should be less than or equal to 10. It should never need be larger
than MaximumSubsetSize, the maximum number of subsets for any
subset size. Computing time required is inversely related to
MaximumGoodSaved.
The default value is maximum(10,MaximumSubsetSize).
See Also