Click or drag to resize
NonlinearRegressionDigits Property
The number of good digits in the residuals.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int Digits { set; }

Property Value

Type: Int32
An int specifying the number of good digits in the residuals.
Exceptions
ExceptionCondition
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