Presentation is loading. Please wait.

Presentation is loading. Please wait.

Describing distributions with numbers

Similar presentations


Presentation on theme: "Describing distributions with numbers"— Presentation transcript:

1 Describing distributions with numbers
A large number or numerical methods are available for describing quantitative data sets. Most of these methods measure one of two data characteristics: The central tendency of the set of observations – it is the tendency of the data to cluster, or center, about certain numerical values. The variability of the set of observation – it is the spread of the data. week2

2 Measuring Center The Mode is the observation that occurs most frequently. The mode for categorical variable will be the label of the category with the highest number of counts. Measuring center Two common measures of center are the mean and the median. These two measures behave differently. The mean is the “average value” and the median is the “middle value”. week2

3 Measuring center: the median
The median M is the midpoint of the distribution, the number such that half the observations are smaller then it and the other half are larger. To find the median of a distribution: Arrange the observations in order of size, from smallest to largest. 2. If the number of observations n is odd, the median is the center observation in the ordered list. 3. If the number of observations n is even, the median is the average of the two center observations in the ordered list. week2

4 Example The annual salaries (in thousands of $) of a random
sample of five employees of a company are: 40, 30, 25, 200, 28 Arranging the values in increasing order: median = 30 Excluding 200 median = (28+30)/2=29. week2

5 MINITAB output for the data in the example above is given bellow:
MINITAB commands Stat > Basic Statistics > Display Descriptive Statistics MINITAB output for the data in the example above is given bellow: Variable N Median salary week2

6 Measuring center: mean
To find the mean of a set of observations, add their values and divide by the number of observations. If the n observations are x1,x2,…xn, their mean is given by Example Find the mean of the following observations: 4, 5, 9, 3, 5. Solution: week2

7 Example The annual salaries (in thousands of $) of a random sample of five employees of a company are: 40, 30, 25, 200, 28. If we exclude 200 as an outlier, Mean is sensitive to the influence of a few extreme observations. Because the mean cannot resist the influence of extreme values, we say that it is NOT a resistant measure of center. week2

8 Mean versus median The median and mean are the most common measures of the center of a distribution. If the distribution is exactly symmetric, the mean and median are exactly the same. Median is less influenced by extreme values. If the distribution is skewed to the right, then mode < median < mean If the distribution is skewed to the left, then mean < median < mode. week2

9 Questions You are asked to recommend a measure of center to
characterize the following data: 0.6, 0.2, 0.1, 0.2, 0.2, 0.3, 0.7, 0.1, 0.0, 22.5, 0.4. What is your recommendation and why? The mean is ____ sensitive to extreme values than the median. (a) more (b) less (c) equally (d) can’t say without data Changing the value of a single score in a data set will necessarily cause the mean to change. (T/F) Changing the value of a single score in a data set will necessarily cause the median to change. (T/F) week2

10 Quartiles The 25th percentile is called the first quartile (Q1).
The first quartile (Q1) is the median of the observations whose position in the ordered list is to the left of the location of the overall median. The 75th percentile is called the third quartile (Q3). The third quartile (Q3) is the median of the observations whose position in the ordered list is to the right of the location of the overall median. NOTE: The median is the second quartile Q2 . week2

11 Example The highway mileages of 20 cars, arranged in increasing order are: | The median is … The first quartile Q1 is … The third quartile Q3 is… week2

12 Measuring Spread The range (max-min) is a measure of spread but it is very sensitive to the influence of extreme values. The distance between the first and third quartiles is called the Interquartile range (IQR) i.e. IQR =Q3 – Q1 . The IQR is another measure of spread that is less sensitive to the influence of extreme values. It measures the spread of middle 50% of data. week2

13 The five-number summary
The five-number summary of a set of observations consists of the smallest observation, the first quartile, the median, the third quartile and the largest observation. These five numbers give a reasonably complete description of both the center and the spread of the distribution. MINITAB commands: Stat > Basic Statistics > Display Descriptive Statistics week2

