Updated 6 months ago

@stdlib/stats-base-dnanvariancech • Rank 6.0 • 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

@stdlib/blas-ext-base-dnansumkbn • Rank 5.8 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-ssumpw • Rank 5.5 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-dapxsumkbn • Rank 5.5 • Science 57%

Add a constant to each double-precision floating-point strided array element and compute the sum using an improved Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/blas-ext-base-dnannsumpw • Rank 5.4 • Science 57%

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

Updated 5 months ago

https://github.com/cidgoh/dataharmonizer • Rank 13.3 • Science 49%

A standardized browser-based spreadsheet editor and validator that can be run offline and locally, and which includes templates for SARS-CoV-2 and Monkeypox sampling data. This project, created by the Centre for Infectious Disease Genomics and One Health (CIDGOH), at Simon Fraser University, is now an open-source collaboration with contributions from the National Microbiome Data Collaborative (NMDC), the LinkML development team, and others.

Updated 6 months ago

@stdlib/blas-ext-base-sapxsumpw • Rank 5.2 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-nanstdevch • Rank 5.0 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dmeanvarpn • Rank 4.9 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-dssumpw • Rank 4.9 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-sapxsumkbn • Rank 4.8 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-dapxsumkbn2 • Rank 4.8 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-ssumkbn2 • Rank 4.8 • Science 57%

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

Updated 6 months ago

node-red-contrib-uibuilder • Rank 17.8 • Science 44%

Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.

Updated 6 months ago

@stdlib/blas-ext-base-dsumkbn • Rank 4.7 • Science 57%

Calculate the sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-nanvarianceyc • Rank 4.6 • Science 57%

Calculate the variance 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-snanmeanwd • Rank 4.6 • Science 57%

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

Updated 6 months ago

@stdlib/math-base-special-ellipe • Rank 4.6 • Science 57%

Compute the complete elliptic integral of the second kind.

Updated 6 months ago

@stdlib/stats-base-dmeanpn • Rank 4.6 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-scusumpw • Rank 4.5 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-sdssumpw • Rank 4.5 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-gsumkbn2 • Rank 4.5 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-dcusumkbn • Rank 4.5 • Science 57%

Calculate the cumulative sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/blas-ext-base-ssumkbn • Rank 4.4 • Science 57%

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

Updated 6 months ago

@stdlib/random-streams-box-muller • Rank 4.4 • Science 57%

Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.

Updated 6 months ago

@stdlib/blas-ext-base-gapxsumkbn • Rank 4.3 • Science 57%

Add a constant to each strided array element and compute the sum using an improved Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-dmeanstdevpn • Rank 4.3 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-gsort2hp • Rank 4.3 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-gcusumkbn • Rank 4.3 • Science 57%

Calculate the cumulative sum of strided array elements using an improved Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/blas-ext-base-scusumkbn • Rank 4.2 • Science 57%

Calculate the cumulative sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-dsmeanpn • Rank 4.2 • 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

blas-ext-base-dcusumkbn2 • Rank 4.2 • Science 57%

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

Updated 6 months ago

stats-base-nanmeanwd • Rank 4.2 • Science 57%

Calculate the arithmetic mean of a strided array, ignoring NaN values and using Welford's algorithm.

Updated 6 months ago

@stdlib/stats-base-dnanvarianceyc • Rank 4.1 • Science 57%

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

@stdlib/random-streams-minstd-shuffle • Rank 4.1 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-dsumkbn2 • Rank 4.1 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dvarmpn • Rank 4.1 • 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

@stdlib/stats-base-snanvariancepn • Rank 4.0 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dnanvariancetk • Rank 4.0 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dnanmeanpn • Rank 4.0 • 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/random-iter-box-muller • Rank 4.0 • Science 57%

Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.

Updated 6 months ago

@stdlib/stats-base-sstdevtk • Rank 4.0 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-dnannsumkbn2 • Rank 4.0 • 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-dnannsumkbn • Rank 4.0 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-dnansumpw • Rank 3.9 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dmeanpw • Rank 3.9 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-meankbn • Rank 3.9 • Science 57%

Calculate the arithmetic mean of a strided array using an improved Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/blas-ext-base-dsapxsumpw • Rank 3.9 • Science 57%

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

Updated 6 months ago

random-streams-improved-ziggurat • Rank 3.9 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-nanmeanpn • Rank 3.9 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dnanstdevyc • Rank 3.9 • Science 57%

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

@stdlib/stats-base-smeanlipw • Rank 3.9 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-gnansumkbn • Rank 3.9 • 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-dnanmeanpw • Rank 3.9 • 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

@stdlib/stats-base-snanvariancetk • Rank 3.8 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dvariancetk • Rank 3.8 • Science 57%

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

Updated 6 months ago

@stdlib/datasets-harrison-boston-house-prices • Rank 3.8 • Science 57%

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

Updated 6 months ago

@stdlib/math-base-special-ellipk • Rank 3.8 • Science 57%

Compute the complete elliptic integral of the first kind.

Updated 6 months ago

@stdlib/stats-base-snanstdevpn • Rank 3.8 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dmeankbn2 • Rank 3.8 • Science 57%

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

Updated 6 months ago

datasets-herndon-venus-semidiameters • Rank 3.8 • Science 57%

Fifteen observations of the vertical semidiameter of Venus, made by Lieutenant Herndon, with the meridian circle at Washington, in the year 1846.

Updated 6 months ago

@stdlib/blas-ext-base-dsnansumpw • Rank 3.8 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-gasumpw • Rank 3.8 • Science 57%

Calculate the sum of absolute values (L1 norm) of strided array elements using pairwise summation.

Updated 6 months ago

@stdlib/stats-base-smeankbn • Rank 3.7 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-snansumpw • Rank 3.7 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-sdsnansumpw • Rank 3.7 • Science 57%

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

Updated 6 months ago

@stdlib/random-streams-minstd • Rank 3.7 • Science 57%

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

Updated 6 months ago

@stdlib/blas-ext-base-ssort2hp • Rank 3.7 • Science 57%

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

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.