- 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 aboutsynch_test
. - Add vignette on clusters of time series.
- Deprecated functions (with dots) marked as defunct.
- New functions:
AuePolyReg_test
,ccf_boot
,cumsumCPA_test
,GombayCPA_test
, andTopoCBN
. - Fixed a bug in
beales
thanks to an email from Dave Lorenz.
- 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.
See GitHub commits before 2019-04-15