You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A problem with the pre-existing KDE packages is that they don't let you specify weights like the numpy.histogram function does. (This is especially problematic when you need to weight by volume.) This post describes the problem: http://blog.technariumas.lt/post/111695107866/weighted-kde-in-python
(The other solution suggested in the Stack Overflow post is PyQT-Fit, however the code hasn't been updated for 2 years and when I pip installed it I got error upon importing it.)
Python libraries for calculating your own kernel density estimate:
http://stackoverflow.com/questions/33274506/kernel-density-estimation-in-seaborn-for-cyclic-end-points
The text was updated successfully, but these errors were encountered: