Description Usage Arguments Value Author(s) See Also Examples
This function simulates from a given parametric bivariate copula.
1 |
N |
Number of bivariate observations simulated. |
family |
An integer defining the bivariate copula family: |
par |
Copula parameter. |
par2 |
Second parameter for bivariate copulas with two parameters (t, BB1,BB6, BB7, BB8; default: |
An N
x 2 matrix of data simulated from the bivariate copula.
Ulf Schepsmeier
1 2 | # simulate from a bivariate t-copula
simdata = BiCopSim(300,2,-0.7,par2=4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.