@stdlib/stats-base-stdevwd
Calculate the standard deviation of a strided array using Welford's 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 variance of a single-precision floating-point strided array.
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.
Calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the variance of a single-precision floating-point strided array using Welford's algorithm.
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 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.
Apply a unary function to a single-precision floating-point strided input array according to a strided mask array and assign results to a single-precision floating-point strided output array.
Apply a binary function to single-precision floating-point strided input arrays according to a strided mask array and assign results to a single-precision floating-point strided output array.
Determine the index offset which specifies the location of the first indexed value in a strided array.
Apply a ternary callback to strided input array elements and assign results to elements in a strided output array.
Apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.
Dispatch to a native add-on applying a unary function to an input strided array.
Apply a unary function to each element retrieved from a strided input array according to a callback function and assign results to a strided output array.
Generate a list of unary interface signatures from strided array data types.