View source: R/fit_model_BinCont_copula.R
binary_continuous_loglik | R Documentation |
Loglikelihood function for binary-continuous copula model
binary_continuous_loglik(para, X, Y, copula_family, marginal_surrogate)
para |
Parameter vector. The parameters are ordered as follows:
|
X |
First variable (continuous) |
Y |
Second variable (binary, $0$ or $1$) |
copula_family |
Copula family, one of the following:
|
marginal_surrogate |
Marginal distribution for the surrogate. For all
available options, see |
(numeric) loglikelihood value evaluated in para
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.