Trait scattering::stats::Mean [] [src]

pub trait Mean {
    type Output;
    fn mean(&self) -> Self::Output;
}

Associated Types

type Output

Required Methods

fn mean(&self) -> Self::Output

Implementors