01 THINKHow does he reason?

How to read mathematical statistics notation

Fifty symbols with how to say them out loud. A formula does not fail because the idea is unknown — it fails because the symbols cannot be spoken.

A formula usually does not fail to read because the concept is unknown. It fails because the symbols cannot be said out loud. Skim ∫₀^∞ e^(tx) λe^(−λx) dx with your eyes and it passes; say "the integral from zero to infinity" and the structure appears.

So the readings came first. Symbol → how to say it → what it means.

1. Greek letters

SymbolSay it asMeaning
αalphaSignificance level, a parameter
βbetaA parameter, Type II error probability
γgammaParameter of the gamma distribution
Γcapital gammaThe gamma function
λlambdaParameter of the exponential and Poisson distributions
μmuPopulation mean
σsigmaPopulation standard deviation
σ²sigma squaredPopulation variance
θthetaAn unknown parameter
ρrhoPopulation correlation coefficient
πpiThe circle constant, or a probability
φphiStandard normal density
Φcapital phiStandard normal cumulative distribution function
εepsilonError term, a very small quantity
δdeltaA small change, an error

2. Random variables and probability

SymbolSay it asMeaning
Xbig XA random variable
xlittle xThe value X actually took
Ybig YAnother random variable
P(X=x)the probability that X equals xDiscrete probability
P(A)the probability of AProbability that event A occurs
E(X)the expectation of XThe mean
E[g(X)]the expectation of g of XMean of the function g(X)
Var(X)the variance of XHow much it varies
Cov(X,Y)the covariance of X and YHow far two variables move together
Corr(X,Y)the correlation of X and YLinear relationship between two variables

3. Distributions

SymbolSay it asMeaning
f(x)f of xProbability density or mass function
F(x)capital F of xCumulative distribution function
F_X(x)capital F sub X of xThe CDF of X
f_X(x)f sub X of xThe density of X
P(X≤x)the probability that X is at most xDefinition of the CDF
X ~ N(μ, σ²)X is distributed normalMean μ, variance σ²
X ~ Exp(λ)X is distributed exponentialParameter λ
X ~ Bin(n, p)X is distributed binomialn trials, success probability p
X ~ Pois(λ)X is distributed PoissonParameter λ
X ~ Beta(α, β)X is distributed betaParameters α, β

~ is read "is distributed". X ~ N(μ, σ²) is "the random variable X is distributed normal with mean μ and variance σ²."

4. Sums, products, integrals, derivatives

SymbolSay it asMeaning
ΣsigmaA sum
Σᵢ₌₁ⁿthe sum from i equals one to nAdd from i=1 to n
capital piA product
integralSummation over a continuous variable
∫₋∞^∞the integral from minus infinity to infinityOver the whole range
infinityA value growing without bound
partialDerivative with respect to one of several variables

5. Statistical inference

SymbolSay it asMeaning
X barSample mean
S squaredSample variance
SSSample standard deviation
θ̂theta hatAn estimator or estimate of θ
H₀H naughtNull hypothesis
H₁H oneAlternative hypothesis
p-valuep valueThe p value
αalphaSignificance level

The fifteen learned first

Fifty at once was not the plan. These fifteen keep coming back while reading the rest.

α alpha · β beta · λ lambda · μ mu · σ sigma · σ² sigma squared · θ theta · Γ the gamma function · f(x) density · F(x) CDF · E(X) expectation · Var(X) variance · Σ sum · integral · infinity

Three that kept getting confused

σ and Σ. In Korean both are said "sigma" and the meanings differ. English keeps them slightly apart — sigma and capital sigma — but the shapes are still the reliable difference.

  • σ standard deviation
  • Σ a sum

Γ and γ

  • Γ capital gamma — the gamma function
  • γ lowercase gamma — a parameter of the gamma distribution

X and x. This one took longest.

  • X the random variable. Nothing has been fixed yet
  • x the value that X was actually observed to take

The difference between upper and lower case carries the difference between possibility and result.

A formula actually worked through

The moment generating function of the exponential distribution:

M_X(t) = ∫₀^∞ e^(tx) · λe^(−λx) dx

Said aloud — "M sub X of t is the integral from zero to infinity of e to the t x times lambda e to the minus lambda x, d x."

Simplified:

M_X(t) = λ / (λ − t),    for t < λ

Said aloud — "M sub X of t is lambda over lambda minus t, for t less than lambda."

Once it could be read, the reason for the condition t < λ came first. The integral has to converge, and that follows the moment the symbols are spoken.


Formulas use Unicode symbols rather than LaTeX. This site has no math renderer, and adding KaTeX would blow the per-route budget on CSS and web fonts alone. And since this piece is about how to read the symbols, writing them the same way the tables do is the more consistent choice.

statisticsnotationgreekreference

Record

First committed 2026.08.27, and untouched since.

  • 68db941Content: 수리통계학 기호 읽는 법

The full build record →