@stdlib/stats-base-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
Found 147 results for stdev
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Calculate the mean and variance of a double-precision floating-point strided array.
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Compute the unbiased sample variance over all iterated values.