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

Portabilityportable
Stabilityexperimental
Maintainerbos@serpentine.com

Statistics.Distribution.Gamma

Contents

Description

The gamma distribution. This is a continuous probability distribution with two parameters, k and ϑ. If k is integral, the distribution represents the sum of k independent exponentially distributed random variables, each of which has a mean of ϑ.

Synopsis

Documentation

Constructors

Accessors

gdShape :: GammaDistribution -> DoubleSource

Shape parameter, k.

gdScale :: GammaDistribution -> DoubleSource

Scale parameter, ϑ.