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

View source: R/Order_statistics.R

F_order_r_normalR Documentation

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

Description

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

Usage

F_order_r_normal(x, mu, sd, r)

Arguments

x

the value of x

mu

the vector of mean parameters of normal random variables

sd

the vector of variance parameters of normal random variables

r

r-th order statistics

Value

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


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