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., (XMean)(X - \text{Mean}) was incorrect, should be (ValueMean)( \text{Value} - \text{Mean})).

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

    • Error 3: Incorrect Denominator: The denominator used n1n-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 nn (i.e., 55).

    • 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( -3 )^2 + ( -1 )^2 + ( 5 )^2 + ( 4 )^2 + ( -5 )^2

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

      • Variance: 76/5=15.276 / 5 = 15.2

      • Standard Deviation: 15.23.898\sqrt{15.2} \approx 3.898 which rounds to 3.903.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 (n1)(n-1) in Standard Deviation Calculation

    • The purpose of using (n1)(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.5613.56

      • Median: 1414

      • Mode: 1515 (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.412.41. This indicates that on average, scores spread out from the mean by about 2.412.41 points.

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