ArimaModel.AutoRegressiveParameters Property

Gets the parameters corresponding to the auto-regressive terms in the model.

Definition

Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<Parameter<double>> AutoRegressiveParameters { get; }

Property Value

Vector<Parameter<Double>>
A vector containing the parameters corresponding to the auto-regressive terms in the model.

See Also