ArimaModel.AutoRegressiveOrder 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.0
C#
public int AutoRegressiveOrder { get; set; }

Property Value

Int32
A non-negative integer that specifies the order of the auto-regressive component in the ARIMA model.

Exceptions

ArgumentOutOfRangeException

value is less than 0.0.

See Also