View source: R/Order_statistics.R
F_order_r_gamma | R Documentation |
R function that calculates the probability of r-th order statistics of gamma random variables (CDF of r-th order statistics)
F_order_r_gamma(x, shape, rate, r)
x |
the value of x |
shape |
the vector of shape parameters of gamma random variables |
rate |
the vector of rate parameters of gamma random variables |
r |
r-th order statistics |
The probability of r-th order statistics of gamma 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.