Module kernel_density_estimation::prelude
source · [−]Expand description
use kernel_density_estimation::prelude::*;
to import all common functionality.
Re-exports
pub use crate::KernelDensityEstimator;
pub use crate::bandwidth::scott::Scott;
pub use crate::bandwidth::silverman::Silverman;
pub use crate::bandwidth::Bandwidth;
pub use crate::kernel::epanechnikov::Epanechnikov;
pub use crate::kernel::normal::Normal;
pub use crate::kernel::uniform::Uniform;
pub use crate::kernel::Kernel;