NonlinearRegressionCoefficients Property |
The regression coefficients.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] Coefficients { get; }
Public Overridable ReadOnly Property Coefficients As Double()
Get
public:
virtual property array<double>^ Coefficients {
array<double>^ get ();
}
abstract Coefficients : float[] with get
override Coefficients : float[] with get
Property Value
Type:
Double
A
double array containing the regression coefficients or
null if
Solve(NonlinearRegressionIFunction) has not been called.
See Also