Within this XML Web service we deal with the definition and use of the Hypergeometic Probability Distribution.
For a list of all members of this type, see HyperGeometricProbabilityDistribution Members.
System.Object
HyperGeometricProbabilityDistribution
The usual notation in the application of the Hypergeometric
probability distribution is to let r
denote the number of
items in the population of size N
that are labeled
``success'' and N-r
denote the number of items
in the population labeled ``failure''. The Hypergeometric probability
function is used to compute the probability that in a random sample of
n
items, selected without replacement, we will obtain
x
items labeled ``success'' and n-x
items
labeled "failure". For this to occur, we must obtain x
successes from the x
successes in the population and
n-x
failures from the N-r
failures.
Namespace: ProbabilityDistributions
Assembly: WebCab.StatisticsDemo (in WebCab.StatisticsDemo.dll)
HyperGeometricProbabilityDistribution Members | ProbabilityDistributions Namespace