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