Description Usage Arguments Value Examples
View source: R/extremalmatching.R
Orthant probability for a multivariate Gaussian vector
1 | Gaussorthant(P)
|
P |
correlation matrix of the normal distribution |
the lower orthant probability
1 2 | P <- 0.7 * matrix(1, nrow = 3, ncol = 3) + 0.3 * diag(3)
Gaussorthant(P)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.