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/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-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-dsort2sh • Rank 3.1 • Science 57%

Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using Shellsort.

Updated 6 months ago

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

Simultaneously sort two strided arrays based on the sort order of the first array using Shellsort.

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-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-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-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-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/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/datasets-harrison-boston-house-prices-corrected • Rank 3.0 • Science 57%

A (corrected) dataset derived from information collected by the US Census Service concerning housing in Boston, Massachusetts (1978).

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/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

@stdlib/random-iter-minstd-shuffle • Rank 2.7 • Science 57%

Create an iterator for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.

Updated 6 months ago

@stdlib/datasets-pace-boston-house-prices • Rank 2.7 • Science 57%

A (corrected) dataset derived from information collected by the US Census Service concerning housing in Boston, Massachusetts (1978).

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-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/math-base-special-ldexp • Rank 15.3 • Science 44%

Multiply a double-precision floating-point number by an integer power of two.

Updated 6 months ago

@stdlib/math-base-special-copysign • Rank 14.9 • Science 44%

Return a double-precision floating-point number with the magnitude of x and the sign of y.

Updated 6 months ago

datasets-minard-napoleons-march • Rank 1.8 • Science 57%

Data for Charles Joseph Minard's cartographic depiction of Napoleon's Russian campaign of 1812.

Updated 6 months ago

math-base-special-ellipj • Rank 1.4 • Science 57%

Compute the Jacobi elliptic functions sn, cn, and dn.

Updated 6 months ago

@stdlib/number-float64-base-to-words • Rank 14.3 • Science 44%

Split a double-precision floating-point number into a higher order word and a lower order word.

Updated 6 months ago

@stdlib/number-float64-base-exponent • Rank 14.2 • Science 44%

Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.

Updated 6 months ago

@stdlib/number-float64-base-get-high-word • Rank 14.2 • Science 44%

Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.

Updated 6 months ago

@stdlib/number-float64-base-from-words • Rank 14.2 • Science 44%

Create a double-precision floating-point number from a higher order word and a lower order word.

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-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

blas-base-sdsdot • Rank 0.0 • Science 57%

Calculate the dot product of two single-precision floating-point vectors with extended accumulation.

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/number-float64-base-get-low-word • Rank 12.7 • Science 44%

Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.

Updated 6 months ago

@stdlib/math-base-special-sqrt • Rank 12.7 • Science 44%

Compute the principal square root of a double-precision floating-point number.