Calculating Quartiles, Interquartile Range, and Outliers

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/10

flashcard set

Earn XP

Description and Tags

Flashcards covering definitions, formulas, and methods for calculating quartiles, interquartile ranges, outliers, deciles, and percentiles from ungrouped data.

Last updated 4:04 AM on 8/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

Quartile

A value that divides an ordered data set into four equal parts.

2
New cards

Interquartile Range (IQRIQR)

The difference between the third quartile (Q3Q_3) and the first quartile (Q1Q_1) that measures the spread of the middle 50%50\% of the data.

3
New cards

IQRIQR Formula

IQR=Q3Q1IQR = Q_3 - Q_1

4
New cards

Outlier

A value that is unusually high or unusually low compared with the rest of the data. A value that falls outside the expected range may be considered an outlier.

5
New cards

Linear Interpolation

A method used to estimate an unknown value that lies between two known values.

6
New cards

Lower Fence

The lowest acceptable value in a data set; any value below the lower fence is considered an outlier. Formula: Lower Fence=Q11.5(IQR)\text{Lower Fence} = Q_1 - 1.5(IQR)

7
New cards

Upper Fence

The highest acceptable value in a data set; any value above the upper fence is considered an outlier. Formula: Upper Fence=Q3+1.5(IQR)\text{Upper Fence} = Q_3 + 1.5(IQR)

8
New cards

Steps in Linear Interpolation

  1. Find the position of the quartile. 2. Identify the two values between which the quartile lies. 3. Find the difference between the two values. 4. Multiply the difference by the decimal part of the position. 5. Add the result to the lower value. 6. Write the final answer.
9
New cards

Linear Interpolation Usage Note

Linear interpolation is only needed when the position contains a decimal value.

10
New cards

Position of DkD_k

Used to find the kthk\text{th} decile using the formula: k(n+1)10\frac{k(n + 1)}{10}

11
New cards

Position of PkP_k

Used to find the kthk\text{th} percentile using the formula: k(n+1)100\frac{k(n + 1)}{100}