Takes a list of asymmetry parameters with an associated dependence vector and returns the corresponding asymmetry matrix for the asymmetric logistic and asymmetric negative logistic models
.mvasym.check(asy, dep, d, model = c("alog", "aneglog", "maxlin"))
a matrix of asymmetry components, enumerating all possible \(2^d-1\) subsets of the power set
a list of \(2^d-1\) asymmetry components, as in Stephenson bvevd functions
vector of \(2^d-d-1\) values for the dependence parameter
dimension of the model
either alog
for the asymmetric logistic or aneglog
for the asymmetric negative logistic
This function is extracted from the evd package and modified (C) Alec Stephenson