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

Copyright(c) 2009, 2011 Bryan O'Sullivan
LicenseBSD3
Maintainerbos@serpentine.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

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 -> PoissonDistribution

Create Poisson distribution.

Accessors

References