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

View source: R/Order_statistics.R

f_order_min_normalR Documentation

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

Description

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

Usage

f_order_min_normal(y_min, mu, sd)

Arguments

y_min

the value of y_min

mu

the vector of mean parameters of normal random variables

sd

the vector of variance parameters of normal random variables

Value

The probability density of minimum of normal random variables


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