Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GaussianJacobi produces wrong eigenvalues #6

Open
jiahao opened this issue Dec 21, 2013 · 1 comment
Open

GaussianJacobi produces wrong eigenvalues #6

jiahao opened this issue Dec 21, 2013 · 1 comment
Labels

Comments

@jiahao
Copy link
Collaborator

jiahao commented Dec 21, 2013

As reported by @dlfivefifty,

eigvalrand(GaussianJacobi(2,0,0),100)

produces eigenvalues shown in the plot. They should be symmetrically distributed around 1/2, so the heavy clustering should be present both at 0 and 1. Instead, the clustering only happens near 1.

pastedgraphic-1

@amerberg
Copy link
Contributor

amerberg commented Jan 9, 2015

Right now, eigvalrand is returning the singular values of a bidiagonal matrix. My (limited) understanding of the paper of Edelman and Sutton is that the square of these values should follow the law of the Jacobi ensemble. Squaring the values returned by eigvalrand(GaussianJacobi(2,0,0),100) does give me something very nearly symmetric. Could that be the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants