STAT 218 - Week 3, Lecture 4
January 25th, 2024
Today, we will wrap up the week as follows:
recognize some summary statistics function in R
solve another probability exercise
assess normality
identify nonnormality and suggest some transformations
Standardization Formula
\(Z\) = (\(Y\) - \(\mu\)) / \(\sigma\)
Please refer 4.3.1 from our course textbook.
Keep in mind that those are actually probability values.
It is also possible to make an inverse reading of Table 3.
Let’s say we want to find the value on the Z scale that cuts off the top 2.5% of the distribution. Can you spot the number?
We often need to determine corresponding z-values when we want to determine a percentile of a normal distribution.
The percentiles of a distribution divide the distribution into 100 equal parts, just as the quartiles divide it into 4 equal parts.
Another example: We want to find the 70th percentile of a standard normal distribution.
The 68/95/99.7 Rule: We can check how closely a variable of Y conforms to a normal curve model.
Assessment with Normal Quantile Plot: Utilizing a normal quantile plot allows us to evaluate if the data originates from a normal distribution.
Identification of Non-Normality: Occasionally, both a histogram and normal quantile plot indicate non-normality in the data.
Transformation for Symmetry: Despite initial non-normality, transforming the data might yield a symmetric, bell-shaped curve.
Analysis in Transformed Scale: In such cases, it could be beneficial to proceed with the analysis in the newly transformed scale to better understand the underlying distribution.
While normal quantile plots are preferred over histograms for visually assessing departures from normality, our perception remains subjective.
Shapiro–Wilk Test is a statistical method that provides a numerical assessment of evidence for certain types of nonnormality in data.
Output and Interpretation: