StepwiseRegressionTolerance Property |
The tolerance used to detect linear dependence among the independent
variables.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double Tolerance { set; }
Public Overridable WriteOnly Property Tolerance As Double
Set
public:
virtual property double Tolerance {
void set (double value);
}
abstract Tolerance : float with set
override Tolerance : float with set
Property Value
Type:
Double
A
double containing the tolerance used for detecting linear
dependence.
Remarks
By default, Tolerance = 2.2204460492503e-16.
See Also