se.alipsa.groovy.stats.timeseries.AdfGls.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of matrix-stats Show documentation
Show all versions of matrix-stats Show documentation
Statistical hypothesis tests based on Matrix data.
The newest version!
package se.alipsa.groovy.stats.timeseries
/**
* the ADF-GLS test (or DF-GLS test) is a test for a unit root in an economic time series sample.
* It was developed by Elliott, Rothenberg and Stock (ERS) in 1992 as a modification of the augmented
* Dickey–Fuller test (ADF).
*/
class AdfGls {
}