max_Q2 | R Documentation |
Calculates the quantile of maximum of a multivariate normal random variable, using multivariate normal distribution function calculation.
max_Q2(covmat, alpha)
covmat |
covariance matrix of the multivariate normal random variable. |
alpha |
desired upper quantile value. |
This function was created for a test purpose; it is not used since it is slow for large J.
(1 - α)th quantile of maximum of a multivariate normal random variable.
covmat <- matrix(c(1, 0.5, 0.5, 1), 2, 2) max_Q2(covmat, 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.