- If any values in the data set are greater than the upper boundary, then those values are the upper outliers.
- If any values in the data set are less than the lower boundary, then those values are lower outliers.
What are Outliers?
If a number in distribution is more than 1.5 times the length of the box away from either of the upper and lower quartile of the distribution, then that number is said to be an outlier.
The lower quartile is [tex]Q_1[/tex] and the upper quartile of distribution is [tex]Q_3[/tex]
Then lower boundary is given by [tex]=Q_1-1.5\times IQR[/tex]
The Upper boundary is given by [tex]=Q_3+1.5\times IQR[/tex]
If any number or value of the distribution is greater than [tex]Q_3+1.5\times IQR[/tex] then that is called Upper Outlier.
Similarly, if any value or number of the distribution is less than [tex]Q_1-1.5\times IQR[/tex] then that is called Lower Outlier.
So the answers in the boxes are given by:
- Box 1: Greater than
- Box 2: Less than
Learn more about Outliers here -
https://brainly.com/question/3631910
#SPJ2