Module type Distributions.Features.Opt

module type Opt = sig .. end
Distribution features, which are allowed to be undefined for some combinations of distribution parameters.

type elt 
type t 
val mean_opt : t -> elt option
val variance_opt : t -> elt option
val skewness_opt : t -> elt option
val kurtosis_opt : t -> elt option