knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(CpVis)
CpVis is an package that enables interactive visualisation for change point exploration and labeling built on top of the changepoint package. The package can be seperated into two high level components:
CpVisualise makes use of the change point package and more specificaly the PELT method to help you quickly explore and find the most suitable penalty value for your data. In addition to this core functionality, CpVisualise also provides general statistics about your data as well as a interactive histogram showing the means for the piecewise constant intervals (means between changepoints). In short the goal of this function is to allow you to quickly find the most suitable penalty value for your particular dataset.
CpLabel allows you to label your time seriese data so that it can be used to train the penaltylearning algorithm from Hocking et. al 2017.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.