@stdlib/stats-base-dnanstdevyc
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass 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 double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the range of a double-precision floating-point strided array.
Calculate the standard error of the mean for a double-precision floating-point strided array.
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the range of a strided array via a callback function.
Calculate the cumulative maximum of single-precision floating-point strided array elements.
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
Calculate the cumulative minimum of single-precision floating-point strided array elements.
Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using extended accumulation.