Description Usage Arguments Value Examples
View source: R/gaussianCopula.R
Generate a Gaussian copula with specific covariance structures
1 | gaussianCopula(p, n, type = "diag")
|
p |
Dimension of the covariance |
n |
Number of samples |
type |
Structure of the covariance matrix, has option "diag", "toeplitz" and "unstructured" |
A list of correlation anddata
1 | out = gaussianCopula(1000, 100, "diag")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.