Respuesta :
Answer: median and mode
=================================================
Explanation:
Imagine we had the set {1,2,3,4} where all the values are clumped or clustered together fairly closely. Computing the range, median, mode, mean and population standard deviation yields the following
- range = 3
- median = 2.5
- mode = none
- mean = 2.5
- population standard deviation = 1.118 approximately
Now lets add in a very large outlier, say 1000, and we now have this set: {1,2,3,4,1000}
For this new set, recompute the range, median, mode, mean and population standard deviation
- range = 999
- median = 3
- mode = none
- mean = 202
- population standard deviation = 399.001 approximately
We can see that the range, mean and standard deviation have increased significantly. The median has gone up but not by much. The median is not greatly affected by outliers which is why the median is used for home prices for instance. The mode is also not affected because imagine if we had the set {1,1,1,2,3,4} and we can see the mode is 1 as it occurs the most times. Add in a very large outlier (again say 1000) and we now have {1,1,1,2,3,4,1000}. The mode is still 1 because it still occurs the most frequent of all the values. We see that the mode is far more robust as it hasn't changed at all while the median did change.
Outliers have very little or no effect on median and mode
The effects of outliers
Outliers are data elements that are relatively too large or too small from other data elements.
An outlier has a very huge effect on the mean, standard deviation and the range
However, it has a little or no effect on the median and mode.
While an outlier can change the median value, it cannot alter the value of the mode
Hence, outliers have very little or no effect on median and mode
Read more about outliers at:
https://brainly.com/question/3631910