OBSOLETE: while the package still functions, a new, better, faster version is available at https://github.com/davis-berlind/MICH It covers the variance change point detection, but one has also other type of changes (mean, mean and variance, multivariate/high-dimensional setting)
MICH implements:
- Cappello, L., Madrid Padilla, O. H. (2025), Bayesian variance change point detection with credible sets. IEEE Transations of Pattern Analysis and Machine Intelligence.
- Berlind, D., Cappello, L., Madrid Padilla, O. H. (2025), A Bayesian framework for change-point detection with uncertainty quantification, arXiv.
for PRISCA
-
Install the package
devtools -
Load
devtoolsusinglibrary(devtools). -
Install
priscausing-
install_github("lorenzocapp/prisca"), or -
install_github("lorenzocapp/prisca", build_vignettes = TRUE)if you want some illustrative vignettes (note: usingbuild_vignettes = TRUEwill make the install take longer).
-
- intro_prisca: A short tutorial to describe the basics functioning of the package.
- Cappello, L., Madrid Padilla, O. H. (2025), Bayesian variance change point detection with credible sets. IEEE Transations of Pattern Analysis and Machine Intelligence.