Click or drag to resize
NonlinearRegressionDFError Property
The degrees of freedom for error.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double DFError { get; }

Property Value

Type: Double
A double which specifies the degrees of freedom for error or null if Solve(NonlinearRegressionIFunction) has not been called.
See Also