Arima Model.Auto Regressive Order Property
Gets or sets the number of auto-regressive terms in the ARIMA model.
Definition
Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A non-negative integer that specifies the order of the auto-regressive component in the ARIMA model.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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
Argument | value is less than 0.0. |