package prom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : ?k:int -> ?c:float -> ?lazy_mode:bool -> ?alternate:bool -> unit -> t
val update : t -> float -> unit
val cdf : t -> (float * float) list
val pp_cdf : float Fmt.t -> Format.formatter -> t -> unit