ArimaModel.DegreeOfDifferencing Property

Gets or sets the degree of differencing of the ARIMA model.

Definition

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

Property Value

Int32
A non-negative integer that specifies the number of times the time series data should be differenced..

Exceptions

ArgumentOutOfRangeExceptionvalue is less than 0.0.

See Also