Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Hypergeometric distribution
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Discrete probability distribution}} {{CS1 config|mode=cs1}} {{Distinguish|Geometric distribution}} <!-- EDITORS! Please see [[Wikipedia:WikiProject Probability#Standards]] for a discussion of standards used for probability distribution articles such as this one. --> {{Infobox probability distribution | name = Hypergeometric | type = mass | pdf_image = [[File:HypergeometricPDF.png|300px|Hypergeometric PDF plot]] | cdf_image = [[File:HypergeometricCDF.png|300px|Hypergeometric CDF plot]] | parameters = <math>\begin{align}N&\in \left\{0,1,2,\dots\right\} \\ K&\in \left\{0,1,2,\dots,N\right\} \\ n&\in \left\{0,1,2,\dots,N\right\}\end{align}\,</math> | support = <math>\scriptstyle{k\, \in\, \{\max{(0,\, n+K-N)},\, \dots,\, \min{(n,\, K)}\}}\,</math> | pdf = <math>\frac{\binom{K}{k}\binom{N-K}{n-k}}{\binom{N}{n}}</math> | cdf = <math>1-{{{n \choose {k+1}}{{N-n} \choose {K-k-1}}}\over {N \choose K}} \,_3F_2\!\!\left[\begin{array}{c}1,\ k+1-K,\ k+1-n \\ k+2,\ N+k+2-K-n\end{array};1\right],</math> where <math>\,_pF_q</math> is the [[generalized hypergeometric function]] | mean = <math>n {K \over N}</math> | median = | mode = <math>\left \lceil \frac{(n+1)(K+1)}{N+2} \right \rceil-1, \left \lfloor \frac{(n+1)(K+1)}{N+2} \right \rfloor</math> | variance = <math>n{K\over N}{N-K\over N}{N-n\over N-1}</math> | skewness = <math>\frac{(N-2K)(N-1)^\frac{1}{2}(N-2n)}{[nK(N-K)(N-n)]^\frac{1}{2}(N-2)}</math> | kurtosis = <math> \left.\frac{1}{n K(N-K)(N-n)(N-2)(N-3)}\cdot\right.</math><br /> <math>\big[(N-1)N^{2}\big(N(N+1)-6K(N-K)-6n(N-n)\big)</math><br /> <math>{}+6 n K (N-K)(N-n)(5N-6)\big]</math> | entropy = | mgf = <math>\frac{\binom{N-K}{n} \,_2F_1(-n, -K\,;\, N - K - n + 1\,;\, e^{t})}{\binom{N}{n}}</math> | char = <math>\frac{\binom{N-K}{n} \,_2F_1(-n, -K\,;\, N - K - n + 1\,;\, e^{it})} {\binom{N}{n}}</math> }} In [[probability theory]] and [[statistics]], the '''hypergeometric distribution''' is a [[Probability distribution#Discrete probability distribution|discrete probability distribution]] that describes the probability of <math>k</math> successes (random draws for which the object drawn has a specified feature) in <math>n</math> draws, ''without'' replacement, from a finite [[Statistical population|population]] of size <math>N</math> that contains exactly <math>K</math> objects with that feature, wherein each draw is either a success or a failure. In contrast, the [[binomial distribution]] describes the probability of <math>k</math> successes in <math>n</math> draws ''with'' replacement. == Definitions == === Probability mass function === The following conditions characterize the hypergeometric distribution: * The result of each draw (the elements of the population being sampled) can be classified into one of [[Binary variable|two mutually exclusive categories]] (e.g. Pass/Fail or Employed/Unemployed). * The probability of a success changes on each draw, as each draw decreases the population (''[[sampling without replacement]]'' from a finite population). A [[random variable]] <math>X</math> follows the hypergeometric distribution if its [[probability mass function]] (pmf) is given by<ref>{{Cite book | edition = Third | publisher = Duxbury Press | last = Rice | first = John A. | title = Mathematical Statistics and Data Analysis | year = 2007 | page = 42 }}</ref> :<math> p_X(k) = \Pr(X = k) = \frac{\binom{K}{k} \binom{N - K}{n-k}}{\binom{N}{n}},</math> where *<math>N</math> is the population size, *<math>K</math> is the number of success states in the population, *<math>n</math> is the number of draws (i.e. quantity drawn in each trial), *<math>k</math> is the number of observed successes, *<math display="inline">\textstyle {a \choose b}</math> is a [[binomial coefficient]]. The {{Abbr|pmf|probability mass function}} is positive when <math>\max(0, n+K-N) \leq k \leq \min(K,n)</math>. A random variable distributed hypergeometrically with parameters <math>N</math>, <math>K</math> and <math>n</math> is written <math display="inline">X \sim \operatorname{Hypergeometric}(N,K,n)</math> and has [[probability mass function]] <math display="inline"> p_X(k)</math> above. ===Combinatorial identities=== As required, we have :<math display="block"> \sum_{0\leq k\leq \textrm{min}(n,K)} { {K \choose k} { N-K \choose n-k} \over {N \choose n} } = 1,</math> which essentially follows from [[Vandermonde's identity]] from [[combinatorics]]. Also note that :<math> {{K \choose k} {N-K \choose n-k}\over {N \choose n}} = {{{n \choose k} {{N-n} \choose {K-k}}} \over {N \choose K}};</math> This identity can be shown by expressing the binomial coefficients in terms of factorials and rearranging the latter. Additionally, it follows from the symmetry of the problem, described in two different but interchangeable ways. For example, consider two rounds of drawing without replacement. In the first round, <math>K</math> out of <math>N</math> neutral marbles are drawn from an urn without replacement and coloured green. Then the colored marbles are put back. In the second round, <math>n</math> marbles are drawn without replacement and colored red. Then, the number of marbles with both colors on them (that is, the number of marbles that have been drawn twice) has the hypergeometric distribution. The symmetry in <math>K</math> and <math>n</math> stems from the fact that the two rounds are independent, and one could have started by drawing <math>n</math> balls and colouring them red first. ''Note that we are interested in the probability of <math>k</math> successes in <math>n</math> draws '''without replacement''', since the probability of success on each trial is not the same, as the size of the remaining population changes as we remove each marble. Keep in mind not to confuse with the [[binomial distribution]], which describes the probability of <math>k</math> successes in <math>n</math> draws '''with replacement.''''' == Properties == ===Working example=== The classical application of the hypergeometric distribution is '''sampling without replacement'''. Think of an [[urn problem|urn]] with two colors of [[marbles]], red and green. Define drawing a green marble as a success and drawing a red marble as a failure. Let ''N'' describe the number of '''all marbles in the urn''' (see contingency table below) and ''K'' describe the number of '''green marbles''', then ''N'' − ''K'' corresponds to the number of '''red marbles'''. Now, standing next to the urn, you close your eyes and draw n marbles without replacement. Define ''X'' as a [[random variable]] whose outcome is ''k'', the number of green marbles drawn in the experiment. This situation is illustrated by the following [[contingency table]]: <!-- Formatting problem: tables overlap in Firefox with low resolution unless aligned by right. Please keep align=right! {| class="wikitable" style="float:right; margin-left:1em;" |- ! ! drawn ! not drawn ! total |- | align="right" | '''defective''' | align="right" | ''k'' | align="right" | ''K'' − ''k'' | align="right" | ''K'' |- | align="right" | '''non-defective''' | align="right" | ''n'' − ''k'' | align="right" | ''N − K − n + k'' | align="right" | ''N − K'' |- | align="right" | '''total''' td align="right">''n'' | align="right" | ''N − n'' | align="right" | ''N'' |} {{Clearright}}--> {| class="wikitable" style="text-align:center" ! || drawn || not drawn || total |- | align="right" | '''green marbles''' || ''k'' || ''K'' − ''k'' || ''K'' |- | align="right" | '''red marbles''' || ''n'' − ''k'' || ''N + k − n − K'' || ''N − K'' |- | align="right" | '''total''' || ''n'' || ''N − n'' || ''N'' |- |} Indeed, we are interested in calculating the probability of drawing k green marbles in n draws, given that there are K green marbles out of a total of N marbles. For this example, assume that there are '''5''' green and '''45''' red marbles in the urn. Standing next to the urn, you close your eyes and draw '''10''' marbles without replacement. What is the probability that exactly '''4''' of the '''10''' are green? This problem is summarized by the following contingency table: {| class="wikitable" style="text-align:center" |- ! !! drawn !! not drawn !! total |- | align="right" | '''green marbles''' | ''k'' = '''4''' | ''K'' − ''k'' = '''1''' | ''K'' = '''5''' |- | align="right" | '''red marbles''' | ''n'' − ''k'' = '''6''' | ''N + k − n − K'' = '''39''' | ''N − K'' = '''45''' |- | align="right" | '''total''' | ''n'' = '''10''' | ''N − n'' = '''40''' | ''N'' = '''50''' |} To find the probability of '''drawing k green marbles in exactly n draws out of N total draws''', we identify X as a hyper-geometric random variable to use the formula <math> P(X=k) = f(k;N,K,n) = {{{K \choose k} {{N-K} \choose {n-k}}}\over {N \choose n}}.</math> To intuitively explain the given formula, consider the two symmetric problems represented by the identity <math> {{K \choose k} {N-K \choose n-k}\over {N \choose n}} = {{{n \choose k} {{N-n} \choose {K-k}}} \over {N \choose K}}</math> # left-hand side - drawing a total of only n marbles out of the urn. We want to find the probability of the outcome of '''drawing k green marbles out of K total green marbles, and drawing n-k red marbles out of N-K red marbles, in these n rounds.''' # right hand side - alternatively, drawing all N marbles out of the urn. We want to find the probability of the outcome of drawing '''k green marbles in n draws out of the total N draws, and K-k green marbles in the rest N-n draws.''' Back to the calculations, we use the formula above to calculate the probability of drawing exactly ''k'' green marbles :<math> P(X=4) = f(4;50,5,10) = {{{5 \choose 4} {{45} \choose {6}}}\over {50 \choose 10}} = {5\cdot 8145060\over 10272278170} = 0.003964583\dots. </math> Intuitively we would expect it to be even more unlikely that all 5 green marbles will be among the 10 drawn. :<math> P(X=5) = f(5;50,5,10) = {{{5 \choose 5} {{45} \choose {5}}}\over {50 \choose 10}} = {1\cdot 1221759 \over 10272278170} = 0.0001189375\dots, </math> As expected, the probability of drawing 5 green marbles is roughly 35 times less likely than that of drawing 4. === Symmetries === Swapping the roles of green and red marbles: : <math> f(k;N,K,n) = f(n-k;N,N-K,n)</math> Swapping the roles of drawn and not drawn marbles: : <math> f(k;N,K,n) = f(K-k;N,K,N-n)</math> Swapping the roles of green and drawn marbles: : <math> f(k;N,K,n) = f(k;N,n,K) </math> These symmetries generate the [[dihedral group]] <math>D_4</math>. === Order of draws === The probability of drawing any set of green and red marbles (the hypergeometric distribution) depends only on the numbers of green and red marbles, not on the order in which they appear; i.e., it is an [[exchangeable random variables|exchangeable]] distribution. As a result, the probability of drawing a green marble in the <math>i^{\text{th}}</math> draw is<ref>{{cite web|url=http://www.stat.yale.edu/~pollard/Courses/600.spring2010/Handouts/Symmetry%5BPolyaUrn%5D.pdf|title=Symmetry|first=David|last=Pollard|publisher=Yale University|work=Stat 330/600 course handouts|date=Spring 2010|access-date=2025-01-19}}</ref> : <math> P(G_i) = \frac{K}{N}.</math> This is an ''ex ante'' probability—that is, it is based on not knowing the results of the previous draws. ===Tail bounds=== Let <math>X \sim \operatorname{Hypergeometric}(N,K,n)</math> and <math>p=K/N</math>. Then for <math> 0 < t < K/N</math> we can derive the following bounds:<ref name=":0">{{citation | last = Hoeffding | first = Wassily | journal = [[Journal of the American Statistical Association]] | volume= 58 | number= 301 | pages=13–30 | title = Probability inequalities for sums of bounded random variables | year = 1963 | doi=10.2307/2282952| jstor = 2282952 | url = http://repository.lib.ncsu.edu/bitstream/1840.4/2170/1/ISMS_1962_326.pdf }}.</ref> : <math>\begin{align} \Pr[X\le (p - t)n] &\le e^{-n\text{D}(p-t\parallel p)} \le e^{-2t^2n}\\ \Pr[X\ge (p+t)n] &\le e^{-n\text{D}(p+t\parallel p)} \le e^{-2t^2n}\\ \end{align}\!</math> where : <math> D(a\parallel b)=a\log\frac{a}{b}+(1-a)\log\frac{1-a}{1-b}</math> is the [[Kullback-Leibler divergence]] and it is used that <math>D(a\parallel b) \ge 2(a-b)^2</math>.<ref name="wordpress.com">{{cite web|url=https://ahlenotes.wordpress.com/2015/12/08/hypergeometric_tail/|title=Another Tail of the Hypergeometric Distribution|date=8 December 2015|website=wordpress.com|access-date=19 March 2018}}</ref> '''Note''': In order to derive the previous bounds, one has to start by observing that <math>X = \frac{\sum_{i=1}^n Y_i}{n}</math> where <math>Y_i</math> are ''dependent'' random variables with a specific distribution <math>D</math>. Because most of the theorems about bounds in sum of random variables are concerned with ''independent'' sequences of them, one has to first create a sequence <math>Z_i</math> of ''independent'' random variables with the same distribution <math>D</math> and apply the theorems on <math>X' = \frac{\sum_{i=1}^{n}Z_i}{n}</math>. Then, it is proved from Hoeffding <ref name=":0" /> that the results and bounds obtained via this process hold for <math>X</math> as well. If ''n'' is larger than ''N''/2, it can be useful to apply symmetry to "invert" the bounds, which give you the following: <ref name="wordpress.com"/> <ref>{{citation | last = Serfling | first = Robert | journal = [[The Annals of Statistics]] | volume = 2 | pages = 39–48 | title = Probability inequalities for the sum in sampling without replacement | year = 1974| issue = 1 | doi = 10.1214/aos/1176342611 | doi-access = free }}.</ref> : <math>\begin{align} \Pr[X\le (p - t)n] &\le e^{-(N-n)\text{D}(p+\tfrac{tn}{N-n}||p)} \le e^{-2 t^2 n \tfrac{n}{N-n}}\\ \\ \Pr[X\ge (p+t)n] &\le e^{-(N-n)\text{D}(p-\tfrac{tn}{N-n}||p)} \le e^{-2 t^2 n \tfrac{n}{N-n}}\\ \end{align}\!</math> == Statistical Inference == === Hypergeometric test === {{see also|Fisher's noncentral hypergeometric distribution}} The '''hypergeometric test''' uses the hypergeometric distribution to measure the statistical significance of having drawn a sample consisting of a specific number of <math>k</math> successes (out of <math>n</math> total draws) from a population of size <math>N</math> containing <math>K</math> successes. In a test for over-representation of successes in the sample, the hypergeometric p-value is calculated as the probability of randomly drawing <math>k</math> or more successes from the population in <math>n</math> total draws. In a test for under-representation, the p-value is the probability of randomly drawing <math>k</math> or fewer successes. [[File:Youngronaldfisher2.JPG|thumb|right|200px|Biologist and statistician [[Ronald Fisher]]]] The test based on the hypergeometric distribution (hypergeometric test) is identical to the corresponding one-tailed version of [[Fisher's exact test]].<ref>{{cite journal| first1=I.|last1= Rivals|first2= L. |last2=Personnaz | first3= L. |last3=Taing |first4= M.-C |last4=Potier| title=Enrichment or depletion of a GO category within a class of genes: which test? |volume= 23|journal= Bioinformatics |year=2007 |pages= 401–407|pmid=17182697| doi=10.1093/bioinformatics/btl633| issue=4|url=https://hal-espci.archives-ouvertes.fr/hal-00801557/document|doi-access=free}}</ref> Reciprocally, the p-value of a two-sided Fisher's exact test can be calculated as the sum of two appropriate hypergeometric tests (for more information see<ref>{{cite web| author=K. Preacher and N. Briggs| title=Calculation for Fisher's Exact Test: An interactive calculation tool for Fisher's exact probability test for 2 x 2 tables (interactive page) | url=http://quantpsy.org/fisher/fisher.htm}}</ref>). The test is often used to identify which sub-populations are over- or under-represented in a sample. This test has a wide range of applications. For example, a marketing group could use the test to understand their customer base by testing a set of known customers for over-representation of various demographic subgroups (e.g., women, people under 30). == Related distributions == Let <math>X\sim\operatorname{Hypergeometric}(N,K,n)</math> and <math>p=K/N</math>. *If <math>n=1</math> then <math>X</math> has a [[Bernoulli distribution]] with parameter <math>p</math>. *Let <math>Y</math> have a [[binomial distribution]] with parameters <math>n</math> and <math>p</math>; this models the number of successes in the analogous sampling problem ''with'' replacement. If <math>N</math> and <math>K</math> are large compared to <math>n</math>, and <math>p</math> is not close to 0 or 1, then <math>X</math> and <math>Y</math> have similar distributions, i.e., <math>P(X \le k) \approx P(Y \le k)</math>. *If <math>n</math> is large, <math>N</math> and <math>K</math> are large compared to <math>n</math>, and <math>p</math> is not close to 0 or 1, then ::<math>P(X \le k) \approx \Phi \left( \frac{k-n p}{\sqrt{n p (1-p)}} \right)</math> where <math>\Phi</math> is the [[Standard normal distribution#Cumulative distribution function|standard normal distribution function]] * If the probabilities of drawing a green or red marble are not equal (e.g. because green marbles are bigger/easier to grasp than red marbles) then <math>X</math> has a [[noncentral hypergeometric distribution]] * The [[beta-binomial distribution]] is a [[conjugate prior]] for the hypergeometric distribution. The following table describes four distributions related to the number of successes in a sequence of draws: {| class="wikitable" |- ! !! With replacements !! No replacements |- | Given number of draws || [[binomial distribution]] || hypergeometric distribution |- | Given number of failures || [[negative binomial distribution]] || [[negative hypergeometric distribution]] |} === Multivariate hypergeometric distribution === {{Infobox probability distribution | name = Multivariate hypergeometric distribution | type = mass | pdf_image = | cdf_image = | parameters = <math>c \in \mathbb{N}_{+} = \lbrace 1, 2, \ldots \rbrace</math><br /> <math>(K_1,\ldots,K_c) \in \mathbb{N}^c</math><br /> <math>N = \sum_{i=1}^c K_i</math><br /><math>n \in \lbrace 0,\ldots,N\rbrace</math> | support = <math>\left\{ \mathbf{k} \in \left(\mathbb{Z}_{0+}\right)^c \, : \, \forall i\ k_i \le K_i , \sum_{i=1}^{c} k_i = n \right\}</math> | pdf = <math>\frac{\prod\limits_{i=1}^c \binom{K_i}{k_i}}{\binom{N}{n}}</math> | cdf = | mean = <math>\operatorname E(k_i) = n\frac{K_i}{N}</math> | median = | mode = | variance = <math>\operatorname{Var}(k_i) = n \frac{N-n}{N-1} \;\frac{K_i}{N} \left(1-\frac{K_i}{N}\right) </math><br /> <math>\operatorname{Cov}(k_i,k_j) = -n \frac{N-n}{N-1} \;\frac{K_i}{N} \frac{K_j}{N}, i\ne j</math><br /><math>\operatorname{Corr}(k_i,k_j) = -\sqrt{\frac{K_i K_j}{\left(N-K_i\right)\left(N-K_j\right)}}</math> | skewness = | kurtosis = | entropy = | mgf = | char = }} The model of an [[urn problem|urn]] with green and red marbles can be extended to the case where there are more than two colors of marbles. If there are ''K''<sub>''i''</sub> marbles of color ''i'' in the urn and you take ''n'' marbles at random without replacement, then the number of marbles of each color in the sample (''k''<sub>1</sub>, ''k''<sub>2</sub>,..., ''k''<sub>''c''</sub>) has the multivariate hypergeometric distribution: :<math>\Pr(X_1 = k_1, \ldots, X_c = k_c) = \frac{\prod\limits_{i=1}^c \binom{K_i}{k_i}}{\binom{N}{n}}</math> This has the same relationship to the [[multinomial distribution]] that the hypergeometric distribution has to the binomial distribution—the multinomial distribution is the "with-replacement" distribution and the multivariate hypergeometric is the "without-replacement" distribution. The properties of this distribution are given in the adjacent table,<ref>{{cite arXiv |last=Duan |first=X. G. |title=Better understanding of the multivariate hypergeometric distribution with implications in design-based survey sampling |eprint=2101.00548 |date=2021 |class=math.ST }}</ref> where ''c'' is the number of different colors and <math>N=\sum_{i=1}^c K_i</math> is the total number of marbles in the urn. ==== Example ==== Suppose there are 5 black, 10 white, and 15 red marbles in an urn. If six marbles are chosen without replacement, the probability that exactly two of each color are chosen is : <math> P(2\text{ black}, 2\text{ white}, 2\text{ red}) = {{{5 \choose 2}{10 \choose 2} {15 \choose 2}}\over {30 \choose 6}} = 0.079575596816976</math> ==Occurrence and applications== ===Application to auditing elections=== [[File:Election Samples.png|thumb|Samples used for election audits and resulting chance of missing a problem]] [[Election audits]] typically test a sample of machine-counted precincts to see if recounts by hand or machine match the original counts. Mismatches result in either a report or a larger recount. The sampling rates are usually defined by law, not statistical design, so for a legally defined sample size {{mvar|n}}, what is the probability of missing a problem which is present in {{mvar|K}} precincts, such as a hack or bug? This is the probability that {{math|''k'' {{=}} 0 .}} Bugs are often obscure, and a hacker can minimize detection by affecting only a few precincts, which will still affect close elections, so a plausible scenario is for {{mvar|K}} to be on the order of 5% of {{mvar|N}}. Audits typically cover 1% to 10% of precincts (often 3%),<ref name=newyorkaudit>{{cite SSRN |first1=Amanda |last1=Glazer |first2=Jacob |last2=Spertus |date=2020-02-10 |df=dmy-all |title=Start spreading the news: New York's post-election audit has major flaws |ssrn=3536011}}</ref><ref name=vvstates>{{cite web |title=State audit laws |date=2017-02-10 |df=dmy-all |website=Verified Voting |lang=en-US |url=https://www.verifiedvoting.org/state-audit-laws/ |access-date=2018-04-02 |archive-date=2020-01-04 |archive-url=https://web.archive.org/web/20200104201852/https://www.verifiedvoting.org/state-audit-laws/ }}</ref><ref name=ncsl>{{cite web |title=Post-election audits |publisher=National Conference of State Legislatures |website=ncsl.org |lang=en-US |url=http://www.ncsl.org/research/elections-and-campaigns/post-election-audits635926066.aspx#state |access-date=2018-04-02 |df=dmy-all}}</ref> so they have a high chance of missing a problem. For example, if a problem is present in 5 of 100 precincts, a 3% sample has 86% probability that {{nobr| {{math| ''k'' {{=}} 0 }} }} so the problem would not be noticed, and only 14% probability of the problem appearing in the sample (positive {{mvar| k }}): : <math> \begin{align} \operatorname{\boldsymbol\mathcal P}\{\ X = 0\ \} & = \frac{\ \left[\ \binom{\text{Hack}}{0} \binom{ N\ -\ \text{Hack}}{ n\ -\ 0 }\ \right]\ }{\left[\ \binom{N}{n}\ \right]} = \frac{\ \left[\ \binom{N\ -\ \text{Hack}}{n}\ \right]}{\ \left[\ \binom{N}{n}\ \right]\ } = \frac{\ \left[\ \frac{\ (N\ -\ \text{Hack})!\ }{n!(N\ -\ \text{Hack}-n)!}\ \right]\ }{\left[\ \frac{N!}{n!(N\ -\ n)!}\ \right]} = \frac{\ \left[\ \frac{(N-\text{Hack})!}{(N\ -\ \text{Hack}\ -\ n)!}\ \right]\ }{\left[\ \frac{N!}{(N\ -\ n)!}\ \right]} \\[8pt] & = \frac{\ \left[\ \binom{100-5}{3}\ \right]\ }{\ \left[\ \binom{100}{3}\ \right]\ } = \frac{\ \left[\ \frac{(100-5)!}{(100-5-3)!}\ \right]\ }{\left[\ \frac{100!}{(100-3)!}\ \right]} = \frac{\ \left[\ \frac{95!}{92!}\ \right]\ }{\ \left[\ \frac{100!}{97!}\ \right]\ } = \frac{\ 95\times94\times93\ }{100\times99\times98} = 86\% \end{align} </math> The sample would need 45 precincts in order to have probability under 5% that ''k'' = 0 in the sample, and thus have probability over 95% of finding the problem: : <math>\operatorname{\boldsymbol\mathcal P}\{\ X = 0\ \} = \frac{\ \left[\ \binom{100-5}{45}\ \right]\ }{\left[\ \binom{100}{45}\ \right]} = \frac{\ \left[\ \frac{95!}{50!}\ \right]\ }{\left[\ \frac{100!}{55!}\ \right]} = \frac{\ 95\times 94\times \cdots \times 51\ }{\ 100\times 99\times \cdots \times 56\ } = \frac{\ 55\times 54\times 53\times 52\times 51\ }{\ 100\times 99\times 98\times 97\times 96\ } = 4.6\% ~.</math> === Application to Texas hold'em poker === In [[hold'em]] poker players make the best hand they can combining the two cards in their hand with the 5 cards (community cards) eventually turned up on the table. The deck has 52 and there are 13 of each suit. For this example assume a player has 2 clubs in the hand and there are 3 cards showing on the table, 2 of which are also clubs. The player would like to know the probability of one of the next 2 cards to be shown being a club to complete the [[Flush (poker)|flush]].<br /> (Note that the probability calculated in this example assumes no information is known about the cards in the other players' hands; however, experienced poker players may consider how the other players place their bets (check, call, raise, or fold) in considering the probability for each scenario. Strictly speaking, the approach to calculating success probabilities outlined here is accurate in a scenario where there is just one player at the table; in a multiplayer game this probability might be adjusted somewhat based on the betting play of the opponents.) There are 4 clubs showing so there are 9 clubs still unseen. There are 5 cards showing (2 in the hand and 3 on the table) so there are <math>52-5=47</math> still unseen. The probability that one of the next two cards turned is a club can be calculated using hypergeometric with <math>k=1, n=2, K=9</math> and <math>N=47</math>. (about 31.64%) The probability that both of the next two cards turned are clubs can be calculated using hypergeometric with <math>k=2, n=2, K=9</math> and <math>N=47</math>. (about 3.33%) The probability that neither of the next two cards turned are clubs can be calculated using hypergeometric with <math>k=0, n=2, K=9</math> and <math>N=47</math>. (about 65.03%) === Application to Keno === The hypergeometric distribution is indispensable for calculating [[Keno]] odds. In Keno, 20 balls are randomly drawn from a collection of 80 numbered balls in a container, rather like [[Bingo (American version)|American Bingo]]. Prior to each draw, a player selects a certain number of ''spots'' by marking a paper form supplied for this purpose. For example, a player might ''play a 6-spot'' by marking 6 numbers, each from a range of 1 through 80 inclusive. Then (after all players have taken their forms to a cashier and been given a duplicate of their marked form, and paid their wager) 20 balls are drawn. Some of the balls drawn may match some or all of the balls selected by the player. Generally speaking, the more ''hits'' (balls drawn that match player numbers selected) the greater the payoff. For example, if a customer bets ("plays") $1 for a 6-spot (not an uncommon example) and hits 4 out of the 6, the casino would pay out $4. Payouts can vary from one casino to the next, but $4 is a typical value here. The probability of this event is: :<math> P(X=4) = f(4;80,6,20) = {{{6 \choose 4} {{80-6} \choose {20-4}}}\over {80 \choose 20}} \approx 0.02853791</math> Similarly, the chance for hitting 5 spots out of 6 selected is <math> {{{6 \choose 5} {{74} \choose {15}}} \over {80 \choose 20}} \approx 0.003095639</math> while a typical payout might be $88. The payout for hitting all 6 would be around $1500 (probability ≈ 0.000128985 or 7752-to-1). The only other nonzero payout might be $1 for hitting 3 numbers (i.e., you get your bet back), which has a probability near 0.129819548. Taking the sum of products of payouts times corresponding probabilities we get an expected return of 0.70986492 or roughly 71% for a 6-spot, for a house advantage of 29%. Other spots-played have a similar expected return. This very poor return (for the player) is usually explained by the large overhead (floor space, equipment, personnel) required for the game. == See also == * [[Noncentral hypergeometric distributions]] * [[Negative hypergeometric distribution]] * [[Multinomial distribution]] * [[Sampling (statistics)]] * [[Generalized hypergeometric function]] * [[Coupon collector's problem]] * [[Geometric distribution]] * [[Keno]] * [[Lady tasting tea]] == References == === Citations === {{Reflist}} {{more footnotes|date=August 2011}} === Sources === {{refbegin}} * {{cite journal |doi=10.1016/j.jda.2006.01.001|title=HyperQuick algorithm for discrete hypergeometric distribution|year=2007|last1=Berkopec|first1=Aleš|journal=Journal of Discrete Algorithms|volume=5|issue=2|pages=341–347 |doi-access=free}} * {{cite arXiv |last=Skala|first= M. |year=2011|title=Hypergeometric tail inequalities: ending the insanity|eprint= 1311.5939|class= math.PR }} unpublished note {{refend}} == External links == * [http://demonstrations.wolfram.com/TheHypergeometricDistribution/ The Hypergeometric Distribution] and [http://demonstrations.wolfram.com/BinomialApproximationToAHypergeometricRandomVariable/ Binomial Approximation to a Hypergeometric Random Variable] by Chris Boucher, [[Wolfram Demonstrations Project]]. * {{MathWorld |title = Hypergeometric Distribution |urlname = HypergeometricDistribution }} {{-}} {{ProbDistributions|discrete-finite}} {{DEFAULTSORT:Hypergeometric Distribution}} [[Category:Discrete distributions]] [[Category:Factorial and binomial topics]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:-
(
edit
)
Template:Abbr
(
edit
)
Template:CS1 config
(
edit
)
Template:Citation
(
edit
)
Template:Cite SSRN
(
edit
)
Template:Cite arXiv
(
edit
)
Template:Cite book
(
edit
)
Template:Cite journal
(
edit
)
Template:Cite web
(
edit
)
Template:Clear
(
edit
)
Template:Distinguish
(
edit
)
Template:Error
(
edit
)
Template:Infobox probability distribution
(
edit
)
Template:Main other
(
edit
)
Template:Math
(
edit
)
Template:MathWorld
(
edit
)
Template:More footnotes
(
edit
)
Template:Mvar
(
edit
)
Template:Nobr
(
edit
)
Template:ProbDistributions
(
edit
)
Template:Refbegin
(
edit
)
Template:Refend
(
edit
)
Template:Reflist
(
edit
)
Template:See also
(
edit
)
Template:SfnRef
(
edit
)
Template:Short description
(
edit
)