R/ocp-package.R

#' Bayesian Online Changepoint Detection for Multivariate Data
#'
#' Provides an implementation of Bayesian online changepoint detection. Handles multivariate and missing data. Computes the set of changepoints with highest probability in an online way (updating the results with each incoming point). Also provides post-processing functions with alternative ways to extract changepoints.
#' @docType package
#' @name ocp-package
#' @author Pagotto, Andrea
#' @import graphics grid grDevices
NULL

Try the ocp package in your browser

Any scripts or data that you put into this service are public.

ocp documentation built on May 2, 2019, 3:46 a.m.