ArimaModel.MovingAverageOrder Property

Gets or sets the number of moving average terms in the ARIMA model.

Definition

Namespace: Extreme.Statistics.TimeSeriesAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int MovingAverageOrder { get; set; }

Property Value

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

Exceptions

ArgumentOutOfRangeExceptionvalue is less than 0.0.

See Also