JuliaStats / KernelDensity.jl

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

Lazy evaluation KDE #100

Closed pizhn closed 3 years ago

pizhn commented 3 years ago

Is it possible to have a lazy evaluation KDE method as other KDE library supports, which doesn't evaluate the entire KDE when call kde(), but only save data and evaluate pdf/cdf later over specific points when necessary?

pizhn commented 3 years ago

I already write some code for it in another library, as well as #98. But I think it better to integrate the code in a library specifically for KDE, if some maintainer think they'll be good features, I'll try to make PRs myself.

pizhn commented 3 years ago

I'm closing this one and #98 due to I'm publishing a new library related to KDE. Anybody interested in integrating the functions in this library please let me know.