All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.alipsa.groovy.stats.timeseries.UnitRoot.groovy Maven / Gradle / Ivy

The newest version!
package se.alipsa.groovy.stats.timeseries

/**
 *  a unit root test tests whether a time series variable is non-stationary and possesses a unit root.
 *  The null hypothesis is generally defined as the presence of a unit root and the alternative hypothesis
 *  is either stationarity, trend stationarity or explosive root depending on the test used.
 */
class UnitRoot {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy