F_min_given_max_partial_gamma_upper: R function that calculates the conditional probability of...

View source: R/Order_statistics.R

F_min_given_max_partial_gamma_upperR Documentation

R function that calculates the conditional probability of minimum greater than y_min given maximum equals to y_max of gamma random variables (upper tail of conditional probability of minimum given maximum)

Description

R function that calculates the conditional probability of minimum greater than y_min given maximum equals to y_max of gamma random variables (upper tail of conditional probability of minimum given maximum)

Usage

F_min_given_max_partial_gamma_upper(y_min, y_max, shape, rate)

Arguments

y_min

the value of y_min

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 conditional probability of minimum given maximum of gamma random variables


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