You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Course: Statistical Inference
Lesson: CommonDistros
Progress: 39% and 45%
|============================= | 39%
| The R function qnorm(prob) returns the value of x (quantile) for which the area
| under the standard normal distribution to the left of x equals the parameter prob.
| (Recall that the entire area under the curve is 1.) Use qnorm now to find the 10th
| percentile of the standard normal. Remember the argument prob must be between 0
| and 1. You don't have to specify any of the other parameters since the default is
| the standard normal.
warning messages from top-level task callback 'mini'
Warning messages:
1: Use of `dat$y` is discouraged. Use `y` instead.
2: Use of `dat$y` is discouraged. Use `y` instead.
3: Use of `dat$y` is discouraged. Use `y` instead.
>
and
|================================== | 45%
| By looking at the picture can you say what the 50th percentile is?
warning messages from top-level task callback 'mini'
Warning messages:
1: Use of `dat$y` is discouraged. Use `y` instead.
2: Use of `dat$y` is discouraged. Use `y` instead.
3: Use of `dat$y` is discouraged. Use `y` instead.
>
|============================ | 37%
| Use the R function qnorm to find the 95th quantile for a standard normal
| distribution. Remember that qnorm takes a probability as an input. You can use
| default values for all the other arguments.
warning messages from top-level task callback 'mini'
Warning messages:
1: Use of `dat$y` is discouraged. Use `y` instead.
2: Use of `dat$y` is discouraged. Use `y` instead.
>
The text was updated successfully, but these errors were encountered:
Course: Statistical Inference
Lesson: CommonDistros
Progress: 39% and 45%
and
Course: Statistical Inference
Lesson: Asymptotics
Progress: 37%
The text was updated successfully, but these errors were encountered: