Sampling
By the end of today, you can:
- Area within 1 SD from the mean: 0.6826895
- Area within 2 SD from the mean: 0.9544997
- Area within 3 SD from the mean: 0.9973002
Student Thumb Length:
Normal Approximation of Student Thumb Length:
1-SD: 0.6942675 2-SD: 0.9363057 3-SD: 0.9872611

\[X\sim N(\mu, \sigma) \Leftrightarrow Z\sim N(0, 1)\]
\[X = \mu + Z\cdot \sigma \Leftrightarrow Z=\frac{X-\mu}{\sigma}\]
\(Z=\frac{X-\mu}{\sigma}\): \(X\) is \(Z\)-many standard deviation above \(\mu\)
Example: \(T\sim N(75, 5)\):
Gender mean sd
1 female 64.51830 2.662054
2 male 69.50222 2.937647

Female: Z = (68.00-64.52)/(2.662)
= 1.308
Male: Z = (72.00-69.50)/(2.938)
= 0.850

Female: P(Height>68)=P(Z>1.31)=0.0893
Male: P(Height<68)=P(Z<-0.51)=0.2667
CourseKata Ch. 6- Sec 5 to 11