| fit_copula_clayton | R Documentation |
Functions to build new types of copulas.
fit_copula_clayton(
copula,
method = c("mpl", "ml", "itau", "irho", "itau.mpl"),
...
)
fit_copula_gumbel(
copula,
method = c("mpl", "ml", "itau", "irho", "itau.mpl"),
...
)
fit_copula_frank(
copula,
method = c("mpl", "ml", "itau", "irho", "itau.mpl"),
...
)
fit_copula_t(copula, method = c("mpl", "ml", "itau", "irho", "itau.mpl"), ...)
fit_copula_normal(
copula,
method = c("mpl", "ml", "itau", "irho", "itau.mpl"),
...
)
fit_copula_joe(
copula,
method = c("mpl", "ml", "itau", "irho", "itau.mpl"),
...
)
copula |
An object of the |
method |
A |
... |
Additional arguments to be passed to |
An S3 list of the cma_copula class.
x <- matrix(diff(log(EuStockMarkets)), ncol = 4) sep <- cma_separation(x) fit_copula_clayton(sep) fit_copula_gumbel(sep)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.