An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: strided-array

stdlib-js/stats-base-smeankbn

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

Language: JavaScript - Size: 1.56 MB - Last synced at: about 4 hours ago - Pushed at: about 5 hours ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-smeankbn2

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

Language: JavaScript - Size: 742 KB - Last synced at: about 4 hours ago - Pushed at: about 5 hours ago - Stars: 1 - Forks: 1

stdlib-js/stats-base-smeanors

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

Language: JavaScript - Size: 1.37 MB - Last synced at: about 18 hours ago - Pushed at: about 19 hours ago - Stars: 1 - Forks: 0

lhui0005/stats-max

Compute the maximum value along one or more ndarray dimensions.

Language: JavaScript - Size: 60.5 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

remi2007/stats-strided-maxabs

This repository provides a function to compute the maximum absolute value of strided data efficiently. Join us in enhancing numerical computation in JavaScript! 🛠️✨

Language: JavaScript - Size: 52.7 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

hoclok/stats-strided-nanmax-by

This repository provides a function for computing the maximum value of a strided array while ignoring NaN values. Explore the code and contribute to enhance numerical computation in JavaScript! 🐱💻📊

Language: JavaScript - Size: 55.7 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

Korva44/stats-strided-mskmax

The "stats-strided-mskmax" repository offers efficient statistical functions for handling masked maximum values in arrays. Explore the code to enhance your numerical computations in JavaScript! 🐱💻📊

Language: JavaScript - Size: 54.7 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

irina2007574/stats-strided-max-by

This repository contains the `stats-strided-max-by` function, which computes the maximum value of a strided array using a callback function. Explore the code and contribute to enhancing numerical computation in JavaScript! 🛠️📊

Language: JavaScript - Size: 56.6 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-snansumkbn

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

Language: JavaScript - Size: 756 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-sdsapxsumpw

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

Language: JavaScript - Size: 866 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-scusumors

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

Language: JavaScript - Size: 661 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-sapxsumpw

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

Language: JavaScript - Size: 857 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gapxsumpw

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

Language: JavaScript - Size: 638 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

122321312/stats-strided-dsnanmeanpn

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.

Language: JavaScript - Size: 67.4 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

sketchadvertising/stats-strided-dsempn

This repository, "stats-strided-dsempn," provides efficient statistical computations for strided data in JavaScript. Explore the library to enhance your numerical analysis with ease! 🛠️📊

Language: JavaScript - Size: 65.4 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dapxsumpw

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

Language: JavaScript - Size: 561 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dapxsumors

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

Language: JavaScript - Size: 737 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dapxsumkbn

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

Language: JavaScript - Size: 735 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dapxsum

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

Language: JavaScript - Size: 943 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0

lbino97/stats-strided-snanmax

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

Language: JavaScript - Size: 62.5 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

Adison553/stats-strided-dnanstdevtk

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

Language: JavaScript - Size: 69.3 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

Ruizin157/stats-strided-snanmin

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

Language: JavaScript - Size: 61.5 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

asifpage786/stats-strided-dnanstdevpn

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

Language: JavaScript - Size: 69.3 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

Stevendelos/stats-strided-dsempn

This repository, "stats-strided-dsempn," provides efficient statistical functions for working with strided arrays in JavaScript. It enhances numerical computation capabilities, making it easier to perform complex analyses. 🐙📊

Language: JavaScript - Size: 64.5 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

Xionlightt/stats-strided-sdsmean

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

Language: JavaScript - Size: 63.5 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

bonguza1/stats-strided-dnanstdev

This repository provides a function for computing the standard deviation of strided arrays in a fast and efficient manner. Explore the code and contribute to enhance numerical computations in JavaScript! 🛠️📊

Language: JavaScript - Size: 68.4 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

valto33/stats-strided-svariancech

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

Language: JavaScript - Size: 71.3 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

Teye-24/stats-strided-dnanstdevch

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

Language: JavaScript - Size: 69.3 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-nanmskmin

Calculate the minimum value of a strided array according to a mask, ignoring NaN values.

Language: JavaScript - Size: 485 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

Nadeem6026/stats-strided-dnanstdevyc

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.

Language: JavaScript - Size: 69.3 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

JulimDaContencao/stats-strided-dnanvarianceyc

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.

Language: JavaScript - Size: 71.3 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-nanmax-by

Calculate the maximum value of a strided array via a callback function, ignoring NaN values.

Language: JavaScript - Size: 383 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

Kuiz-Error/stats-strided-smeanwd

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

Language: JavaScript - Size: 67.4 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

rodrigo5182/stats-strided-dnanvariance

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

Language: JavaScript - Size: 68.4 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

vpkmusic1/stats-strided-dnanvariancepn

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

Language: JavaScript - Size: 71.3 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-snanmeanpn

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

Language: JavaScript - Size: 239 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-snanmeanors

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

Language: JavaScript - Size: 215 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-nanmeanwd

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

Language: JavaScript - Size: 373 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-meanpn

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

Language: JavaScript - Size: 340 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-meanors

Calculate the arithmetic mean of a strided array using ordinary recursive summation.

Language: JavaScript - Size: 190 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-mean

Calculate the arithmetic mean of a strided array.

