fastcpd: Fast Change Point Detection via Sequential Gradient Descent

Implements fast change point detection algorithm based on the paper "Sequential Gradient Descent and Quasi-Newton's Method for Change-Point Analysis" by Xianyang Zhang, Trisha Dawn <https://proceedings.mlr.press/v206/zhang23b.html>. The algorithm is based on dynamic programming with pruning and sequential gradient descent. It is able to detect change points a magnitude faster than the vanilla Pruned Exact Linear Time(PELT). The package includes examples of linear regression, logistic regression, Poisson regression, penalized linear regression data, and whole lot more examples with custom cost function in case the user wants to use their own cost function.

Package details

AuthorXingchi Li [aut, cre, cph] (<https://orcid.org/0009-0006-2493-0853>), Xianyang Zhang [aut, cph]
MaintainerXingchi Li <anthony.li@stat.tamu.edu>
LicenseGPL (>= 3)
Version0.14.3
URL https://fastcpd.xingchi.li https://github.com/doccstat/fastcpd
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("fastcpd")

Try the fastcpd package in your browser

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

fastcpd documentation built on May 29, 2024, 8:36 a.m.