Changelog
tidychangepoint 1.0.2
- Updated use of
changepointGA::GA()tochangepointGA::cptga()
tidychangepoint 1.0.1
CRAN release: 2025-07-09
- Added preliminary support for ARIMA models.
- Added support for models from the
changepointGApackage. - Added support for models from the
segmentedpackage. -
fitness.wbs()returns the MBIC penalty value. - Added
summary()methods fortidycpt,seg_cpt, andmod_cptobjects. - Improved output from
print()methods.
tidychangepoint 1.0.0
CRAN release: 2025-01-31
-
mlb_diffsis now atsibblewith various statistics. - Added
ls_*()functions to list algorithms, models, and penalty functions usable in the package. - Added support for SIC (=BIC) and HQC penalty functions.
- Updated CET to include 2021-2024.
- Added
regions()generic function - Padding is always 1 and , and intervals are always closed on the left and open on the right.
-
cut_inclusive()is nowcut_by_tau(). - Added
italy_gradsdata set.