eigen_spectrum: computation eigen spectrum of random matrix

Description Usage Arguments Value Examples

View source: R/eigen.R

Description

computation eigen spectrum of random matrix

Usage

1
2
3
eigen_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
## Not run: 
x, y = eigen_spectrum(10, 3)
plot(x,y)

## End(Not run)

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