ArimaModel.AutoRegressiveOrder Property

Gets or sets the number of auto-regressive terms in the ARIMA model.

DefinitionPermalink

Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public int AutoRegressiveOrder { get; set; }

Property ValuePermalink

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

ExceptionsPermalink

ArgumentOutOfRangeException

value is less than 0.0.

See AlsoPermalink