Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.22 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.22 KB

Future work

  • Combine functions for tail comparison into one, without dots.
  • Replace BIC argument in AR estimation with penalty, to easily switch to AIC or another penalty.
  • Vignette trend tests: do need eval(parse...) in wavk_test? Add about synch_test.
  • Add vignette on clusters of time series.

CRAN version 8.0

  • Deprecated functions (with dots) marked as defunct.
  • New functions: AuePolyReg_test, ccf_boot, cumsumCPA_test, GombayCPA_test, and TopoCBN.
  • Fixed a bug in beales thanks to an email from Dave Lorenz.

CRAN version 7.0

  • Use underscores in function names instead of dots. Mark those functions as deprecated.
  • Add vignettes for Beale's estimator and trend tests.
  • Add a package overview section in the documentation.
  • Format R code according to R style diagnostics (such as whitespaces).
  • Improve computational efficiency of purity function, inspired by Brian Simmons's suggestions from 2019-06-12 about handling zero-cases when all matches have been found.

CRAN version 6.1 and below

See GitHub commits before 2019-04-15