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 continunous probability distribution of the times between events in a poisson process, in which events occur continuously and independently at a constant average rate.
Documentation
data ExponentialDistribution Source #
Eq ExponentialDistribution Source # | |
Data ExponentialDistribution Source # | |
Read ExponentialDistribution Source # | |
Show ExponentialDistribution Source # | |
Generic ExponentialDistribution Source # | |
ToJSON ExponentialDistribution Source # | |
FromJSON ExponentialDistribution Source # | |
Binary ExponentialDistribution Source # | |
ContGen ExponentialDistribution Source # | |
Entropy ExponentialDistribution Source # | |
MaybeEntropy ExponentialDistribution Source # | |
Variance ExponentialDistribution Source # | |
MaybeVariance ExponentialDistribution Source # | |
Mean ExponentialDistribution Source # | |
MaybeMean ExponentialDistribution Source # | |
ContDistr ExponentialDistribution Source # | |
Distribution ExponentialDistribution Source # | |
FromSample ExponentialDistribution Double Source # | Create exponential distribution from sample. Returns |
type Rep ExponentialDistribution Source # | |
Constructors
:: Double | Rate parameter. |
-> ExponentialDistribution |
Create an exponential distribution.
:: Double | Rate parameter. |
-> Maybe ExponentialDistribution |
Create an exponential distribution.