Describing and comparing distributions
Last updated
Last updated
right or left-tailed, if there is only one tail
approx. symmetrical
skewed to the left or right (mean is off center and the tail on one side is longer than the other, eg left tail is longer its skewed to the left)
cluster, groups of data
outlier, a data point which is far of the rest
example: 1, 1, 2, 2, 3, 3, 4, 4, 6, 7, 8, 10, 11, 14, 15, 20, 21
median would be 6
2, 3 is the median in the lower end and 11, 14 is the median in the upper end to build our box ends
and the whiskers are 1 and 21
The "average" number; found by adding all data points and dividing by the number of data points.
example: 4 3 1 6 1 7 =>
The middle number; found by ordering all data points and picking out the one in the middle (or if there are two middle numbers, taking the mean of those two numbers).
example: reorder number set to 1 1 3 4 6 7 and add the two center numbers together and halve them => 3.5
The most frequent numberāthat is, the number that occurs the highest number of times. In the example above the most common number is 1.
The IQR describes the middle 50% of values when ordered from lowest to highest. To find the interquartile range (IQR), āfirst find the median (middle value) of the lower and upper half of the data. These values are quartile 1 (Q1) and quartile 3 (Q3). The IQR is the difference between Q3 and Q1.
Example: 4, 4, 6, 7, 10, 11, 12, 14, 15
(4+6)/2 = 5 and (12+14)/2 = 13 --> IQR = 13 - 5 = 8
-10, 0, 10, 20 ,30 --> mean == 10
Range is max minus min number: 30 - (-10) = 40
8, 9, 10, 11, 12 --> mean == 10, range == 4
(min value - mean)squared
-10, 0, 10, 20 ,30 (mean = 10) ==>
Or we can write is as
Find the mean
For each data point, find the square of its distance to the mean.
Sum the values from Step 2
Divide by the number of data points
Take the square root
The difference between the two formulas is that when calculating standard deviation, we square the distance from each data point to the mean, and we take the square root as the last step of the formula.
Standard deviation is more complicated, but it has some nice properties that make it statisticians' preferred measure of spread.
Standard deviation measures the spread of a data distribution. It measures the typical distance between each data point and the mean.The formula we use for standard deviation depends on whether the data is being considered a population of its own, or the data is a sample representing a larger population.
mean = or sum of data divided by number of data points
Variance =
i=1 stands for the first value given, N the last number in list. (mu) stand for mean.
Standard Deviation ==> sqrt of Variance ==>
means that is has 10 times the standard deviation.
Standard Deviation
where means "sum of", xxx is a value in the data set, is the mean of the data set, and is the number of data points in the population.
Mean Absolute Deviation
The formulas are very similar! They are both based on the distance from each data point to the mean , and they both include dividing by the number of data points .
Sample Standard Deviation ==> or , where is just a different way to write . Pronounced as "sample mean". (--> un-bias sample variance)
If the data is being considered a population on its own, we divide by the number of data points, .
If the data is a sample from a larger population, we divide by one fewer than the number of data points in the sample, .
Population (parameter)
Sample (statistic)
Mean
Variance
(biased)
(unbiased)