f_order_max_gamma: R function that calculates the probability density of maximum...

View source: R/Order_statistics.R

f_order_max_gammaR Documentation

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

Description

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

Usage

f_order_max_gamma(y_max, shape, rate)

Arguments

y_max

the value of y_max

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 maximum of gamma random variables


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