f_order_min_gamma: R function that calculates the probability density of minimum...

View source: R/Order_statistics.R

f_order_min_gammaR Documentation

R function that calculates the probability density of minimum of gamma random variables (PDF)

Description

R function that calculates the probability density of minimum of gamma random variables (PDF)

Usage

f_order_min_gamma(y_min, shape, rate)

Arguments

y_min

the value of y_min

shape

the vector of shape parameters of gamma random variables

rate

the vector of rate parameters of gamma random variables

Value

The probability density of minimum of gamma random variables


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