How to use the 4 different norm() functions in R

Описание к видео How to use the 4 different norm() functions in R

In this video I show you how to use the 4 different norm()-functions in R.
* rnorm() can be used to draw random numbers from a normal distribution.
* dnorm() helps you to understand the probability density function of that distribution
* pnorm() gives you the cumulative probability of a value from that distribution
* qnorm() tells you what value you need to be in a certain quantile of that distribution


⏱ Time Stamps ⌚

0:00 - Intro and overview
0:29 - IQ example
1:22 - rnorm()
2:44 - properties of the normal distribution
4:24 - dnorm()
5:38 - pnorm()
7:46 - qnorm()
9:18 - ggplot() visulizations

Комментарии

Информация по комментариям в разработке