module Exponential:sig..end
The probability distribution of the times between events in a Poisson
process, in which events occur continuously and independently at a
constant average rate.
type t = {
|
exp_rate : |
include Distributions.ContinuousDistribution
include Distributions.Features.S
val create : rate:float -> trate must be positive.val mle : float array -> t