Functions for calculating the breakpoint detection error, which can be used for segmentation model selection.
The breakpointError package provides a fast C implementation of the breakpointError function, which is useful for segmentation model selection. To install the package, do
install.packages("breakpointError",repos="http://r-forge.r-project.org")
To read the definition of the breakpointError, do
vignette("breakpointError",package="breakpointError")
To read about an application of the breakpointError function for design of a penalty for optimal breakpoint detection in signals of varying sampling density, do
vignette("variableDensity",package="breakpointError")
The project summary page you can find here.