@stdlib/array-zeros-like
Create a zero-filled array having the same length and data type as a provided array.
Create a zero-filled array having the same length and data type as a provided array.
Create a typed array.
Create a complex number typed array.
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation with extended accumulation and returning an extended precision result.
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the standard deviation of a single-precision floating-point strided array using Welford's algorithm.
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.
Calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
Calculate the minimum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
Calculate the range of a single-precision floating-point strided array according to a mask, ignoring NaN values.