Arima Model.Moving Average Order Property
Gets or sets the number of moving average 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 moving average component in the ARIMA model.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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
Argument | value is less than 0.0. |