@stdlib/stats-base-dcumax
Calculate the cumulative maximum of double-precision floating-point strided array elements.
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.
Copy values from x into y.
Calculate the dot product of two double-precision floating-point vectors.
Interchange two double-precision floating-point vectors.
Calculate the maximum value of a double-precision floating-point strided array.
Calculate the maximum absolute value of a double-precision floating-point strided array.
Calculate the maximum absolute value of a sorted double-precision floating-point strided array.
Calculate the maximum value of a sorted double-precision floating-point strided array.
Calculate the minimum value of a sorted double-precision floating-point strided array.
Calculate the maximum value of a double-precision floating-point strided array according to a mask.
Calculate the minimum value of a double-precision floating-point strided array according to a mask.
Calculate the range of a double-precision floating-point strided array according to a mask.
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.