Arima Model.Auto Regressive Order Property
Gets or sets the number of auto-regressive terms in the ARIMA model.
Definition
Namespace: Extreme.Statistics.TimeSeriesAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A non-negative integer that specifies the order of the auto-regressive component in the ARIMA model.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int AutoRegressiveOrder { get; set; }
Property Value
Int32A non-negative integer that specifies the order of the auto-regressive component in the ARIMA model.
Exceptions
ArgumentOutOfRangeException | value is less than 0.0. |