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