@stdlib/stats-base-drange
Calculate the range of a double-precision floating-point strided array.
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 standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.
Apply a unary function to a double-precision floating-point strided input array and assign results to a double-precision floating-point strided output array.
Apply a binary function to double-precision floating-point strided input arrays and assign results to a double-precision floating-point strided output array.
Apply a unary function to a double-precision floating-point strided input array according to a strided mask array and assign results to a double-precision floating-point strided output array.
Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
Reinterpret a Complex128Array as a Float64Array.
Test if two arguments are both Float64Arrays and have the same values.
Calculate the cumulative maximum of double-precision floating-point strided array elements.
Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.
Calculate the cumulative minimum of double-precision floating-point strided array elements.
Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
Compute the L2-norm of a complex double-precision floating-point vector.
Find the index of the first element having the maximum absolute value.
Compute the sum of the absolute values of the real and imaginary components of a double-precision complex floating-point number.