gumbel_loglik_copula_scale {Surrogate} | R Documentation |
Loglikelihood on the Copula Scale for the Gumbel Copula
Description
gumbel_loglik_copula_scale()
computes the loglikelihood on the copula
scale for the Gumbel copula which is parameterized by theta
as follows:
C(u, v) = \exp \left[ - \left\{ (-\log u)^{\theta} + (-\log v)^{\theta} \right\}^{\frac{1}{\theta}} \right]
Usage
gumbel_loglik_copula_scale(theta, u, v, d1, d2)
Arguments
theta |
Copula parameter |
u |
A numeric vector. Corresponds to first variable on the copula scale. |
v |
A numeric vector. Corresponds to second variable on the copula scale. |
d1 |
An integer vector. Indicates whether first variable is observed or right-censored,
|
d2 |
An integer vector. Indicates whether first variable is observed or right-censored,
|
Value
Value of the copula loglikelihood evaluated in theta
.