getpvalue {bossR} | R Documentation |
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)
Arguments
threshold |
A number. |
mu |
The mean vector of length n. |
n |
A number indicates dimension. |
Sigma |
The correlation matrix of dimension n. |
Value
The evaluated distribution function
[Package bossR version 1.0.4 Index]