Function rgsl::statistics::wvariance_m
source · [−]pub fn wvariance_m(
w: &[f64],
wstride: usize,
data: &[f64],
stride: usize,
n: usize,
wmean: f64
) -> f64
Expand description
This function returns the estimated variance of the weighted dataset data using the given weighted mean wmean.