changepoint_func
Protocol definition for CUSUM change-point functions.
This module defines ICusumChangepointFunc, a protocol for
CUSUM-compatible statistic updaters used in generalized CUSUM pipelines.
- class pysatl_cpd.algorithms.online.cusum.abstracts.changepoint_func.ICusumChangepointFunc[source]
-
Interface for CUSUM change-point function objects.
Implementations maintain an internal statistic updated from monitoring observations and expose the current scalar statistic value.