Arima Model.Auto Regressive Parameters 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.3
C#
A vector containing the parameters corresponding to the auto-regressive terms in the model.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.