Click or drag to resize

ADFTestTimeSeriesModelType Enumeration

Type of time series model to use while performing test.

Namespace:  FinMath.Statistics.HypothesisTesting
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public enum TimeSeriesModelType
Members
  Member nameValueDescription
ModelTypeAR0 Autoregressive.
ModelTypeARD1 Autoregressive with drift.
ModelTypeTS2 Trend stationary.
See Also