statistics-0.6.0.2: A library of statistical types, data, and functionsSource codeContentsIndex
Statistics.Distribution.Exponential
Portabilityportable
Stabilityexperimental
Maintainerbos@serpentine.com
Contents
Constructors
Accessors
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.
Synopsis
data ExponentialDistribution
fromLambda :: Double -> ExponentialDistribution
fromSample :: Sample -> ExponentialDistribution
edLambda :: ExponentialDistribution -> Double
Documentation
data ExponentialDistribution Source
show/hide Instances
Constructors
fromLambdaSource
:: Doubleλ (scale) parameter.
-> ExponentialDistribution
fromSample :: Sample -> ExponentialDistributionSource
Accessors
edLambda :: ExponentialDistribution -> DoubleSource
Produced by Haddock version 2.4.2