F_order_r_gamma: R function that calculates the probability of r-th order...

View source: R/Order_statistics.R

F_order_r_gammaR Documentation

R function that calculates the probability of r-th order statistics of gamma random variables (CDF of r-th order statistics)

Description

R function that calculates the probability of r-th order statistics of gamma random variables (CDF of r-th order statistics)

Usage

F_order_r_gamma(x, shape, rate, r)

Arguments

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

Value

The probability of r-th order statistics of gamma random variables smaller or equal to x


CompClassMetrics documentation built on Sept. 9, 2025, 5:45 p.m.