@stdlib/stats-base-variance
Calculate the variance of a strided array.
Calculate the variance of a strided array.
Calculate the variance of a strided array using a one-pass trial mean algorithm.
Calculate the variance of a strided array using a two-pass algorithm.
Calculate the variance of a strided array using a one-pass textbook algorithm.