getpvalue: Computes the distribution function of the multivariate normal distribution
Description
Computes the distribution function of the multivariate normal distribution.
Usage
getpvalue(threshold, mu, n, Sigma)
Value
The evaluated distribution function
Arguments
- threshold
A number.
- mu
The mean vector of length n.
- n
A number indicates dimension.
- Sigma
The correlation matrix of dimension n.