View source: R/normalinference.R
normal_auc | R Documentation |
Area under normal distribution between two bounds
normal_auc(lower_bound = -Inf, upper_bound = Inf, mean = 0, sd = 1)
lower_bound |
(numeric) The lower boundary of the interval |
upper_bound |
(numeric) The upper boundary of the interval |
mean |
(numeric) The mean of the normal distribution |
sd |
(numeric) The standard deviaion of the normal distribution |
(numeric) The probability of being between the lower bound and upper bound in a normally distributed random variable whose mean and standard deviation are those specified.
normal_auc(lower_bound = 0) normal_auc(upper_bound = 1) normal_auc(lower_bound = -1, upper_bound = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.