pub fn variance<T>(v: &[T], xbar: Option<T>) -> Twhere T: Float,
(Sample variance)[http://en.wikipedia.org/wiki/Variance#Sample_variance]