Loading [MathJax]/jax/output/HTML-CSS/jax.js

Lookup table for the mvnconv function.

mvnlookup

Format

The data frame contains the following columns:

rhosnumericcorrelations among the test statistics
m2lp_1numericCov[2ln(pi),2ln(pj)] (for one-sided tests)
m2lp_2numericCov[2ln(pi),2ln(pj)] (for two-sided tests)
z_1numericCov[Φ1(1pi),Φ1(1pj)] (for one-sided tests)
z_2numericCov[Φ1(1pi),Φ1(1pj)] (for two-sided tests)
chisq1_1numericCov[F1(1pi,1),F1(1pj,1)] (for one-sided tests)
chisq1_2numericCov[F1(1pi,1),F1(1pj,1)] (for two-sided tests)
p_1numericCov[pi,pj] (for one-sided tests)
p_2numericCov[pi,pj] (for two-sided tests)

Details

Assume [titj]MVN([00],[1ρijρij1]) is the joint distribution for test statistics ti and tj. For one-sided tests, let pi=1Φ(ti) and pj=1Φ(tj) where Φ() denotes the cumulative distribution function of a standard normal distribution. For two-sided tests, let pi=2(1Φ(|ti|)) and pj=2(1Φ(|tj|)). These are simply the one- and two-sided p-values corresponding to ti and tj.

Columns p_1 and p_2 contain the values for Cov[pi,pj].

Columns m2lp_1 and m2lp_2 contain the values for Cov[2ln(pi),2ln(pj)].

Columns chisq1_1 and chisq1_2 contain the values for Cov[F1(1pi,1),F1(1pj,1)], where F1(,1) denotes the inverse of the cumulative distribution function of a chi-square distribution with one degree of freedom.

Columns z_1 and z_2 contain the values for Cov[Φ1(1pi),Φ1(1pj)], where Φ1() denotes the inverse of the cumulative distribution function of a standard normal distribution.

Computation of these covariances required numerical integration. The values in this table were precomputed.