generate_copulas | R Documentation |
This function takes a fitted object from the cma_copula
class and generate
new scenarios for the copula
generate_copulas(model, n)
model |
An object of the |
n |
An |
An S3 list
of the class bla bla bla
.
x <- matrix(diff(log(EuStockMarkets)), ncol = 4) colnames(x) <- c("a", "b", "c", "d") # fit normal copula sep <- cma_separation(x) normcop <- fit_copula_normal(sep) generate_copulas(normcop, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.