NonlinearRegressionDigits Property |
The number of good digits in the residuals.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int Digits { set; }
Public Overridable WriteOnly Property Digits As Integer
Set
public:
virtual property int Digits {
void set (int value);
}
abstract Digits : int with set
override Digits : int with set
Property Value
Type:
Int32
An
int specifying the number of good digits in the residuals.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown if Digits is set less than or equal to 0
|
Remarks
The number of digits must be greater than zero.
By default, Digits = 15.
See Also