@stdlib/stats-base-dcuminabs
Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
@stdlib/stats-base-cumaxabs
Calculate the cumulative maximum absolute value of a strided array.
@stdlib/stats-base-cuminabs
Calculate the cumulative minimum absolute value of a strided array.
@stdlib/stats-base-scuminabs
Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.
@stdlib/stats-base-dcumaxabs
Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.
@stdlib/stats-base-scumaxabs
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
@stdlib/stats-base-dmaxabssorted
Calculate the maximum absolute value of a sorted double-precision floating-point strided array.
@stdlib/stats-base-smaxabssorted
Calculate the maximum absolute value of a sorted single-precision floating-point strided array.
stats-strided-dcuminabs
Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
stats-strided-smaxabssorted
Calculate the maximum absolute value of a sorted single-precision floating-point strided array.
stats-strided-scuminabs
Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.
stats-strided-dmaxabssorted
Calculate the maximum absolute value of a sorted double-precision floating-point strided array.
stats-strided-dcumaxabs
Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.
stats-strided-scumaxabs
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.