Computes CDF and simulations of the bivariate Cuadras-Augé copula.
cBivariateCA(u1, u2, dependencyParameter, ...)crBivariateCA(numberSimulations = 10000, seed = 42, dependencyParameter)
Function :
cBivariateCA
returns the value of the copula.
crBivariateCA
returns simulated values of the copula.
points at which to evaluate the copula.
correlation parameter.
other parameters.
Number of simulations.
Simulation seed, 42 by default.
The bivariate Cuadras-Augé copula has CDF :
cBivariateCA(u1 = .76, u2 = 0.4, dependencyParameter = 0.4)
crBivariateCA(numberSimulations = 10, seed = 42, dependencyParameter = 0.2)
Run the code above in your browser using DataLab