solocp includes a fast Bayesian change point detection methodology based on spike and slab priors.
-
Install the package
devtools
-
Load
devtools
usinglibrary(devtools)
. -
Install
solocp
using-
install_github("lorenzocapp/solocp")
, or -
install_github("lorenzocapp/solocp", build_vignettes = TRUE)
if you want some illustrative vignettes (note: usingbuild_vignettes = TRUE
will make the install take longer).
-
- solocp_simulated_data: A short tutorial to describe the basics functioning of the package.
- Cappello, L., Madrid Padilla, O. H., Palacios, J. A. (2022), Bayesian change point detection with spike and slab priors. arXiv
The draft includes several numerical experiments. These can be found at this link. While they are based on the same methodology, they rely on a less user-friendly implementation of the functions included in this package.