Versions in this module Expand all Collapse all v0 v0.0.1 Feb 24, 2019 Changes in this version + const DefaultPValue + const LPenalty + type ADF struct + Lag int + PValueThreshold float64 + Series []float64 + Statistic float64 + func New(series []float64, pvalue float64, lag int) *ADF + func (adf *ADF) Run() + func (adf ADF) IsStationary() bool