pub trait Variance { type Result; fn variance(self) -> Self::Result; }
Statistical variance
Result type
Compute the statistical variance