constant
Constant hazard model for Bayesian online change-point detection.
- class pysatl_cpd.algorithms.online.bayesian.component.hazard.constant.ConstantHazard(lambda_)[source]
Bases:
IHazardConstant hazard model with fixed timescale.
- Parameters:
lambda_ (
float) – Expected run length (must be >= 1.0).- Raises:
ValueError – If lambda_ < 1.0.