powered by
Computes CDF and simulations of the independence copula.
cIndependent(u1, u2, ...)crIndependent(numberSimulations = 10000, seed = 42)
crIndependent(numberSimulations = 10000, seed = 42)
Function :
cIndependent returns the value of the copula.
cIndependent
crIndependent returns simulated values of the copula.
crIndependent
points at which to evaluate the copula.
other parameters.
Number of simulations.
Simulation seed, 42 by default.
The independence copula has CDF : $$C(u_{1}, u_{2}) = u_{1} \times u_{2}$$ for \(u_{1}, u_{2} \in [0, 1]\).
cIndependent(u1 = .76, u2 = 0.4) crIndependent(numberSimulations = 10, seed = 42)
Run the code above in your browser using DataLab