Correlation_breakdown.Detector
type t
val create : ?baseline_period:int -> ?current_period:int -> ?breakdown_threshold:float -> unit -> t
val update : t -> correlation:float -> status
val baseline : t -> float
val current : t -> float
val status : t -> status