Arima Model.Degree Of Differencing 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#
A non-negative integer that specifies the number of times the time series data should be differenced..
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int DegreeOfDifferencing { get; set; }
Property Value
Int32A non-negative integer that specifies the number of times the time series data should be differenced..
Exceptions
ArgumentOutOfRangeException | value is less than 0.0. |