Updated 6 months ago

stats-strided-smeanpw • Science 57%

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

Updated 6 months ago

stats-strided-dstdevpn • Science 57%

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

Updated 6 months ago

stats-strided-sstdevch • Science 57%

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

Updated 6 months ago

stats-strided-varianceyc • Science 57%

Calculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 6 months ago

stats-strided-dmaxsorted • Science 31%

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

Updated 6 months ago

stats-strided-dnanvariance • Science 44%

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

Updated 6 months ago

stats-strided-snanminabs • Science 44%

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

Updated 6 months ago

stats-strided-nanminabs • Science 44%

Calculate the minimum absolute value of a strided array, ignoring NaN values.

Updated 6 months ago

stats-strided-dnanvariancewd • Science 57%

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

Updated 6 months ago

stats-strided-dstdevyc • Science 57%

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

Updated 6 months ago

stats-strided-dstdevtk • Science 57%

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

Updated 6 months ago

stats-strided-dsmeanpn • Science 57%

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

Updated 6 months ago

stats-strided-sdsmeanors • Science 44%

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

Updated 6 months ago

stats-strided-dsmeanwd • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.

Updated 6 months ago

stats-strided-dsmeanpw • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation with extended accumulation and returning an extended precision result.

Updated 6 months ago

stats-strided-sstdevch • Science 13%

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

Updated 6 months ago

stats-strided-dnanstdevyc • Science 26%

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

Updated 6 months ago

stats-strided-dnanmeanwd • Science 57%

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

Updated 6 months ago

stats-strided-dcumin • Science 44%

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

Updated 6 months ago

stats-strided-sminsorted • Science 44%

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

Updated 6 months ago

stats-strided-dsvariance • 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

stats-strided-dnanvariancech • Science 57%

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

Updated 6 months ago

stats-strided-sstdevyc • 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

stats-strided-dnanvarianceyc • Science 44%

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

Updated 6 months ago

stats-strided-snanrange • Science 44%

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

Updated 6 months ago

stats-strided-smeanli • 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

stats-strided-nanvariancech • 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-strided-sztest2 • Science 44%

Compute a two-sample Z-test for two single-precision floating-point strided arrays.

Updated 6 months ago

stats-strided-sztest • Science 44%

Compute a one-sample Z-test for a single-precision floating-point strided array.

Updated 6 months ago

stats-strided-dnanmeanpw • Science 57%

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

Updated 6 months ago

stats-strided-dvarmpn • Science 57%

Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.

Updated 6 months ago

stats-strided-nanvariancepn • Science 57%

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

Updated 6 months ago

stats-strided-dsmean • Science 44%

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

Updated 6 months ago

stats-strided-dnanminabs • Science 44%

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

Updated 6 months ago

stats-strided-snanmin • Science 44%

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

Updated 6 months ago

blas-ext-base-wasm-dnansumpw • Science 44%

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

Updated 6 months ago

stats-strided-nanmaxabs • Science 44%

Calculate the maximum absolute value of a strided array, ignoring NaN values.

Updated 6 months ago

stats-strided-snanmskrange • 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-dstdevtk • Science 57%

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

Updated 6 months ago

stats-strided-dnanstdevtk • Science 44%

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-strided-snanmax • Science 44%

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

Updated 6 months ago

stats-strided-snanmaxabs • Science 44%

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

Updated 6 months ago

stats-strided-dmeanli • Science 44%

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

Updated 6 months ago

stats-strided-dnanmeanpn • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-gnansumpw • Science 57%

Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.

Updated 6 months ago

stats-strided-dsnanmeanors • 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

stats-strided-dmeanlipw • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.