Chapter 3 Notes: Describing, Exploring, and Comparing Data
Measures of Center (3-1)
Center: representative average value indicating the middle of the data.
Variation: measure of how values vary.
Key measures:
Mean (arithmetic mean): sum of all values divided by the number of values.
Median: middle value of ordered data; unaffected by extremes.
Mode: most frequent value; can be non-unique or absent. its the only measure of center where it can used with nominal data
Midrange: midpoint between max and min, defined as .
Notation:
: sum; : data values; : sample size; : population size.
Population mean: .
Sample mean: .
Mean from a frequency distribution: .
Round-off Rule: carry one more decimal place than original data; round only the final answer.
Measures of Variation (3-2)
Key concept: Variation quantifies how values differ; standard deviation interpretation is essential.
Range: difference between maximum and minimum values, .
Standard deviation (sample): measure of variation about the mean.
Formula: .
Shortcut formula: .
Properties of :
Measures variation of all values from the mean.
Typically positive; increases with outliers.
Units are the same as the original data.
Range Rule of Thumb: estimate standard deviation as .
Variance:
Population variance:
Sample variance:
Round-off Rule for Variation: carry one more decimal place than in original data; round only the final answer.
Estimation of standard deviation (range-based):
Minimum usual , maximum usual .
Empirical (68-95-99.7) Rule for bell-shaped distributions:
~68% of values fall within of the mean.
~95% within .
~99.7% within .
Measures of Relative Standing and Boxplots (3-3)
Key concept: Compare values across/within data sets; z-score is central; identify outliers.
z-score (standardized value): number of standard deviations a value is above or below the mean.
Population: .
Sample: .
Interpretation: z-scores rounded to 2 decimals; values with |z| > 2 are unusual.
Five-number summary: .
Quartiles:
: separates bottom 25%.
(median): separates bottom 50%.
: separates bottom 75%.
Boxplot (box-and-whisker diagram): shows min, Q1, median, Q3, max; box spans to , line at median; whiskers extend to min and max.
Outliers in boxplots: values far from most data can distort interpretation.
Modified boxplots: outliers shown as special points; outlier if value > Q3 + 1.5 \times IQR or < Q1 - 1.5 \times IQR , where .
Boxplots examples: distributions can be normal, uniform, or skewed; boxplots illustrate shape and spread.
Percentiles ( to ): divide data into 100 groups; is the value below which of observations fall.
Finding : .
Locator method for : compute .
If is an integer, is the -th value.
If is not an integer, is the average of the th and the next value: .
Summary: boxplots and percentiles provide quick visual and numeric summaries of distribution shape, spread, and relative standing.
The "mu" symbol represents the population mean. This is calculated by summing all data values () and dividing by the population size (). In contrast, the sample mean is denoted by (x-bar).
m = median
x bar = mean
if the median is even, then it is calculated by taking the average of the two middle numbers in the sorted data set. In cases where the median is odd, it is simply the middle number from the sorted data set, providing a measure of central tendency that is less affected by outliers. The mode, denoted as "m", is another measure of central tendency that represents the value that appears most frequently in a data set, which can be particularly useful for identifying common trends.
midrange= 2+25/2 = 13.5, where 2 is the minimum value and 25 is the maximum value in the data set.
Range= 25-2=23