Description Usage Arguments Details Value References See Also Examples
Generate samples from the generalized FGM copula with the Burr III margins.
1 | GFGM.BurrIII(n, p, q, theta, Alpha, Beta, Gamma)
|
n |
Sample size. |
p |
Copula parameter that greater than or equal to 1. |
q |
Copula parameter that greater than 1. |
theta |
Copula parameter with restricted range. |
Alpha |
Positive shape parameter for the Burr III margin. |
Beta |
Positive shape parameter for the Burr III margin. |
Gamma |
Common positive shape parameter for the Burr III margins. |
The admissible range of theta
is given in Dependence.GFGM
.
X |
|
Y |
|
Shih J-H, Emura T (2018) Likelihood-based inference for bivariate latent failure time models with competing risks udner the generalized FGM copula, Computational Statistics, 33:1293-1323.
Shih J-H, Emura T (2019) Bivariate dependence measures and bivariate competing risks models under the generalized FGM copula, Statistical Papers, 60:1101-1118.
1 2 | library(GFGM.copula)
GFGM.BurrIII(5,3,2,0.75,1,1,1)
|
Loading required package: cmprsk
Loading required package: survival
Loading required package: compound.Cox
Loading required package: numDeriv
Loading required package: joint.Cox
X Y
[1,] 0.1217419 0.2010002
[2,] 5.9307660 1.4445151
[3,] 0.1736262 0.2109111
[4,] 13.2644464 2.6253806
[5,] 1.1106801 2.6382555
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.