kernel-density-estimation

Kernel Density Estimation in Rust

Note: Currently only univariate distributions are supported but multivariate is a goal in the future!

Examples

univariate - This example showcases the core pdf, cdf, and sample functionalities for a univariate distribution. cargo run --example univariate Univariate Distribution

kernel - This example showcases each of the available kernel functions. cargo run --example kernel Kernel Functions

Roadmap

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.

License

Distributed under the MIT License. See LICENSE for more information.