View source: R/normalinference.R
t_auc | R Documentation |
Area under t-distribution between two bounds
t_auc(lower_bound = -Inf, upper_bound = Inf, nu = 1)
lower_bound |
(numeric) The lower boundary of the interval |
upper_bound |
(numeric) The upper boundary of the interval |
nu |
(numeric) The degrees of freedom parameter of the t-distribution. This is usually, but not necessarily, an integer. |
(numeric) The probability of being between the lower bound and upper bound in a t distributed random variable whose mean and standard deviation are those specified.
t_auc(lower_bound = 0, nu = 1) t_auc(upper_bound = 1, nu = 10) t_auc(lower_bound = -1, upper_bound = 2, nu = 25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.