Kernel Density Estimation in Rust
Note: Currently only univariate distributions are supported but multivariate is a goal in the future!
univariate - This example showcases the core pdf
, cdf
, and sample
functionalities for a univariate distribution.
cargo run --example univariate
kernel - This example showcases each of the available kernel functions.
cargo run --example kernel
Refer to the milestone issues to see the direction the project is headed in future releases or CHANGELOG.md to see the changes between each release.
Distributed under the MIT License. See LICENSE for more information.