Skip to content

Releases: Techtonique/ahead

v0.10.0

27 Feb 02:58
Compare
Choose a tag to compare

v0.9.0

18 Sep 15:06
95b1965
Compare
Choose a tag to compare

Progress bars for bootstrapping (independent, circular blocks, moving blocks) predictive simulations, in basicf and ridge2f. Both for sequential and parallel execution.

Now depends on R packages foreach, snow and doSNOW.

Also, necessary R packages are installed "on the fly" (i.e only when they’re needed).

v0.8.0

03 Sep 23:03
aebf18b
Compare
Choose a tag to compare

Aligned Python version on Wednesday, 2023-09-06.

v0.7.0

23 Aug 19:38
17cd469
Compare
Choose a tag to compare

version 0.7.0

  • moving block bootstrap in ridge2f, basicf and loessf, in addition to circular block bootstrap from 0.6.2
  • adjust R-Vine copulas on residuals for ridge2f simulation
  • new plots for simulations see (new) vignettes on https://techtonique.r-universe.dev/
  • Depends and selective Imports (beneficial to Python and rpy2 for installation time?)
  • getsimulations extracts simulations from a given time series (from ridge2f and basicf)
  • getreturns extracts returns/log-returns from multivariate time series
  • splitts splits time series using a proportion of data
  • split conformal prediction intervals (very very experimental and basic right now, too conservative)

Python version in ~10 days.

Do not hesitate to report bugs or submit a pull request.

Update version --> 0.6.1

28 Jun 23:03
Compare
Choose a tag to compare
  • Align version with Python's
  • Temporarily remove dependency with cclust