findpolytope: Find polytope of attainable weights from partial concordance...

Description Usage Arguments Value Examples

View source: R/attainable.R

Description

Find polytope of attainable weights from partial concordance signature

Usage

1
findpolytope(sig, d)

Arguments

sig

partial concordance signature

d

dimension of copula

Value

a matrix where each row is a vertex of the polytope

Examples

1
2
3
tau <- c(-0.19, -0.29, 0.49, -0.34, 0.3, -0.79)
kappa <- c(1, (1 + tau)/2)
findpolytope(kappa, d = 4)

ajmcneil/KendallSignature documentation built on Jan. 25, 2022, 11:54 p.m.