François Massonnet 685af59a93 COMMIT 1 year ago
..
PoissonReg.R 685af59a93 COMMIT 1 year ago
PoissonRegwTrend.R 685af59a93 COMMIT 1 year ago
README 685af59a93 COMMIT 1 year ago
filteroutreg.R 685af59a93 COMMIT 1 year ago
multipleregress.R 685af59a93 COMMIT 1 year ago
regressedts.R 685af59a93 COMMIT 1 year ago

README

In this directory, you can find:

1) a script which extracts a signal by linear regression over a range of lags:
regressedts.R

2) a script which extracts a signal by multilinear regression over a set of indices:
multipleregress.R

3) a script which filters out a signal by a linear regression over a range of lags:
filteroutreg.R

4) a script which computes Poisson regressions (predictand -> predictor):
PoissonReg.R

5) a script which computes Poisson regressions after accounting for a trend:
PoissonRegwTrend.R

More information can be found in the documentation here:
http://ic3.cat/wikicfu/index.php/Tools/Regression