PSTAT 120B: Mathematical Statistics, I

Statistical Notation

Instructor
Quarter

Ethan Marzban

Summer Session A, 2024

I am sympathetic to the fact that, at times, the notation used in statistics can seem a bit overwhelming. As such, I’ve crafted this page to outline a few key notations and symbols used in Statistics - I encourage you to refer to this page often! (Of course, please feel free to ask me directly in Lecture or Office Hours if I use notation that is unfamiliar to you.)

Greek Alphabet

Table 1: The Greek Alphabet
First Half
Uppercase Lowercase Name
A α alpha
B β beta
Γ γ gamma
Δ δ delta
E ε epsilon
Z ζ zeta
H η nu
Θ θ / ϑ theta
I ι iota
K κ kappa
Λ λ lambda
M μ mu
Second Half
Uppercase Lowercase Name
N ν nu
Ξ ξ xi
O ο omicron
Π π pi
P ρ rho
Σ σ / ς sigma
T τ tau
Y υ upsilon
Φ ϕ phi
X χ chi
Ψ ψ psi
Ω ω omega

Some Common Statistical Uses

  • μ: often used to denote mean/expected value
  • σ: often used to denote standard deviations
  • θ: often used as a placeholder for an arbitrary parameter
  • λ, ρ: often used to denote rates
  • ν: often used to denote the degrees of freedom of a χ2 distribution
  • Γ(t): the Gamma function Γ(r):=0xr1ex dx
  • ψ(t): the Digamma function: ψ(t):=ddtln[Γ(t)]=Γ(t)Γ(t)
  • Sometimes, related parameters will be named after consecutive letters in the alphabet. For instance, we may denote the mean of a random variable X by μ and the mean of another random variable Y by ν, and μ and ν appear consecutively in the Greek alphabet. Similarly for variances; σ2 and τ2 are commonly used to denote variances.

Other Notations

  • In this class, I will often write XfX to mean “let X be a random variable with density function fX(x)”, and XFX to mean “let X be a random variable with distribution function FX(x).”

  • The symbol is called the universal quantifier, and is essentially a mathematical way of writing “for all” or “for every”. As an example: (xR)[fX(x)0] is read “for every real number x, the value of fX(x) will be nonnegative”.

  • The symbol is called the existential quantifier, and is essentially a mathematical way of writing “there exists” or “for at least one”. As an example: (xR)[x2=2] is read “there exists a real number x whose square is 2”.

  • I often use the symbol := to mean “definitionally equal to”. For example, given a random variable Y, I’ll often write U:=Y2 to mean “let U be another random variable that is, by definition, equal to the square of Y.”

  • I often use the symbol =! to mean “set equal to”. For example, solving f(x)=!0 for x gives us the set of critical values for the function f().