-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
marginalkde ~100x slower than a scatter plot #504
Comments
Trimming the upper and lower 1% of points helped. Maybe that can also be a parameter? |
"levels are evenly-spaced in the cumulative probability mass" is what the documentation says. Maybe that's importantly different from what GR does internally. Not sure what the pros and cons would be. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was hoping to use something like
marginalkde
to better display dense scatterplot data, but it takes 100x as long as a scatter plot to generate.The slow part is entirely the
pdf
call for each x/y.Barring performance improvements to
pdf
, is there a way to reduce the resolution so it can be calculated faster?The text was updated successfully, but these errors were encountered: