RegressionModel<T>.ParameterValues Property

Gets the values of the parameters associated with this model.

Definition

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

Property Value

Vector<T>
A vector of real numbers.

Remarks

The vector is read-only.

See Also