Updated 6 months ago

@stdlib/stats-base-dsempn • Rank 3.6 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-smeanwd • Rank 3.6 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.

Updated 6 months ago

@stdlib/stats-base-dstdevyc • Rank 3.6 • 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

@stdlib/stats-base-dsmeanwd • Rank 3.6 • 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

@stdlib/stats-base-dsnanmeanpn • Rank 3.6 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dmeanwd • Rank 3.6 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dsemtk • Rank 3.6 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-snanstdevtk • Rank 3.6 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-sdsapxsumpw • Rank 3.6 • Science 57%

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

Updated 6 months ago

@stdlib/random-iter-improved-ziggurat • Rank 3.5 • Science 57%

Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution using the Improved Ziggurat algorithm.

Updated 6 months ago

@stdlib/stats-base-svarianceyc • Rank 3.5 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dnanvariancewd • Rank 3.5 • 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

@stdlib/stats-base-dvarianceyc • Rank 3.5 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-dsort2hp • Rank 3.5 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dnanmeanwd • Rank 3.5 • 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

@stdlib/stats-base-dmeanlipw • Rank 3.5 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dsnanmeanwd • Rank 3.4 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-gnannsumkbn • Rank 3.4 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dmeanli • Rank 3.4 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-ssort2sh • Rank 3.4 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-smeankbn2 • Rank 3.4 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-meankbn2 • Rank 3.4 • Science 57%

Calculate the arithmetic mean of a strided array using a second-order iterative Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-dnanvariancepn • Rank 3.4 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-gnansumkbn2 • Rank 3.3 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-scusumkbn2 • Rank 3.3 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-sstdevch • Rank 3.3 • 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

@stdlib/blas-ext-base-dnansumkbn2 • Rank 3.3 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-sasumpw • Rank 3.3 • Science 57%

Calculate the sum of absolute values (L1 norm) of single-precision floating-point strided array elements using pairwise summation.

Updated 6 months ago

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

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

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-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-stdevyc • Rank 3.3 • Science 57%

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

Updated 6 months ago

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

Create an iterator for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.

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

@cornerstonejs/adapters • Rank 23.9 • Science 36%

Cornerstone is a set of JavaScript libraries that can be used to build web-based medical imaging applications. It provides a framework to build radiology applications such as the OHIF Viewer.

Updated 6 months ago

@hhhtj/draw.io • Rank 15.9 • Science 44%

draw.io is a JavaScript, client-side editor for general diagramming.

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

ops.js • Rank 7.9 • Science 51%

Javascript based API with methods used to access the Open PHACTS Discovery Platform and parse the responses

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

text-case • Rank 14.9 • Science 44%

Convert text between `camelCase`, `PascalCase`, `Capital Case`, `Header-Case`, `Title Case`, `path/case`, `snake_case`, `param-case`, `dot.case`, `CONSTANT_CASE`, `lower case`, `lOWER CASE FIRST`, `UPPER CASE`, `Upper case first` and other

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.