renormalization_log: plot renormalization log eigen spectrum of random matrix

Description Usage Arguments Value Examples

View source: R/renormalization_log.R

Description

plot renormalization log eigen spectrum of random matrix

Usage

1
2
3
4
5
6
renormalization_log(
  dim,
  f = function(x) {     exp(-x) },
  n = c(32, 64, 128, 256),
  R = ERM
)

Arguments

dim

the dimension of the point

f

the function from distance to correlation

n

the number of point

R

the function Generate random matrix

Value

plot renormalization log eigen spectrum of random matrix

Examples

1
2
3
4
## Not run: 
RM(100, 3, f = exp)

## End(Not run)

wzz1999/StatComp21051 documentation built on Dec. 24, 2021, 1:29 a.m.