Survey.jl icon indicating copy to clipboard operation
Survey.jl copied to clipboard

Density Estimation

Open ParadaCarleton opened this issue 2 years ago • 0 comments
trafficstars

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.

ParadaCarleton avatar Jun 21 '23 03:06 ParadaCarleton