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]

[src]

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

[src]

Returns the bandwidth used by the estimator

[src]

Maps the KDE over xs

  • Multihreaded

[src]

Estimates the probability density of x