The table below condenses the central facts about the median — what it is, how to compute it in the discrete and continuous cases, how it lines up against the mean and the mode, the properties that define it, and the contexts in which it is the right tool versus the wrong one — into a single quick-reference card.
| Aspect |
Statement |
Example / note |
| What it is |
the value that splits total probability into two equal halves |
the 50th percentile of the distribution |
| Discrete case |
smallest m with P(X ≤ m) ≥ 0.5 and P(X ≥ m) ≥ 0.5 |
may be non-unique when the CDF lands on 0.5 |
| Continuous case |
solve F(m) = 0.5, or use m = F⁻¹(0.5) |
exponential: m = ln(2)/λ |
| Vs other measures |
a rank-based center, not a weighted balance point or peak |
right-skewed: mode < median < mean |
| Symmetric vs skewed |
equals mean and mode under symmetry; sits between them under skew |
normal: median = μ; exponential: median < mean |
| Defining property |
minimizes E[|X − m|]; invariant under monotonic transformations |
median(g(X)) = g(median(X)) for strictly monotonic g |
| When it shines |
skewed data, outlier resistance, ordinal data |
income, housing prices, satisfaction ratings |
| When it's weak |
no additivity; reveals nothing about spread; algebra is awkward |
median(X + Y) ≠ median(X) + median(Y) |