Fit a Gaussian Copula model.
gcopFit(X, Rho, fitXD = c("kernel", "gc4"), ...)
X | Either an |
---|---|
Rho |
|
fitXD | String specifying method to fit marginals (see |
... | Additional arguments to pass to the methods of |
An object of class gaussCop
, i.e., a list with elements:
XDens
A list of xDensity
objects specifying each marginal distribution (see xDensity
).
Rho
The correlation matrix between the normalized quantiles.