Module Outlier.Z_score

include FILTER
type t
val name : string
val update : t -> float -> verdict
val create : threshold:float -> warmup:int -> ewma_period:int -> t