14 Example The highway mileages of 20 cars, arranged in increasing order are: Give the five number summary. Answer From example 1.14 p45 we have, min = 13, first quartile = 18, median = 23, third quartile = 27 , max. = 32. The MINITAB output using the above commands is as follows: Variable N Minimum Q1 Median Q3 Maximum mileage week2

15 Box-plot A box-plot is a graph of the five-number summary. Example:
Make a box-plot for the data in the above example. MINITAB commands: Graph > Boxplot week2

16 Outliers An outlier is an observation that is usually large or small
relative to the other values in a data set. Outliers are typically attributable to one of the following causes: 1. The observation is observed, recorded, or entered incorrectly. 2. The observation comes from a different population. 3. The observation is correct but represents a rare event. week2

17 The 1.5×IQR Criterion for outliers
Call an observation a suspected outlier if it falls more than 1.5×IQR above the 3rd quartile or below the 1st quartile. Example Consider the data given in example 1.13 on page 43 in IPS (mileage data with an extra observation of 66). Variable N Mean Min Q1 Median Q3 Max Mileages The IQR = = 10 and the largest observation, 66, falls more than 1.5×IQR above Q3 and therefore is an outlier. week2

18 Exercise The stemplot for a set of 50 observations is given below:
Draw a box-plot for the data. Stem-and-leaf of Fees N = 50 Leaf Unit = 1.0 (28) 1 4 week2

19 Exercise The box-plot, histogram and stem-and-leaf plot for a data set are given below. Describe the distribution. Stem-and-leaf of C N = 50 Leaf Unit = 1.0 (29) 1 3 week2

20 Exercise Consider the following Minitab generated box-plots of coagulation times in seconds for samples of blood drawn from animals receiving three different diets denoted 1, 2, and 3 : State whether the following statements are true or false a) The animal that had the longest coagulation time was given diet 3. b) The greatest variability occurs with diet 2. c) Diet 1 shows evidence of right (positive) skewness but diet 2 shows evidence of left (negative) skewness. d) Approximately 25% of animals on diet 2 had coagulation times less then 63. e) The smallest upper (third) quartile is for diet 3. f) We can see that the mean for diet 1 is less than 62 seconds. week2

21 Measuring spread: Standard deviation
The variance (s2) of a set of n observations is The standard deviation (s) is the square root of the variance (s2). Standard deviation (SD) based on how far away from mean each value is. If many values far from mean (or some very far), SD will be large. If all values close to the mean, SD will be small. week2

22 The deviations display the spread of the values xi about
their mean. Some of these deviations will be positive and some negative because the observations fall on each side of the mean. The sum of the deviations of the observations from their mean will always be zero. Squaring the deviations makes them all positive, so that observations far from the mean in either direction have large positive squared deviations. The variance is the average of the squared deviations. The variance, s2, and the standard deviation, s, will be large if the observations are widely spread about their mean, and small if the observations are all close to the mean. week2

23 Properties of standard deviation (s)
s measures the spread about the mean and should be used only when the mean is chosen as the measure of center. s = 0 only when there is no spread. This happens only when all observations have the same value. Otherwise, s > 0. s, like the mean , is not resistant to extreme values. A few outliers can make s very large. week2

24 Choosing a summary The five-number summary is usually better than the mean and the standard deviation for describing skewed distributions or distributions with strong outliers. Use mean and standard deviation for reasonably symmetric distributions that are free of outliers. week2

25 Questions 1. How do the mean, median, and mode compare, usually, when a distribution is positively skewed? negatively skewed? Draw a picture and try to estimate the locations of these measures. 2. Which type of display is the most useful type for clear direct comparisons of the key characteristics of several data sets (e.g. blood cholesterol changes for several different treatments) ? 3. In a frequency table of 300 scores, the mean is reported as 80 and the median as 65. One would expect this distribution to be a. positively skewed. b. negatively skewed. c. symmetrical d. rectangular. week2


Download ppt "Describing distributions with numbers"

Similar presentations


Ads by Google