Trait scattering::stats::Mean
[−]
[src]
pub trait Mean {
type Output;
fn mean(&self) -> Self::Output;
}
pub trait Mean {
type Output;
fn mean(&self) -> Self::Output;
}
type Output