NewBEVLogisticCopula {SimCop}R Documentation

Creates a bivariate logistic model extreme value copula

Description

Creates an instance of the bivariate logistic model extreme value copula with parameter rr.

Usage

NewBEVLogisticCopula(r)

Arguments

r

real.

Details

The dependence function for this bivariate EV copula is

A(w)=((1w)r+wr)1/rA(w) = ((1-w)^r + w^r)^{1/r}

Necessary and sufficient conditions for the dependence function to be valid are

Value

A function that evaluates the bivariate logistic model EV copula (with parameter rr) at a given 22-dimensional vector in the unit square. The environment of the function also contains a function called pdfCopula that evaluates the probability density function of the bivariate asymmetric mixed model EV copula via automatic differentation.

Author(s)

Berwin A. Turlach <berwin.turlach@gmail.com>

See Also

NewBEVAsyLogisticCopula, NewMEVGumbelCopula


[Package SimCop version 0.7.0 Index]