Example of a Random Sample
Suppose the population consists of the GPAs of all University of Washington undergraduate students.
Let F denote the population distribution of undergraduate GPAs.
Now suppose we randomly select 12 undergraduate students and record their GPAs:
i.i.d.
X1, . . . , X12 ∼ F.
Here:
▶ each Xj represents one student’s GPA;
▶ all Xj ’s have distribution F;
▶ the observations are assumed to be independent.
A possible sample is:
3.5, 3.7, 4.0, 2.9, 3.1, 3.8, 3.4, 2.7, 3.9, 3.2, 3.6, 3.3.
Important
In practice, we usually do not know the population distribution F or its parameters, such as the population mean µ
and variance σ2.
Instead, we observe a random sample
X1, . . . , Xn
from the population and use the random sample to estimate unknown population quantities.
Arman Jahangiri
Summer 2026 24