Creates a bivariate asymmetric logistic model extreme value copula
Creates a bivariate asymmetric logistic model extreme value copula
Creates an instance of the bivariate asymmetric logistic model extreme value copula with parameters r, θ and ϕ.
NewBEVAsyLogisticCopula(r, theta, phi)
Arguments
r: real.
theta: real.
phi: real.
Returns
A function that evaluates the bivariate asymmetric logistic model EV copula (with parameters r, θ and phi) at a given 2-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.
Details
The dependence function for this bivariate EV copula is
A(w)=(θ(1−w)r+(ϕw)r)1/r+(θ−ϕ)w+1−θ
Necessary and sufficient conditions for the dependence function to be valid are
r≥1
0≤θ≤0
0≤ϕ≤1
For θ=ϕ=1 this model reduces to the symmetric logistic model.