Description Usage Arguments Value
This function computes the approximated likelihood of a Gaussian copula with NB marginals. Integration in the calculation of the exact likelihood can be computationally expensive, especially in high dimensions, therefore this function provides us with an approximation of the integral.
1 | L_CNBFA_approx(obs, size, mu, Gamma, logl = T)
|
obs |
vector. The data point. |
size |
vector. The estimated size parameter. |
mu |
vector. The estimated mean parameter. |
Gamma |
matrix. The estimated correlation matrix. |
logl |
logical. Should the output be log-likelihood? |
The (log-)likelihood.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.