| Copyright | (c) 2009 Bryan O'Sullivan |
|---|---|
| License | BSD3 |
| Maintainer | bos@serpentine.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell98 |
Statistics.Distribution.Exponential
Contents
Description
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 #
Instances
| 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
Arguments
| :: Double | Rate parameter. |
| -> ExponentialDistribution |
Create an exponential distribution.
Arguments
| :: Double | Rate parameter. |
| -> Maybe ExponentialDistribution |
Create an exponential distribution.