Gaussorthant: Orthant probability for a multivariate Gaussian vector

Description Usage Arguments Value Examples

View source: R/extremalmatching.R

Description

Orthant probability for a multivariate Gaussian vector

Usage

1

Arguments

P

correlation matrix of the normal distribution

Value

the lower orthant probability

Examples

1
2
P <- 0.7 * matrix(1, nrow = 3, ncol = 3) + 0.3 * diag(3)
Gaussorthant(P)

ajmcneil/extremalcopula documentation built on Jan. 25, 2022, 11:54 p.m.