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

Portabilityportable
Stabilityexperimental
Maintainerbos@serpentine.com
Safe HaskellNone

Statistics.Distribution.Geometric

Contents

Description

The Geometric distribution. This is the probability distribution of the number of Bernoulli trials needed to get one success, supported on the set [1,2..].

This distribution is sometimes referred to as the shifted geometric distribution, to distinguish it from a variant measuring the number of failures before the first success, defined over the set [0,1..].

Synopsis

Documentation

Constructors

geometricSource

Arguments

:: Double

Success rate

-> GeometricDistribution 

Create geometric distribution.

Accessors