log_spectrum: computation log eigen spectrum of random matrix

Description Usage Arguments Value Examples

View source: R/log_spectrum.R

Description

computation log eigen spectrum of random matrix

Usage

1
2
3
log_spectrum(N, dim, n = 100, f = function(x) {
    exp(-x)
}, R = ERM)

Arguments

N

the number of point

dim

the dimension of the point

n

number of repetitions

f

the function from distance to correlation

R

the function Generate random matrix

Value

eigen spectrum

Examples

1
2
3
4
5
6
## Not run: 
x = eigen_spectrum(10, 3)$x
y = eigen_spectrum(10, 3)$y
plot(x,y)

## End(Not run)

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