@stdlib/stats-base-dists-pareto-type1-stdev
Pareto (Type I) distribution standard deviation.
Pareto (Type I) distribution standard deviation.
Pareto (Type I) distribution variance.
Student's t distribution variance.
Rayleigh distribution standard deviation.
Rayleigh distribution variance.
Student's t distribution standard deviation.
Poisson distribution standard deviation.
Poisson distribution variance.
Weibull distribution standard deviation.
Weibull distribution variance.
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.
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.
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.