How to Compute Interquartile Range?

Arrange the data in ascending order

Find the median of the data set

Split the data into a lower half and an upper half

Find the median of the lower half to get the first quartile

Find the median of the upper half to get the third quartile

Subtract the first quartile from the third quartile

Use the formula: IQR = Q3 – Q1

Suggested for You

Trending Today