@stdlib/array-typed-real
Create a typed array.
Create a typed array.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.
Create a zero-filled array having a specified length.
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.
Test if a value is a 64-bit or 128-bit complex number.
Test if a value is a complex number-like object.
Test if a value is a 64-bit complex number.
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.