RegressionModel<T>.ParameterValues Property

Gets the values of the parameters associated with this model.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<T> ParameterValues { get; }

Property Value

Vector<T>
A vector of real numbers.

Remarks

The vector is read-only.

See Also