Updated 6 months ago

@stdlib/stats-base-sminabs • Rank 4.8 • Science 44%

Calculate the minimum absolute value of a single-precision floating-point strided array.

Updated 6 months ago

@stdlib/stats-base-snanrange • Rank 4.5 • Science 44%

Calculate the range of a single-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-dcumax • Rank 4.2 • Science 44%

Calculate the cumulative maximum of double-precision floating-point strided array elements.

Updated 6 months ago

@stdlib/stats-base-dnanrange • Rank 4.1 • Science 44%

Calculate the range of a double-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-nanmin-by • Rank 4.0 • Science 44%

Calculate the minimum value of a strided array via a callback function, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-dcuminabs • Rank 3.9 • Science 44%

Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.

Updated 6 months ago

@stdlib/stats-base-dnanmaxabs • Rank 3.7 • Science 44%

Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-smaxabs • Rank 3.7 • Science 44%

Calculate the maximum absolute value of a single-precision floating-point strided array.

Updated 6 months ago

@stdlib/stats-base-snanmskrange • Rank 3.6 • Science 44%

Calculate the range of a single-precision floating-point strided array according to a mask, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-snanmaxabs • Rank 3.6 • Science 44%

Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-dmskmax • Rank 3.5 • Science 44%

Calculate the maximum value of a double-precision floating-point strided array according to a mask.

Updated 6 months ago

@stdlib/stats-base-dnanmin • Rank 3.5 • Science 44%

Calculate the minimum value of a double-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-dnanminabs • Rank 3.4 • Science 44%

Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-smskrange • Rank 3.4 • Science 44%

Calculate the range of a single-precision floating-point strided array according to a mask.

Updated 6 months ago

@stdlib/stats-base-dnanmskmax • Rank 3.4 • Science 44%

Calculate the maximum value of a double-precision floating-point strided array according to a mask, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-snanmskmax • Rank 3.3 • Science 44%

Calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-scuminabs • Rank 3.3 • Science 44%

Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.

Updated 6 months ago

@stdlib/stats-base-snanminabs • Rank 3.2 • Science 44%

Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-scumin • Rank 3.2 • Science 44%

Calculate the cumulative minimum of single-precision floating-point strided array elements.

Updated 6 months ago

@stdlib/stats-base-snanmskmin • Rank 3.1 • Science 44%

Calculate the minimum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-dcumaxabs • Rank 3.1 • Science 44%

Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.

Updated 6 months ago

@stdlib/stats-base-nanmax-by • Rank 3.1 • Science 44%

Calculate the maximum value of a strided array via a callback function, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-snanmin • Rank 3.1 • Science 44%

Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-dnanmax • Rank 3.0 • Science 44%

Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-dminabs • Rank 3.0 • Science 44%

Calculate the minimum absolute value of a double-precision floating-point strided array.

Updated 6 months ago

@stdlib/stats-base-scumaxabs • Rank 3.0 • Science 44%

Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.

Updated 6 months ago

@stdlib/stats-base-dnanmskmin • Rank 3.0 • Science 44%

Calculate the minimum value of a double-precision floating-point strided array according to a mask, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-snanmax • Rank 3.0 • Science 44%

Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-dnanmskrange • Rank 2.9 • Science 44%

Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-dmaxabssorted • Rank 2.9 • Science 44%

Calculate the maximum absolute value of a sorted double-precision floating-point strided array.

Updated 6 months ago

@stdlib/stats-base-dmskrange • Rank 2.9 • Science 44%

Calculate the range of a double-precision floating-point strided array according to a mask.

Updated 6 months ago

@stdlib/stats-base-smskmin • Rank 2.9 • Science 44%

Calculate the minimum value of a single-precision floating-point strided array according to a mask.

Updated 6 months ago

@stdlib/stats-base-smskmax • Rank 2.9 • Science 44%

Calculate the maximum value of a single-precision floating-point strided array according to a mask.

Updated 6 months ago

@stdlib/stats-base-scumax • Rank 2.8 • Science 44%

Calculate the cumulative maximum of single-precision floating-point strided array elements.

Updated 6 months ago

@stdlib/stats-base-smaxabssorted • Rank 2.6 • Science 44%

Calculate the maximum absolute value of a sorted single-precision floating-point strided array.

Updated 6 months ago

@stdlib/stats-base-dmaxabs • Rank 2.6 • Science 44%

Calculate the maximum absolute value of a double-precision floating-point strided array.

Updated 6 months ago

stats-base-ndarray-dcumax • Rank 0.7 • Science 44%

Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.

Updated 6 months ago

stats-base-dcumin • Rank 0.7 • Science 44%

Calculate the cumulative minimum of double-precision floating-point strided array elements.