JuliaStats / KernelDensity.jl

Kernel density estimators for Julia
Other
178 stars 40 forks source link

support sample weights #101

Open babaq opened 2 years ago

babaq commented 2 years ago

it would be nice to support the sample weights in the KDE, for many data are collected with various confidence. Scipy and scikit learn have already add weights, and maybe a good reference.

sethaxen commented 1 year ago

This is already supported with the weights keyword.

henry2004y commented 5 months ago

However, the weights keyword is currently a hidden argument for kde. It would be nice to mention it in the README/doc.