criticalPair: Calculate Critical Pairs

Description Usage Arguments Value Note Author(s) See Also Examples

View source: R/returnPeriods.R

Description

For a given argument, the second argument is calculated for a given critical level (cumulated probability level) and copula.

Usage

1
criticalPair(copula, cl, u, ind, tol=sqrt(.Machine$double.eps))

Arguments

copula

The three-dimensional copula.

cl

The critical level (cumulative probability level).

u

The two given arguments.

ind

The index of the given arguments.

tol

The tolerance value as used by optimise

Value

The second argument for which the given critical level (cumulative probability level) is achieved.

Note

optimise is used to find the third argument.

Author(s)

Benedikt Graeler

See Also

criticalTriple

Examples

1
2
v <- criticalPair(frankCopula(0.7), 0.9, u=.97, 1)
pCopula(c(0.97, v),frankCopula(0.7))

BenGraeler/spcopula documentation built on Nov. 20, 2020, 4:07 p.m.