Stack 4 - Week 3 - Practice 001 - CDF to Calculate Probabilities

We will use the human height data set:

Use the normal cumulative distribution function with the mean and standard deviation of female height to calculate the probability that a female's height is:

1. between 55.0 and 56.0 inches

2. is less than 5 feet (60 in)

3. is greater than the mean (hint: do you know this answer intuitively?)

Save your code to your Github repository and submit the link

My Submission