-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add a new rule of thumb #161
Labels
enhancement
New feature or request
Comments
Hi, thanks for bringing this to my attention. However, if you want this to go into KDEpy you will have a write and PR for it. I'm open to it if it seems to perform well on data. I would want to see it against Silverman on a plot. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a rule of thumb which should, in theory, perform better than Silverman's rule. Here is the relevant paper: https://www.hindawi.com/journals/jps/2015/242683/
And here's my simple Python implementation for one-dimensional data:
Note that I added two changes compared to the original paper:
The text was updated successfully, but these errors were encountered: