Enum criterion_stats::univariate::kde::Bandwidth[][src]

pub enum Bandwidth<A> where
    A: Float, 
{ Manual(A), Silverman, }

Method to estimate the bandwidth

Variants

Use this value as the bandwidth

Use Silverman's rule of thumb to estimate the bandwidth from the sample

Auto Trait Implementations

impl<A> Send for Bandwidth<A>

impl<A> Sync for Bandwidth<A>