Research Article

A Method for Simulating Burr Type III and Type XII Distributions through -Moments and -Correlations

Algorithm 2

Mathematica source code for computing intermediate correlations for specified conventional product moment-based (Pearson) correlations. The example is for distribution and distribution ( ). See dashed curves of Distribution 1 and Distribution 2 in Figure 2 (Panel a), specified correlation in Table 8 and intermediate correlation in Table 9.
(* Intermediate Correlation *)
0.868005;
Needs[“MultivariateStatistics̀ ”]
PDF[MultinormalDistribution 0, 0}, 1, , , 1 ], , ];
CDF[NormalDistribution 0, 1 , ];
CDF[NormalDistribution 0, 1 , ];
(* Parameters for dashed curves of Distribution 1 and Distribution 2 in Figure 2 (Panel a) *)
= ;
= ;
= ;
= ;
(* Quantile function from (3) and (2) *)
;
(* Standardizing constants , and , are obtained, respectively, using (14) and (15)
from Headrick et al. [2, page 2211] *)
;
;
(* Compute the specified conventional product moment-based (Pearson) correlation *)
NIntegrate[ , , −8, 8}, , −8, 8}, Method {“MultiDimensionalRule”,
“Generators” 9
0.80