Dickey Fuller Test Type Enumeration
Enumerates the types of regression used in the (Augmented) Dickey-Fuller Test.
Definition
Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public enum DickeyFullerTestType
Members
NoConstant | 0 | A constant or trend is not included. |
Constant | 1 | A constant term (drift) is included. |
ConstandAndTrend | 2 | A constant term (drift) and a trend term are both included. |