statistics-0.6.0.2: A library of statistical types, data, and functionsSource codeContentsIndex
Statistics.Distribution.Gamma
Portabilityportable
Stabilityexperimental
Maintainerbos@serpentine.com
Contents
Constructors
Accessors
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
data GammaDistribution
gdShape :: GammaDistribution -> Double
gdScale :: GammaDistribution -> Double
Documentation
data GammaDistribution Source
The gamma distribution.
show/hide Instances
Constructors
Accessors
gdShape :: GammaDistribution -> DoubleSource
Shape parameter, k.
gdScale :: GammaDistribution -> DoubleSource
Scale parameter, ϑ.
Produced by Haddock version 2.4.2