Description Usage Arguments Details Value References Examples
View source: R/Depmeasure.GFGM.R
Compute Kendall's tau and Spearman's rho with their boundaries under the generalized FGM copula.
1 | Dependence.GFGM(p, q, theta)
|
p |
Copula parameter that greater than or equal to 1. |
q |
Copula parameter that greater than 1. |
theta |
Copula parameter with restricted range. |
The admissible range of theta
(θ) is
-\min\bigg\{1,\frac{1}{p^{2q}}\bigg(\frac{1+pq}{q-1}\bigg)^{2q-2}\bigg\} ≤q θ ≤q \frac{1}{p^{q}}\bigg(\frac{1+pq}{q-1}\bigg)^{q-1}.
See also Shih and Emura (2019) for details.
theta |
Dependence parameter. |
tau |
Kendall's tau. |
rho |
Spearman's rho. |
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)
Dependence.GFGM(3,2,0.75)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.