Z-Scores, Probability, and Standard Normal Distribution Notes

  • Review of Calculation Errors (Standard Deviation)

    • Error 1: Order of Subtraction: Values were subtracted from the mean, instead of the mean being subtracted from the values (i.e., (X - \text{Mean}) was incorrect, should be ( \text{Value} - \text{Mean})).

    • Error 2: Incorrect Mean: The calculated mean was 7, but it should have been 8.

    • Error 3: Incorrect Denominator: The denominator used n-1, which is for estimating a sample with adjustment for sampling error. For the given calculation (likely a population standard deviation or unadjusted sample standard deviation context), the denominator should have been n (i.e., 5).

    • Correct Calculation Example (if mean is 8 and denominator is 5 for a dataset):

      • Sum of squared differences from the mean: ( -3 )^2 + ( -1 )^2 + ( 5 )^2 + ( 4 )^2 + ( -5 )^2

      • This equals: 9 + 1 + 25 + 16 + 25 = 76

      • Variance: 76 / 5 = 15.2

      • Standard Deviation: \sqrt{15.2} \approx 3.898 which rounds to 3.90.

  • Impact of Outliers on Standard Deviation

    • If a value in a dataset is replaced with a larger score or an outlier is introduced, the standard deviation will increase because the data points will be more spread out from the mean, leading to a larger average distance from the mean.

  • Purpose of Using (n-1) in Standard Deviation Calculation

    • The purpose of using (n-1) for calculating standard deviation (specifically, sample standard deviation) is to adjust for sampling error. This adjustment allows for a better estimation of population variability/variance when only a sample is available.

  • Analysis of Homework 2 Grades (Illustrative Example of Distributions)

    • Measures of Central Tendency: From the distribution of grades:

      • Mean: 13.56

      • Median: 14

      • Mode: 15 (most frequent score).

    • Skewness: The distribution showed a slight negative skew, meaning a few more people received fewer points, pulling the mean down from the median and mode.

    • Standard Deviation: 2.41. This indicates that on average, scores spread out from the mean by about 2.41 points.

    • Benefit of Class Interval Histograms: Graphing individual grades (e.g., 14.5) can make distributions