NonlinearRegressionDFError Property |
The degrees of freedom for error.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double DFError { get; }
Public Overridable ReadOnly Property DFError As Double
Get
public:
virtual property double DFError {
double get ();
}
abstract DFError : float with get
override DFError : float with 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