diego-urgell/BinSeg: Efficient Binary Segmentation for several distributions

Implements the regular Binary Segmentation Algorithm in a very efficient way. It supports distribution specific cost functions for several different distributions and types of changes. The changepoint analysis is implemented in C++, by using an Object Oriented approach such that the package is seamlessly extensible in terms of cost functions and Binary Segmentation based algorithms. - Use BinSegInfo to know the available algorithms, and BinSegModel to compute a changepoint analysis with the specified data, algorithm, and distribution. Then, use the BinSeg class methods to interact with and visualize the models.

Getting started

Package details

MaintainerDiego Enrique Jimenez Urgell <diegourgell0@gmail.com>
LicenseMIT
Version1.0
URL https://github.com/diego-urgell/BinSeg
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("diego-urgell/BinSeg")
diego-urgell/BinSeg documentation built on Dec. 19, 2021, 11:11 p.m.