README 627 B

12345678910111213141516171819
  1. In this directory, you can find:
  2. 1) a script which extracts a signal by linear regression over a range of lags:
  3. regressedts.R
  4. 2) a script which extracts a signal by multilinear regression over a set of indices:
  5. multipleregress.R
  6. 3) a script which filters out a signal by a linear regression over a range of lags:
  7. filteroutreg.R
  8. 4) a script which computes Poisson regressions (predictand -> predictor):
  9. PoissonReg.R
  10. 5) a script which computes Poisson regressions after accounting for a trend:
  11. PoissonRegwTrend.R
  12. More information can be found in the documentation here:
  13. http://ic3.cat/wikicfu/index.php/Tools/Regression