Description Usage Arguments Value Examples
computation eigen spectrum of random matrix
1 2 3 | eigen_spectrum(N, dim, n = 100, f = function(x) {
exp(-x)
}, R = ERM)
|
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 |
eigen spectrum
1 2 3 4 5 | ## Not run:
x, y = eigen_spectrum(10, 3)
plot(x,y)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.