Click or drag to resize
NonlinearRegressionCoefficients Property
The regression coefficients.

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

Property Value

Type: Double
A double array containing the regression coefficients or null if Solve(NonlinearRegressionIFunction) has not been called.
See Also