loglik_copula_scale | R Documentation |
loglik_copula_scale()
computes the loglikelihood on the copula scale for
possibly right-censored data.
loglik_copula_scale(theta, u, v, d1, d2, copula_family, r = 0L)
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,
|
copula_family |
Copula family, one of the following:
|
r |
rotation parameter. Should be The parameterization of the respective copula families can be found in the
help files of the dedicated functions named |
Value of the copula loglikelihood evaluated in theta
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.