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

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

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

/**
 * The Granger causality test is a statistical hypothesis test for determining whether one time series is
 * useful in forecasting another, first proposed in 1969. Ordinarily, regressions reflect "mere" correlations,
 * but Clive Granger argued that causality in economics could be tested for by measuring the ability to
 * predict the future values of a time series using prior values of another time series.
 */
class Granger {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy