The page has unpacked the probability mass function from many angles — from its defining axioms and three modes of representation through summary measures, transformations, and the family of common discrete distributions. The table below collects the essentials into a single reference card, pairing each aspect of the PMF with its concise statement and a concrete formula or example.
| Aspect |
Statement |
Example or formula |
| What a PMF is |
a function pX(x) = P(X = x) for a discrete random variable |
fair die: pX(k) = 1/6 for k ∈ {1, …, 6} |
| Support |
the set of values where pX(x) > 0 |
finite ({1, …, 6}) or infinite countable ({1, 2, 3, …}) |
| Two axioms |
non-negative everywhere; total over the support equals 1 |
pX(k) ≥ 0 for all k; Σ pX(k) = 1 |
| Three representations |
graphical, functional, tabular — the same PMF viewed three ways |
bars at each value; a formula; a value-probability table |
| Computing event probabilities |
sum the PMF over the values that make up the event |
P(X ≤ 3) for a die = pX(1) + pX(2) + pX(3) = 1/2 |
| Summary measures |
location (mean, median, mode) and spread (variance, SD, range) — all computed from the PMF |
E[X] = Σ k · pX(k); Var(X) = Σ (k − E[X])2 · pX(k) |
| Connection to the CDF |
accumulate the PMF to get the CDF; differ to recover the PMF |
FX(x) = Σk ≤ x pX(k); pX(k) = FX(k) − FX(k−) |
| Common forms |
named discrete distributions, each with a characteristic PMF shape |
binomial, geometric, Poisson, negative binomial, hypergeometric, discrete uniform |