frechetLowerBound: Fréchet Lower Bound Copula

Description Usage Arguments Details Value Examples

Description

Computes CDF and simulations of the Fréchet lower bound copula.

Usage

1
2
3
cFrechetLowerBound(u1, u2, ...)

crFrechetLowerBound(numberSimulations = 10000, seed = 42)

Arguments

u1, u2

points at which to evaluate the copula.

...

other parameters.

numberSimulations

Number of simulations.

seed

Simulation seed, 42 by default.

Details

The Fréchet lower bound copula has CDF :

C(u1, u2) = max(u1 + u2 - 1, 0)

for 0 <= u1, u2 <= 1.

Value

Function :

Examples

1
2
3
cFrechetLowerBound(u1 = .76, u2 = 0.4)

crFrechetLowerBound(numberSimulations = 10, seed = 42)

Distributacalcul documentation built on Sept. 13, 2020, 5:19 p.m.