Struct criterion_stats::univariate::kde::Kde[][src]

pub struct Kde<'a, A, K> where
    A: 'a + Float,
    K: Kernel<A>, 
{ /* fields omitted */ }

Univariate kernel density estimator

Methods

impl<'a, A, K> Kde<'a, A, K> where
    A: 'a + Float,
    K: Kernel<A>, 
[src]

Creates a new kernel density estimator from the sample, using a kernel and estimating the bandwidth using the method bw

Returns the bandwidth used by the estimator

Maps the KDE over xs

  • Multihreaded

Estimates the probability density of x

Auto Trait Implementations

impl<'a, A, K> Send for Kde<'a, A, K> where
    K: Send

impl<'a, A, K> Sync for Kde<'a, A, K>