Learn R Programming

mev (version 1.17)

.mvasym.check: Internal function

Description

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

Usage

.mvasym.check(asy, dep, d, model = c("alog", "aneglog", "maxlin"))

Value

a matrix of asymmetry components, enumerating all possible \(2^d-1\) subsets of the power set

Arguments

asy

a list of \(2^d-1\) asymmetry components, as in Stephenson bvevd functions

dep

vector of \(2^d-d-1\) values for the dependence parameter

d

dimension of the model

model,

either alog for the asymmetric logistic or aneglog for the asymmetric negative logistic

Details

This function is extracted from the evd package and modified (C) Alec Stephenson