Struct criterion_stats::univariate::kde::kernel::Gaussian[][src]

pub struct Gaussian;

Gaussian kernel

Trait Implementations

impl Clone for Gaussian
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Gaussian
[src]

impl<A> Kernel<A> for Gaussian where
    A: Float, 
[src]

Apply the kernel function to the given x-value.

Auto Trait Implementations

impl Send for Gaussian

impl Sync for Gaussian