Language: JavaScript - Size: 412 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dsnanmeanpn

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.

Language: JavaScript - Size: 265 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dsnanmeanors

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.

Language: JavaScript - Size: 229 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dsnanmean

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

Language: JavaScript - Size: 353 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanmeanpn

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

Language: JavaScript - Size: 251 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanmeanors

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

Language: JavaScript - Size: 254 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanmean

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

Language: JavaScript - Size: 451 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-snanmean

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

Language: JavaScript - Size: 940 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-sdsnanmean

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

Language: JavaScript - Size: 912 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gnansum

Calculate the sum of strided array elements, ignoring NaN values.

Language: JavaScript - Size: 584 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-snanmeanwd

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

Language: JavaScript - Size: 203 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-meanwd

Calculate the arithmetic mean of a strided array using Welford's algorithm.

Language: JavaScript - Size: 372 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dsnanmeanwd

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.

Language: JavaScript - Size: 221 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanmeanwd

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

Language: JavaScript - Size: 216 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-nanmin-by

Calculate the minimum value of a strided array via a callback function, ignoring NaN values.

Language: JavaScript - Size: 337 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-smaxsorted

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

Language: JavaScript - Size: 233 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-stdev

Calculate the standard deviation of a strided array.

Language: JavaScript - Size: 521 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 1

stdlib-js/blas-ext-base-sapxsumkbn

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

Language: JavaScript - Size: 916 KB - Last synced at: about 21 hours ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanstdevtk

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

Language: JavaScript - Size: 558 KB - Last synced at: about 7 hours ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanmean

Calculate the arithmetic mean of a strided array, ignoring NaN values.

Language: JavaScript - Size: 487 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-dnanmeanpw

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

Language: JavaScript - Size: 342 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-varianceyc

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

Language: JavaScript - Size: 761 KB - Last synced at: about 11 hours ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dapxsumkbn2

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.

Language: JavaScript - Size: 797 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-gnansumpw

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

Language: JavaScript - Size: 539 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-sapxsum

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

Language: JavaScript - Size: 1.11 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-dmeanlipw

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

Language: JavaScript - Size: 268 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

Tahmid-Ohara/stats-strided-dnanmskrange

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

Language: JavaScript - Size: 65.4 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-ztest

Compute a one-sample Z-test for a strided array.

Language: JavaScript - Size: 633 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-sztest

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

Language: JavaScript - Size: 496 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-nanvariance

Calculate the variance of a strided array ignoring NaN values.

Language: JavaScript - Size: 613 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanstdev

Calculate the standard deviation of a strided array ignoring NaN values.

Language: JavaScript - Size: 638 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanstdevyc

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

Language: JavaScript - Size: 611 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanstdevpn

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

Language: JavaScript - Size: 624 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanvariancepn

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

Language: JavaScript - Size: 594 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanmeanors

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

Language: JavaScript - Size: 465 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanmeanwd

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

Language: JavaScript - Size: 692 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 2 - Forks: 0

hiugiygiygbiu/stats-strided-meanpn

Stats-strided-meanpn provides efficient computation of strided means for numerical data. 📊 This library enhances your data analysis capabilities in JavaScript and Node.js. 🚀

Language: JavaScript - Size: 56.6 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanmskrange

Calculate the range of a strided array according to a mask, ignoring NaN values.

Language: JavaScript - Size: 619 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-svariancewd

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

Language: JavaScript - Size: 249 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-svariancetk

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

Language: JavaScript - Size: 190 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-svariancepn

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

Language: JavaScript - Size: 284 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-sstdev

Calculate the standard deviation of a single-precision floating-point strided array.

Language: JavaScript - Size: 221 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dsvariance

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

Language: JavaScript - Size: 243 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-variance

Calculate the variance of a strided array.

Language: JavaScript - Size: 556 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-snanvariance

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

Language: JavaScript - Size: 1.43 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-dvariancewd

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

Language: JavaScript - Size: 208 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-variancewd

Calculate the variance of a strided array using Welford's algorithm.

Language: JavaScript - Size: 465 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-sstdevwd

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

Language: JavaScript - Size: 775 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanmskmax

Calculate the maximum value of a strided array according to a mask, ignoring NaN values.

Language: JavaScript - Size: 711 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-svariance

Calculate the variance of a single-precision floating-point strided array.

Language: JavaScript - Size: 1.43 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-svarianceyc

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

Language: JavaScript - Size: 233 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-sdsapxsum

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

Language: JavaScript - Size: 935 KB - Last synced at: 8 days ago - Pushed at: 9 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-scusumpw

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

Language: JavaScript - Size: 743 KB - Last synced at: 8 days ago - Pushed at: 9 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dnannsum

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

Language: JavaScript - Size: 1.4 MB - Last synced at: 8 days ago - Pushed at: 9 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-sdssum

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

Language: JavaScript - Size: 1.12 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-svariancewd

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

Language: JavaScript - Size: 721 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-dztest

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

Language: JavaScript - Size: 0 Bytes - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dvarmtk

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

Language: JavaScript - Size: 195 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dvarmpn

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

Language: JavaScript - Size: 237 KB - Last synced at: 5 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dvariance

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

Language: JavaScript - Size: 352 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0