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

Univariate kernel density estimator

Implementations§

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§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.