NonlinearRegressionModel.BestFitParameters Property

Note: This API is now obsolete.
Gets a vector containing the values of the regression parameters.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
[ObsoleteAttribute("Use the ParameterValues property instead.")]
public DenseVector<double> BestFitParameters { get; }

Property Value

DenseVector<Double>

See Also