View source: R/fit_model_ContCont_copula.R
continuous_continuous_loglik | R Documentation |
continuous_continuous_loglik()
computes the observed-data loglikelihood for a
bivariate copula model with two continuous endpoints.
continuous_continuous_loglik(
para,
X,
Y,
copula_family,
marginal_X,
marginal_Y,
return_sum = TRUE
)
para |
Parameter vector. The parameters are ordered as follows:
|
X |
First variable (Continuous) |
Y |
Second variable (Continuous) |
copula_family |
Copula family, one of the following:
|
marginal_X , marginal_Y |
List with the following three elements (in order):
|
return_sum |
Return the sum of the individual loglikelihoods? If |
(numeric) loglikelihood value evaluated in para
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.