module Poisson:sig
..end
The probability distribution of a number of events occurring in a
fixed interval if these events occur with a known average rate
,
and occur independently from each other within that interval.
type
t = {
|
poisson_rate : |
include Distributions.DiscreteDistribution
include Distributions.Features.S
val create : rate:float -> t
rate
must be positive.val mle : int array -> t