ArimaModel.AutoRegressiveParameters 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#
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