IMSL C# Numerical Library

NonlinearRegression.Digits Property

The number of good digits in the residuals.

public virtual int Digits {set;}

Property Value

An int specifying the number of good digits in the residuals.

Remarks

The number of digits must be greater than zero. By default, Digits = 15.

Exceptions

Exception TypeCondition
ArgumentException is thrown if Digits is set less than or equal to 0

See Also

NonlinearRegression Class | Imsl.Stat Namespace