Arima Model.Moving Average Order 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#
A non-negative integer that specifies the order of the moving average component in the ARIMA model.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int MovingAverageOrder { get; set; }
Property Value
Int32A non-negative integer that specifies the order of the moving average component in the ARIMA model.
Exceptions
ArgumentOutOfRangeException | value is less than 0.0. |