mu: Estimated limit curve for the dimension normalized curvature...

Description Usage Value See also Examples

View source: R/misc.R

Description

mu returns a pre-computed table and lookup functions for the estimated limit curve for dimension normalized curvature measures (see accompanying vignette for definition; we use C=0.2).

Usage

1
mu()

Value

The output of mu is a list of three elements:

See also

leigh, rate, pat_bnd

Package: symconivol

Examples

1
2
3
4
5
6
M <- mu()
ggplot(M$table, aes(x=rho,y=kappa)) + geom_line()
rho <- (0:10)/10
matrix(c(rho, M$lkup_kappa(rho)),11,2)
kappa <- (0:10)/10
matrix(c(M$lkup_rho(kappa), kappa),11,2)

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