Updated 6 months ago

@stdlib/stats-base-dvariancech • Rank 3.3 • Science 57%

Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 6 months ago

@stdlib/stats-base-snanmeanpn • Rank 3.3 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.

Updated 6 months ago

@stdlib/stats-base-svariancech • Rank 3.3 • Science 57%

Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 6 months ago

@stdlib/stats-base-dnanstdevch • Rank 3.3 • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.

Updated 6 months ago

@stdlib/blas-ext-base-gapxsumkbn2 • Rank 3.2 • Science 57%

Add a constant to each strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-dsemch • Rank 3.1 • Science 57%

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 6 months ago

@stdlib/stats-base-dstdevch • Rank 3.1 • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 6 months ago

@stdlib/stats-base-snanstdevch • Rank 3.1 • Science 57%

Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.

Updated 6 months ago

@stdlib/stats-base-sstdevyc • Rank 3.1 • Science 57%

Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 6 months ago

@stdlib/blas-ext-base-sapxsumkbn2 • Rank 3.1 • Science 57%

Add a constant to each single-precision floating-point strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-dsemwd • Rank 3.0 • Science 57%

Calculate the standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.

Updated 6 months ago

@stdlib/stats-base-snanstdevyc • Rank 3.0 • Science 57%

Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.

Updated 6 months ago

@stdlib/stats-base-dnanstdevwd • Rank 3.0 • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.

Updated 6 months ago

@stdlib/stats-base-nanstdevyc • Rank 3.0 • Science 57%

Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.

Updated 6 months ago

@stdlib/stats-base-dnanstdevpn • Rank 3.0 • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.

Updated 6 months ago

@stdlib/stats-base-dsvariancepn • Rank 3.0 • Science 57%

Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm with extended accumulation and returning an extended precision result.

Updated 6 months ago

@stdlib/stats-base-snanstdevwd • Rank 3.0 • Science 57%

Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.

Updated 6 months ago

@stdlib/blas-ext-base-snansumkbn2 • Rank 3.0 • Science 57%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-svariancetk • Rank 2.9 • Science 57%

Calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.

Updated 6 months ago

@stdlib/stats-base-snanvarianceyc • Rank 2.8 • Science 57%

Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.

Updated 6 months ago

@stdlib/blas-ext-base-snansumkbn • Rank 2.8 • Science 57%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-dnanstdevtk • Rank 2.8 • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.

Updated 6 months ago

stats-base-smeanli • Rank 2.6 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 6 months ago

@stdlib/stats-base-smeanpw • Rank 2.6 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.

Updated 6 months ago

stats-base-snanvariancech • Rank 0.7 • Science 57%

Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.

Updated 6 months ago

stats-base-nanvariancech • Rank 0.7 • Science 57%

Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.

Updated 6 months ago

stats-base-snanvariancewd • Rank 0.0 • Science 57%

Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.

Updated 6 months ago

@stdlib/blas-ext-base-dssum • Rank 5.3 • Science 44%

Calculate the sum of single-precision floating-point strided array elements using extended accumulation and returning an extended precision result.

Updated 6 months ago

@stdlib/blas-ext-base-dapxsum • Rank 4.8 • Science 44%

Adds a constant to each double-precision floating-point strided array element and computes the sum.

Updated 6 months ago

@stdlib/blas-ext-base-dsumors • Rank 4.8 • Science 44%

Calculate the sum of double-precision floating-point strided array elements using ordinary recursive summation.

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/blas-ext-base-ssumors • Rank 4.7 • Science 44%

Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation.

Updated 6 months ago

@stdlib/stats-base-dsmeanors • Rank 4.6 • Science 44%

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.

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/blas-ext-base-sdsapxsum • Rank 4.3 • Science 44%

Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation.

Updated 6 months ago

@stdlib/stats-base-dnanmean • Rank 4.3 • Science 44%

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

Updated 6 months ago

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

Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.

Updated 6 months ago

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

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.

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/blas-ext-base-dssumors • Rank 4.2 • Science 44%

Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation with extended accumulation and returning an extended precision result.

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/blas-ext-base-sdsnansum • Rank 4.0 • Science 44%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using extended accumulation.

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/blas-ext-base-snansum • Rank 4.0 • Science 44%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values.

Updated 6 months ago

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

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.

Updated 6 months ago

@stdlib/blas-ext-base-dsnansumors • Rank 3.9 • Science 44%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.

Updated 6 months ago

@stdlib/blas-ext-base-sapxsum • Rank 3.8 • Science 44%

Adds a constant to each single-precision floating-point strided array element and computes the sum.

Updated 6 months ago

@stdlib/blas-ext-base-dnannsum • Rank 3.8 • Science 44%

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.

Updated 6 months ago

@stdlib/blas-ext-base-dnannsumors • Rank 3.8 • Science 44%

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.

Updated 6 months ago

@stdlib/stats-base-dsnanmean • Rank 3.8 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.

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

stats-base-snanmean • Rank 3.7 • Science 44%

Calculate the arithmetic mean of a single-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-smeanors • Rank 3.6 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.

Updated 6 months ago

@stdlib/blas-ext-base-dnansum • Rank 3.6 • Science 44%

Calculate the sum of double-precision floating-point strided array elements, 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-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/blas-ext-base-dsnannsumors • Rank 3.6 • Science 44%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.

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.