Skip to content

Commit f6aadda

Browse files
committed
.
1 parent cda37c9 commit f6aadda

8 files changed

Lines changed: 22 additions & 16 deletions

bernoulli_eigenvalues.html.gz

-6.43 KB
Binary file not shown.
3.97 MB
Binary file not shown.

normal_eigenvalues.html.gz

12.8 MB
Binary file not shown.

plots_config.json

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,39 @@
11
{
22
"categories": [
33
{
4-
"name": "Gaussian Matrices",
4+
"name": "Eigenvalue Distributions",
55
"plots": [
6+
{
7+
"name": "Cauchy Eigenvalues",
8+
"file": "cauchy_eigenvalues.html.gz"
9+
},
610
{
711
"name": "Complex Gaussian Eigenvalues",
812
"file": "complex_gaussian_eigenvalues.html.gz"
913
},
1014
{
1115
"name": "Real Gaussian Eigenvalues",
12-
"file": "real_gaussian_eigenvalues.html.gz"
13-
}
14-
]
15-
},
16-
{
17-
"name": "Bernoulli Matrices",
18-
"plots": [
16+
"file": "normal_eigenvalues.html.gz"
17+
},
1918
{
2019
"name": "Bernoulli Eigenvalues",
2120
"file": "bernoulli_eigenvalues.html.gz"
22-
}
23-
]
24-
},
25-
{
26-
"name": "Wishart Matrices",
27-
"plots": [
21+
},
22+
{
23+
"name": "Uniform Eigenvalues",
24+
"file": "standardized_uniform_eigenvalues.html.gz"
25+
},
26+
{
27+
"name": "Exponential Eigenvalues",
28+
"file": "standardized_exponential_eigenvalues.html.gz"
29+
},
30+
{
31+
"name": "Lognormal Eigenvalues",
32+
"file": "standardized_lognormal_eigenvalues.html.gz"
33+
},
2834
{
29-
"name": "Wishart Distribution",
30-
"file": "wishart_distribution.html.gz"
35+
"name": "Chi-square Eigenvalues",
36+
"file": "standardized_chisquare_eigenvalues.html.gz"
3137
}
3238
]
3339
}
12.8 MB
Binary file not shown.
13.1 MB
Binary file not shown.
14 MB
Binary file not shown.
10.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)