seatonullberg / kernel-density-estimation

Kernel density estimation in Rust.
https://crates.io/crates/kernel-density-estimation
MIT License
26 stars 6 forks source link

statrs kernel density estimation #5

Closed wangjiawen2013 closed 3 months ago

wangjiawen2013 commented 8 months ago

Hi, statrs is lack of kernel density estimation tools. Could you help ? https://github.com/statrs-dev/statrs/issues/193

seatonullberg commented 8 months ago

What sort of help is needed? This implementation is currently incomplete, but I plan to build out multivariate estimation and add more kernel functions. I would rather focus my efforts on making those changes to this crate instead of building a separate implementation in statrs. I'm happy to answer any questions the authors may have though.