pub fn calculate_sample_variance(recurrence_relation_m: f64, count: u64) -> f64
Expand description

Calculates the next unbiased ‘Sample’ Variance using Bessel’s correction (count - 1), and the Welford Online recurrence relation M.