Arima Model.Degree Of Differencing Property
Gets or sets the degree of differencing of 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 number of times the time series data should be differenced..
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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
Argument | value is less than 0.0. |