Copyright | (c) 2009 Bryan O'Sullivan |
---|---|
License | BSD3 |
Maintainer | bos@serpentine.com |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
The exponential distribution. This is the continuous probability distribution of the times between events in a poisson process, in which events occur continuously and independently at a constant average rate.
Synopsis
Documentation
data ExponentialDistribution Source #
Instances
Constructors
:: Double | Rate parameter. |
-> ExponentialDistribution |
Create an exponential distribution.
:: Double | Rate parameter. |
-> Maybe ExponentialDistribution |
Create an exponential distribution.