The regression coefficients.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double[] Coefficients { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Coefficients As Double()
Visual C++
public:
virtual property array<double>^ Coefficients {
	array<double>^ get ();
}

Field Value

A double array containing the regression coefficients or null if Solve(NonlinearRegression..::.IFunction) has not been called.

See Also