copula_density | R Documentation |
Density of a multivariate copula
dGaussCop(x, Sigma, log = FALSE, use_cpp = TRUE, N)
dtCop(x, Sigma, df, log = FALSE, use_cpp = TRUE)
dfgmCopula(x, alpha)
x |
samples on (0,1) |
Sigma |
collection of matrices |
log |
logical: return log=density? |
use_cpp |
logical: use the C routine? |
N |
optional integer for number of covariance matrices |
df |
degrees of freedom |
alpha |
parameter for copula |
Computes the density for data from a
Gaussian or t-copula. Currently use_cpp
only
works for dGaussCop
.
numeric vector of densities
dGaussCop()
: Gaussian copula
dtCop()
: t-Copula density
dfgmCopula()
: bivariate FGM copula
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.