Crate changepoint
source ·Expand description
This library provides Change Point Detection (CPD) tools such as
- Online Bayesian CPD as
Bocpd
- Autoregressive Gaussian CPD as
Argpcpd
Re-exports§
Modules§
- Gaussian Process change point detection and related utilities
- General Utilities
Structs§
- Online Bayesian Change Point Detection state container.
- Online Bayesian Change Point Detection with a truncated tail
Traits§
- Trait for implementors of Bayesian online change-point detection