Suoranta.Finance Namespace
Suoranta.Finance - Developer API

TimeSeriesModels..::..DickeyFullerStatistic Method

Overload List


  Name Description
Public method Static member DickeyFullerStatistic(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.
Public method Static member DickeyFullerStatistic(IReadOnlyList<(Of <<'(Double>)>>))