@stdlib/stats-base-meanors
Calculate the arithmetic mean of a strided array using ordinary recursive summation.
Calculate the arithmetic mean of a strided array using ordinary recursive summation.
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
Calculate the arithmetic mean of a strided array using pairwise summation.
Calculate the arithmetic mean of a strided array using Welford's algorithm.
Calculate the median value of a sorted strided array.
Calculate the minimum value of a strided array.
Calculate the minimum value of a strided array via a callback function.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, 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, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
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 arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
Return the first character(s) of a string.
Invoke a function for each character in a string.
Insert supplied variable values into a format string.
Create a string from a sequence of Unicode code points.