xKDR / Survey.jl

Analysis of complex surveys
https://xkdr.github.io/Survey.jl/
GNU General Public License v3.0
53 stars 19 forks source link

Density Estimation #306

Open ParadaCarleton opened 1 year ago

ParadaCarleton commented 1 year ago

I recommend Averaged Shifted Histograms because they're easy to implement, accurate, and very fast (only slightly slower than a histogram, unlikely most kernel estimators).

There's also a couple extensions that might be worth looking at, notably RASH and ASH with equal-area histograms.