The Exponential Distribution is the continuous analog of the
[Geometric Distribution(../discrete/geometric.html); also, it describes the time between events in a Poisson process.
Assumptions
λ is a strictly positive real number, which represents the constant average rate at which events occur, continuously
and independently.
Exponential Distribution
The Exponential Distribution is the continuous analog of the [Geometric Distribution(../discrete/geometric.html); also, it describes the time between events in a Poisson process.
Assumptions
λ
is a strictly positive real number, which represents the constant average rate at which events occur, continuously and independently.Use
mctad.exponential(λ)
Inline Comments