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