Time Series Model<T>.Parameters Property
Gets the collection of parameters associated with this model.
Definition
Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A vector of Parameter<T> objects.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public ParameterVector<T> Parameters { get; protected set; }
Property Value
ParameterVector<T>A vector of Parameter<T> objects.
Remarks
The vector is read-only.