pat_bnd: Pataki bounds

Description Usage Arguments Value See also Examples

View source: R/misc.R

Description

pat_bnd provides the Pataki inequalities for given beta and n.

Usage

1

Arguments

beta

Dyson index specifying the underlying (skew-) field:

beta==1:

real numbers

beta==2:

complex numbers

beta==4:

quaternion numbers

n

size of matrix

Value

The output of pat_bnd is a list of five elements:

See also

leigh

Package: symconivol

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
# considering the case of 3x3 complex unitary matrices
beta <- 2
n <- 3
P <- pat_bnd(beta,n)

# ambient dimension
P$d

# bounds for index k, given r
P$k_low(0:n)
P$k_upp(0:n)

# bounds for index r, given k
P$r_low(0:P$d)
P$r_upp(0:P$d)

damelunx/symconivol documentation built on May 17, 2019, 7:01 p.m.