crosier
Crosier CUSUM change-point function.
This module provides ChangepointFuncCrosierCUSUM, which applies a
norm-based shrinkage update to the accumulated statistic.
- class pysatl_cpd.algorithms.online.cusum.component.cpf.crosier.ChangepointFuncCrosierCUSUM(dim, delta=0.0)[source]
Bases:
ICusumChangepointFunc[UnivariateNumericArray]Crosier-style CUSUM change-point statistic for vector observations.
- Parameters:
- update(observation)[source]
Update Crosier CUSUM statistic with a new observation.
Applies norm-based shrinkage to the accumulated statistic.