Arima Model.Auto Regressive Parameters Property
Gets the parameters corresponding to the auto-regressive terms in the model.
Definition
Namespace: Extreme.Statistics.TimeSeriesAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A vector containing the parameters corresponding to the auto-regressive terms in the model.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.