statistics-0.13.2.0: A library of statistical types, data, and functions

Portabilityportable
Stabilityexperimental
Maintainerbos@serpentine.com
Safe HaskellNone

Statistics.Distribution.Poisson

Contents

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

Documentation

Constructors

poisson :: Double -> PoissonDistributionSource

Create Poisson distribution.

Accessors

References