statistics-0.6.0.2: A library of statistical types, data, and functionsSource codeContentsIndex
Statistics.Distribution.Poisson
Portabilityportable
Stabilityexperimental
Maintainerbos@serpentine.com
Contents
Constructors
Description
The Poisson distribution. This is the discrete probability distribution of a number of events occurring in a fixed interval if these events occur with a known average rate, and occur independently from each other within that interval.
Synopsis
data PoissonDistribution
fromLambda :: Double -> PoissonDistribution
Documentation
data PoissonDistribution Source
show/hide Instances
Constructors
fromLambda :: Double -> PoissonDistributionSource
Produced by Haddock version 2.4.2