View source: R/Order_statistics.R
F_order_r_normal | R Documentation |
R function that calculates the probability of r-th order statistics of normal random variables (CDF of r-th order statistics)
F_order_r_normal(x, mu, sd, r)
x |
the value of x |
mu |
the vector of mean parameters of normal random variables |
sd |
the vector of variance parameters of normal random variables |
r |
r-th order statistics |
The probability of r-th order statistics of normal random variables smaller or equal to x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.