Analyze draws from limited groups without repeated selections. Compare exact, cumulative, and interval event probabilities. Understand outcomes using graphs, formulas, exports, and practical examples.
Use the fields below to evaluate exact, cumulative, and interval probabilities under a hypergeometric model.
This example models drawing 5 cards from a standard deck and counting aces.
| Scenario | Population N | Success States K | Sample Size n | Exact Successes x | Exact Probability | At Least One Success |
|---|---|---|---|---|---|---|
| 5 cards drawn, count aces | 52 | 4 | 5 | 1 | 0.299474 | 0.341158 |
| Interpretation | There is about a 29.9474% chance of drawing exactly one ace and a 34.1158% chance of drawing at least one ace. | |||||
Exact probability:
P(X = x) = [C(K, x) × C(N − K, n − x)] / C(N, n)
Expected value and variance:
E[X] = n(K / N)
Var(X) = n(K / N)(1 − K / N)[(N − n) / (N − 1)]
Meaning of symbols:
This model applies when every sample of size n is equally likely and each draw changes the remaining composition of the population.
It means selected items are not returned before the next draw. Each draw changes the remaining population, so probabilities shift from draw to draw.
It uses the hypergeometric distribution. This distribution is appropriate for finite populations, binary classification, and dependent draws made without replacement.
Use this calculator when the population is finite and sampled items are not replaced. Use a binomial model when trials stay independent and the success probability remains constant.
The support is the set of possible success counts. It runs from max(0, n − (N − K)) to min(n, K), preventing impossible event selections.
Without replacement, draws become dependent. The finite population correction lowers dispersion because each observation reduces uncertainty about the remaining population.
It adds probabilities across every success count from a to b. This is useful for statements like at least two successes or between one and three successes.
Yes. The calculator uses logarithmic combination calculations, which helps keep large combinatorial terms numerically stable and practical for many finite sampling problems.
The CSV export includes inputs, summary metrics, and the distribution table. The PDF export saves the displayed results section as a portable report snapshot.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.