Updated 9 months ago

@stdlib/blas-ext-base-sdssum • Rank 3.5 • Science 44%

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

Updated 9 months ago

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

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

Updated 9 months ago

@stdlib/blas-ext-base-dcusumors • Rank 3.4 • Science 44%

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

Updated 9 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 9 months ago

@stdlib/blas-ext-base-dsnansum • Rank 3.4 • Science 44%

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

Updated 9 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 9 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 9 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 9 months ago

@stdlib/blas-ext-base-dnansumors • Rank 3.3 • Science 44%

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

Updated 9 months ago

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

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

Updated 9 months ago

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

Calculate the variance of a double-precision floating-point strided array provided a known mean and using a one-pass textbook algorithm.

Updated 9 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 9 months ago

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

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

Updated 9 months ago

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

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

Updated 9 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 9 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 9 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 9 months ago

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

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

Updated 9 months ago

@stdlib/blas-ext-base-scusumors • Rank 3.0 • Science 44%

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

Updated 9 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 9 months ago

@stdlib/blas-ext-base-sapxsumors • Rank 3.0 • Science 44%

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

Updated 9 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 9 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 9 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 9 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 9 months ago

@stdlib/blas-ext-base-gnansumors • Rank 2.9 • Science 44%

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

Updated 9 months ago

@stdlib/blas-ext-base-snansumors • Rank 2.9 • Science 44%

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

Updated 9 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 9 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 9 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 9 months ago

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

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

Updated 9 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 9 months ago

@stdlib/blas-ext-base-dapxsumpw • Rank 6.0 • Science 39%

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

Updated 9 months ago

blas-ext-base-dsapxsum • Rank 0.7 • Science 44%

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

Updated 9 months ago

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

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

Updated 9 months ago

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

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

Updated 9 months ago

blas-ext-base-dcusum • Rank 0.7 • Science 44%

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

Updated 9 months ago

blas-ext-base-gapxsumors • Rank 0.0 • Science 44%

Adds a constant to each strided array element and computes the sum using ordinary recursive summation.

Updated 9 months ago

stats-base-nanmeanors • Rank 0.0 • Science 44%

Calculate the arithmetic mean of a strided array, ignoring NaN values and using ordinary recursive summation.

Updated 9 months ago

stats-strided-dcumax • Rank 0.0 • Science 44%

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

Updated 9 months ago

@stdlib/blas-ext-base-dcusumpw • Rank 4.0 • Science 39%

Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.

Updated 9 months ago

@stdlib/stats-base-dmskmin • Rank 3.7 • Science 26%

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

Updated 9 months ago

@stdlib/blas-ext-base-dapxsumors • Rank 3.1 • Science 26%

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

Updated 9 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 9 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 9 months ago

stats-strided-snanmin • Science 44%

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

Updated 9 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 9 months ago

stats-strided-nanmaxabs • Science 44%

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

Updated 9 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 9 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 9 months ago

stats-strided-snanmax • Science 44%

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

Updated 9 months ago

stats-strided-dnanmskrange • Science 26%

The "stats-strided-dnanmskrange" repository provides efficient statistical functions for handling strided arrays in JavaScript. Explore the power of numerical computation with this library! 🐱💻📊

Updated 9 months ago

stats-strided-sstdevtk • Science 57%

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

Updated 9 months ago

stats-strided-snanmaxabs • Science 44%

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

Updated 9 months ago

stats-strided-svariancech • Science 44%

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

Updated 9 months ago

stats-strided-dnanmax • Science 44%

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

Updated 9 months ago

stats-strided-scumin • Science 31%

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

Updated 9 months ago

stats-strided-dnanstdevpn • Science 44%

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

Updated 9 months ago

stats-strided-dnanmskrange • Science 44%

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

Updated 9 months ago

stats-strided-dmeanpn • Science 57%

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

Updated 9 months ago

stats-strided-dstdevch • Science 57%

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

Updated 9 months ago

stats-strided-scumax • Science 31%

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

Updated 9 months ago

stats-strided-dvariancewd • Science 57%

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

Updated 9 months ago

stats-strided-dvariancech • Science 57%

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