Performs a series of offline and/or online change-point localisation algorithms for
- univariate mean
- univariate polynomials
- univariate and multivariate nonparametric settings
- high-dimensional covariances
- high-dimensional networks with and without missing values
- high-dimensional linear regression models
- high-dimensional vector autoregressive models
- high-dimensional self exciting point processes
- dependent dynamic nonparametric random dot product graphs
- robust univariate mean against adversarial attacks
Installation
Users must have a (C++) compiler installed on their machine that is
compatible with R (e.g. Clang). The development version of
changepoints from GitHub can be installed with:
## if not installed ## Install dependencies install.packages(c("devtools","glmnet","gglasso","ks","data.tree")) ## install.packages("devtools") devtools::install_github("HaotianXu/changepoints")
Example
This is an example for offline univariate mean change point detection by