Trait scattering::stats::MeanStd [] [src]

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

Associated Types

type Output

Required Methods

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

Implementors