Learn

One of the most common quantiles is the 2-quantile. This value splits the data into two groups of equal size. Half the data will be above this value, and half the data will be below it. This is also known as the median!

Ten points are below the median and ten points are above the median.

The 4-quantiles, or the quartiles, split the data into four groups of equal size. We found the quartiles in the previous exercise.

Quartiles split a dataset of 20 points into 4 groups with 5 points each

Finally, the percentiles, or the values that split the data into 100 groups, are commonly used to compare new data points to the dataset. You might hear statements like “You are above the 80th percentile in height”. This means that your height is above whatever value splits the first 80% of the data from the remaining 20%.

Instructions

1.

We won’t make you calculate all 99 percentiles, but let’s take a look at one. Find the value that separates the first 32% of the data from the rest.

Store that value in a variable named percentile.

2.

Look at the printout. If you had a song that was exactly three minutes long, is that song above or below the 32nd percentile?

Create a variable named answer and set it equal to either "above" or "below". Don’t forget to include the quotes!

Take this course for free

Mini Info Outline Icon
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.

Or sign up using:

Already have an account?