Stats 2
Stats 2
Range
Interquartile Range (IQR)
Variance
Standard Deviation
Range
Formula: IQR = Q3 – Q1
Tasks:
Find the Range of the dataset.
Calculate the Variance of the dataset.
Find the Standard Deviation of the dataset.
Measures of Relative
Position
UNDERSTANDING HOW DATA POINTS RELATE TO THE DISTRIBUTION
Introduction to Measures of Relative
Position
Definition: The percentile rank of a data point is the percentage of values in the data
set that are less than or equal to that point.
Common Percentiles:
25th percentile (lower quartile, Q1)
50th percentile (median, Q2)
75th percentile (upper quartile, Q3)
Example: "If a student is at the 80th percentile, 80% of students scored lower than
them."
Quartiles
Quartiles are three values that split sorted data into four parts, each with an equal
number of observations. Quartiles are a type of quantile. First quartile: Also known as
Q1, or the lower quartile. Second quartile: Also known as Q2, or the median. Third
quartile: Also known as Q3, or the upper quartile.
Key Quartiles:
Q1: 25th percentile
Q2: 50th percentile (Median)
Q3: 75th percentile
Deciles
Deciles are measures of position calculated on a set of data. The deciles are the
values that separate a distribution into ten equal parts, where each part contains the
same number of observations). The decile is a member of the wider family of
quantiles.
Z-Scores
A z-score tells us the number of standard deviations a value is from the mean of a
given distribution. negative z-scores indicate the value lies below the mean. positive
z-scores indicate the value lies above the mean.
Where:
X is the data point.
μ is the mean.
σ is the standard deviation
Exercise 1: Percentiles