Outlier.Hampel
include FILTER
type t
val name : string
val update : t -> float -> verdict
val create : threshold:float -> warmup:int -> window:int -> t