Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 459 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 459 Bytes

Some work on random matrix theory and random graphs.

  • wigner.py: shows the convergence of large random matrices eigenvalues distribution to Wigner semi-circle law : also an histogram of spacings between eigenvalues of 2x2 matrices (Wigner surmise)
  • wishart.py: shows the convergence of dispersion matrices eigenvalues to the Marcenko-Pastur distribution.
  • random-graphs.py : Random graph models (Erdös-Renyi, Watts-Strogatz, Barabasi-Albert, k-regular).