@stdlib/stats-base-dstdevyc
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the standard deviation of a strided array using a one-pass textbook algorithm.
Calculate the standard deviation of a strided array using Welford's algorithm.
Calculate the standard deviation of a strided array using a one-pass algorithm proposed by Youngs and Cramer.