Download presentation
Presentation is loading. Please wait.
Published byDale Rose Modified over 8 years ago
1
Chapter 6 ANALYZING DATA STATISTICALLY There are several commonly used parameters that allow us to draw conclusions about the characteristics of a data set. They are the mean, median, mode, min, max, variance, and standard deviation.
2
Mean
3
Median The median is a value such that half the data values lie above and half lie below. If the number of data values is odd, the median coincides with one of the data values. For example, 3 is the median for the data set (2, 0, 8, 3, 5). If the number of data values is even, however, the median is usually taken as the average of the two centermost values. Thus, 4 is the median for the data set (2, 8, 3, 5). In Excel, the MEDIAN function is used to determine the median. It is used in the same manner as the AVERAGE function described above. Thus, the expression =MEDIAN(B1:B12) will determine the median of the values stored in cells B1 through B12. The numerical values within the cells need not be sorted.
4
Mode The mode is the value that occurs with the greatest frequency within a data set. Not all data sets have a mode. On the other hand, some data sets have multiple modes. The data set (1, 2, 3, 4, 5), for example, does not have a mode because no value occurs more frequently than any other. However, in the data set (1, 2, 2, 4, 5), the mode is 2. The data set (1, 2, 2, 3, 4, 4, 5) has two modes, 2 and 4. In Excel, the mode can be determined with the MODE function. Again, the arguments indicate the block of cells containing the data. Thus, the expression =MODE(B1:B12) will determine the mode of the values stored in cells B1 through B12. The MODE function returns an error message (#N/A) if the data set does not have a mode.
5
Min and Max The min and the max (i.e., the minimum and the maximum) simply indicate the extremities of the data set. In Excel, the MIN and MAX functions return these values. The arguments again indicate the block of cells containing the data. Thus, the expression =MIN(B1:B12) returns the smallest value within the cells B1 through B12, whereas =MAX(B1:B12) returns the largest value. Blank cells are ignored. Note that the MIN and MAX functions return the values that are the smallest and the largest algebraically. They do not return the values that are the smallest and the largest in magnitude. Thus, for the data set (−5, −2, 1), the MIN function would return −5 (which is algebraically the smallest value), and the MAX function would return 1 (which is algebraically the largest).
6
Variance
7
Standard Deviation
8
The heights of 20 engineering students are given in the following table. Using Equations (6.1), (6.2), and (6.3), determine the mean, median, mode, min, max, variance, and standard deviation. Carry out the calculations by hand, using only a calculator, a pencil, and a piece of paper. (Do not use a spreadsheet to obtain a solution. Also, do not use any of the built-in statistical functions that may be present in your calculator.)
9
Install Analysis ToolPak For those readers with some statistical background, Excel allows you to generate a summary of all applicable descriptive statistics for a given data set (i.e., one or more columns or rows of numerical data). This feature requires the Descriptive Statistics feature found in the Analysis ToolPak. To install the Analysis ToolPak, click on the Office Button and choose Excel Options at the bottom of the window. Then choose Add-Ins from the list at the left. This will result in the list of Add-Ins. If the Analysis ToolPak is not included in the list, click on Manage: Excel Add-ins/Go at the bottom. Then check the box labeled Analysis ToolPak, and click on OK.
10
Example 6.1 Analyzing a Data Set A car manufacturer wishes to determine how accurately the cylinders are being machined in several engine blocks. The design specifications call for a cylinder diameter of 3.500 inches, with a tolerance of ±0.005 inch. To determine the accuracy of the cylinders, several engine blocks were taken from the assembly line during manufacture and one cylinder was measured in each block. For consistency, the measurement was always perpendicular to the axis of the engine block (i.e., perpendicular to the straight line connecting the centers of the cylinders). Analyze the data by placing them in an Excel worksheet and then calculating the mean, median, mode, min, max, and standard deviation. Also, generate a table showing all summary statistics for the given data.
11
Problem 6.4 Enter the data given in Problem 6.3 into an Excel worksheet and determine the mean, median, mode, min, max, variance, and standard deviation. Be sure the worksheet is legible and clearly labeled.
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.