Return the distribution function

MfeW(n_min = 5, n_max = 10, x = 5)

Arguments

n_min

the smaller number of the Wishart distribution

n_max

the larger number of the Wishart distribution

x

a numerical number as the argument of distribution function

Value

the probability of the critical level

See also

Other Yan Liu: qMfeW()

Examples

if (FALSE) {
MfeW()
}