Regression Model<T>.Parameter Values 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.3
C#
A vector of real numbers.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<T> ParameterValues { get; }
Property Value
Vector<T>A vector of real numbers.
Remarks
The vector is read-only.