TimeSeriesModels..::..DickeyFullerStatistic Method (IOhlcValueArrays)
Perform Dickey-Fuller test of stationarity. In this test, the dependent variable is the absolute
difference of consecutive values, and free variable is the time series value itself. Hypothesis being
tested is that there is a unit root (process is stationary). The null hypothesis is non-stationarity.
Namespace:
Suoranta.Finance.ModelsAssembly: Suoranta.Finance (in Suoranta.Finance.dll)
Syntax
public static double DickeyFullerStatistic( this IOhlcValueArrays ohlcValues )
Parameters
- ohlcValues
- Type: Suoranta.Finance..::..IOhlcValueArrays
OHLC series

