Choose a distribution, enter parameters, press calculate now. See probabilities, cumulative chances, and key moments. Save tables to share, print, or review later securely.
Example: Binomial with n = 10 and p = 0.50, showing k = 0..6.
| k | PMF | CDF |
|---|---|---|
| 0 | 0.0009765625 | 0.0009765625 |
| 1 | 0.0097656250 | 0.0107421875 |
| 2 | 0.0439453125 | 0.0546875000 |
| 3 | 0.1171875000 | 0.1718750000 |
| 4 | 0.2050781250 | 0.3769531250 |
| 5 | 0.2460937500 | 0.6230468750 |
| 6 | 0.2050781250 | 0.8281250000 |
It models outcomes that are countable, like counts, trials, or selected items. Probabilities are assigned to integer values, and the PMF sums to one across its support.
PMF gives the probability at one exact value, P(X=k). CDF gives the cumulative probability up to that value, P(X≤k), which helps answer “at most” questions.
Use binomial for a fixed number of independent trials with the same success chance. Use Poisson for event counts over time or space with an average rate λ.
Hypergeometric is for sampling without replacement, so probabilities change after each draw. It is common in quality checks, audits, and card draws from a deck.
Direct factorials overflow quickly for large inputs. Log-factorials using lgamma keep calculations stable, then exponentiation returns usable probabilities for many practical sizes.
Not necessarily. It means your chosen k-range does not cover all support values. Expand the range to capture more mass, especially for Poisson or negative binomial tails.
After calculating, use the CSV button for spreadsheet analysis. Use the PDF button for a lightweight printable summary, including the first rows of the table.
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.