AlejandroSantorum / scikit-rmt

Random Matrix Theory library - RMT analysis and simulation in Python
BSD 3-Clause "New" or "Revised" License
37 stars 7 forks source link

Hotfix: non normalized hists #15

Closed AlejandroSantorum closed 1 year ago

AlejandroSantorum commented 1 year ago

Fixed non-normalized eigenvalues histograms. Now the histograms are illustrated correctly when the eigenvalues are not normalized. The plot interval is updated depending on additional parameters, such as matrix size n. In addition, there was a bug were the distribution of the tridiagonal random matrices was not the same as its non-tridiagonalized form when the eigenvalues were not normalized. This has been fixed in this PR.