Kpss Test Type Enumeration
Specifies the deterministic component in the KPSS stationarity null hypothesis.
Definition
Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.7.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.7.0
public enum KpssTestTypeMembers
| Level | 0 | Tests whether the series is stationary around a constant. |
| Trend | 1 | Tests whether the series is stationary around a deterministic linear trend. |