IMSL C# Numerical Library

NonlinearRegression.Coefficients Property

The regression coefficients.

public virtual double[] Coefficients {get;}

Property Value

A double array containing the regression coefficients or null if Solve has not been called.

See Also

NonlinearRegression Class | Imsl.Stat Namespace