Research Article

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

Algorithm 1

Mathematica source code for computing intermediate correlations for specified -correlations. The example is for distribution toward distribution ( ). See dashed curves of Distribution 1 and Distribution 2 in Figure 2 (Panel b), specified correlation in Table 8, and intermediate correlation in Table 10.
(* Intermediate Correlation *)
0.784047;
Needs[“MultivariateStatistics̀ ”]
PDF[MultinormalDistribution[{0, 0}, 1, , , 1 ], , ];
CDF[NormalDistribution , 1 , ];
CDF[NormalDistribution 0, 1 , ];
(* Parameters for dashed curves of Distribution 1 and Distribution 2 in Figure 2 (Panel b) *)
= 1.227122;
= 3.417227;
;
;
= −2.944030;
= 0.126960;
(* Quantile function from (3) *)
;
(* Standardizing constants and were obtained, respectively, from (19) and (33) *)
;
(* Compute the specified -correlation *)
Integrate[ , , −8, 8}, , −8, 8}, Method {“MultiDimensionalRule”,
“Generators” 9}]
0.80