Module Rolling.Rolling_mean

type t
val create : window:int -> t
val update : t -> float -> float
val value : t -> float
val n : t -> int