module Geometric:sig..end
The probability distribution of the number of failures before the
first success, supported on the set [0, 1, ...].
type t = {
|
geometric_p : |
include Distributions.DiscreteDistribution
include Distributions.Features.S
val create : p:float -> tval mme : int array -> t