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

Portabilityportable
Stabilityexperimental
Maintainerbos@serpentine.com

Statistics.Distribution.Exponential

Contents

Description

The exponential distribution. This is the discrete probability distribution of the number of successes in a sequence of n independent yes/no experiments, each of which yields success with probability p.

Synopsis

Documentation

Constructors

fromLambdaSource

Arguments

:: Double

λ (scale) parameter.

-> ExponentialDistribution