Struct utah::combinators::aggregate::Stdev [] [src]

pub struct Stdev<'a, I: 'a, T: 'a> where
    I: Iterator<Item = Window<'a, T>>,
    T: UtahNum
{ /* fields omitted */ }

Methods

impl<'a, I, T> Stdev<'a, I, T> where
    I: Iterator<Item = Window<'a, T>>,
    T: UtahNum + 'a, 
[src]

Trait Implementations

impl<'a, I: Clone + 'a, T: Clone + 'a> Clone for Stdev<'a, I, T> where
    I: Iterator<Item = Window<'a, T>>,
    T: UtahNum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more