statistics-0.6.0.2: A library of statistical types, data, and functionsSource codeContentsIndex
Statistics.Distribution.Hypergeometric
Portabilityportable
Stabilityexperimental
Maintainerbos@serpentine.com
Contents
Constructors
Accessors
Description

The Hypergeometric distribution. This is the discrete probability distribution that measures the probability of k successes in l trials, without replacement, from a finite population.

The parameters of the distribution describe k elements chosen from a population of l, with m elements of one type, and l-m of the other (all are positive integers).

Synopsis
data HypergeometricDistribution
fromParams :: Int -> Int -> Int -> HypergeometricDistribution
hdM :: HypergeometricDistribution -> Int
hdL :: HypergeometricDistribution -> Int
hdK :: HypergeometricDistribution -> Int
Documentation
data HypergeometricDistribution Source
show/hide Instances
Constructors
fromParamsSource
:: Intm
-> Intl
-> Intk
-> HypergeometricDistribution
Accessors
hdM :: HypergeometricDistribution -> IntSource
hdL :: HypergeometricDistribution -> IntSource
hdK :: HypergeometricDistribution -> IntSource
Produced by Haddock version 2.4.2