GitHub topics: strided-array
stdlib-js/stats-strided-snanmskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
Language: JavaScript - Size: 241 KB - Last synced at: about 1 hour ago - Pushed at: about 2 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-mean
Calculate the arithmetic mean of a strided array.
Language: JavaScript - Size: 551 KB - Last synced at: about 5 hours ago - Pushed at: about 7 hours ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-smskrange
Calculate the range of a single-precision floating-point strided array according to a mask.
Language: JavaScript - Size: 232 KB - Last synced at: about 6 hours ago - Pushed at: about 7 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-smskmin
Calculate the minimum value of a single-precision floating-point strided array according to a mask.
Language: JavaScript - Size: 212 KB - Last synced at: about 6 hours ago - Pushed at: about 7 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-smskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask.
Language: JavaScript - Size: 212 KB - Last synced at: about 6 hours ago - Pushed at: about 7 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanmskrange
Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.
Language: JavaScript - Size: 216 KB - Last synced at: about 6 hours ago - Pushed at: about 7 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dmskrange
Calculate the range of a double-precision floating-point strided array according to a mask.
Language: JavaScript - Size: 177 KB - Last synced at: about 6 hours ago - Pushed at: about 7 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-mskmin
Calculate the minimum value of a strided array according to a mask.
Language: JavaScript - Size: 579 KB - Last synced at: about 6 hours ago - Pushed at: about 7 hours ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-mskmax
Calculate the maximum value of a strided array according to a mask.
Language: JavaScript - Size: 650 KB - Last synced at: about 6 hours ago - Pushed at: about 7 hours ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
Language: JavaScript - Size: 441 KB - Last synced at: about 16 hours ago - Pushed at: about 17 hours ago - Stars: 0 - Forks: 0

stdlib-js/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: 661 KB - Last synced at: about 16 hours ago - Pushed at: about 17 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanstdevwd
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 654 KB - Last synced at: about 16 hours ago - Pushed at: about 17 hours ago - Stars: 0 - Forks: 0

stdlib-js/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: 657 KB - Last synced at: about 16 hours ago - Pushed at: about 17 hours ago - Stars: 0 - Forks: 0

stdlib-js/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: 604 KB - Last synced at: about 16 hours ago - Pushed at: about 17 hours ago - Stars: 0 - Forks: 0

stdlib-js/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: 584 KB - Last synced at: about 16 hours ago - Pushed at: about 17 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-snanstdev
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values.
Language: JavaScript - Size: 873 KB - Last synced at: about 16 hours ago - Pushed at: about 17 hours 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: about 16 hours ago - Pushed at: about 17 hours ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-snanmskrange
Calculate the range of a single-precision floating-point strided array according to a mask, ignoring NaN values.
Language: JavaScript - Size: 559 KB - Last synced at: about 23 hours ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanmskrange
Calculate the range of a strided array according to a mask, ignoring NaN values.
Language: JavaScript - Size: 566 KB - Last synced at: about 23 hours ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

lhui0005/stats-max
Compute the maximum value along one or more ndarray dimensions.
Language: JavaScript - Size: 60.5 KB - Last synced at: about 23 hours ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dmskmin
Calculate the minimum value of a double-precision floating-point strided array according to a mask.
Language: JavaScript - Size: 178 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-snanmskmin
Calculate the minimum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
Language: JavaScript - Size: 683 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 1 - 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: 624 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-dmskmax
Calculate the maximum value of a double-precision floating-point strided array according to a mask.
Language: JavaScript - Size: 197 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - 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: 709 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-dsmeanpn
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.
Language: JavaScript - Size: 249 KB - Last synced at: 1 day ago - Pushed at: 1 day 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: 210 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dmean
Calculate the arithmetic mean of a double-precision floating-point strided array.
Language: JavaScript - Size: 249 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-smeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
Language: JavaScript - Size: 1.62 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanminabs
Calculate the minimum absolute value of a strided array, ignoring NaN values.
Language: JavaScript - Size: 660 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 2 - 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

stdlib-js/stats-base-snanmskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
Language: JavaScript - Size: 685 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dnanmskmin
Calculate the minimum value of a double-precision floating-point strided array according to a mask, ignoring NaN values.
Language: JavaScript - Size: 473 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - 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: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-dsum
Calculate the sum of double-precision floating-point strided array elements.
Language: JavaScript - Size: 1.25 MB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-wasm-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 777 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-wasm-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
Language: JavaScript - Size: 1.35 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-nanmax-by
Calculate the maximum value of a strided array via a callback function, ignoring NaN values.
Language: JavaScript - Size: 694 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dnanmskmax
Calculate the maximum value of a double-precision floating-point strided array according to a mask, ignoring NaN values.
Language: JavaScript - Size: 542 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dnanmskrange
Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.
Language: JavaScript - Size: 545 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - 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

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

stdlib-js/stats-base-range
Calculate the range of a strided array.
Language: JavaScript - Size: 648 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - 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: 3 days ago - Pushed at: 3 days ago - Stars: 0 - 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: 3 days ago - Pushed at: 3 days ago - Stars: 0 - 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: 3 days ago - Pushed at: 3 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: 3 days ago - Pushed at: 3 days ago - Stars: 0 - 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: 3 days ago - Pushed at: 3 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

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: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-snansumkbn2
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Language: JavaScript - Size: 729 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/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: 461 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dcumin
Calculate the cumulative minimum of double-precision floating-point strided array elements.
Language: JavaScript - Size: 190 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-stdev
Calculate the standard deviation of a strided array.
Language: JavaScript - Size: 601 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 1

stdlib-js/stats-strided-dnanrange
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
Language: JavaScript - Size: 251 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 259 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-dsumpw
Calculate the sum of double-precision floating-point strided array elements using pairwise summation.
Language: JavaScript - Size: 583 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanmaxabs
Calculate the maximum absolute value of a strided array, ignoring NaN values.
Language: JavaScript - Size: 452 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-dsmeanwd
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.
Language: JavaScript - Size: 224 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - 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: 665 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gcusumpw
Calculate the cumulative sum of strided array elements using pairwise summation.
Language: JavaScript - Size: 1.06 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - 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: 5 days ago - Pushed at: 5 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: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-nanmean
Calculate the arithmetic mean of a strided array, ignoring NaN values.
Language: JavaScript - Size: 438 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - 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: 195 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-gnansum
Calculate the sum of strided array elements, ignoring NaN values.
Language: JavaScript - Size: 561 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-min-by
Calculate the minimum value of a strided array via a callback function.
Language: JavaScript - Size: 752 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-max-by
Calculate the maximum value of a strided array via a callback function.
Language: JavaScript - Size: 762 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dssumpw
Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation and returning an extended precision result.
Language: JavaScript - Size: 585 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dssum
Calculate the sum of single-precision floating-point strided array elements using extended accumulation and returning an extended precision result.
Language: JavaScript - Size: 1.17 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dsnansumors
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Language: JavaScript - Size: 557 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 3 - Forks: 0

stdlib-js/blas-ext-base-dssumors
Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation with extended accumulation and returning an extended precision result.
Language: JavaScript - Size: 548 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dnansumkbn2
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Language: JavaScript - Size: 605 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 2 - 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: 195 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - 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: 466 KB - Last synced at: 3 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-snanstdevpn
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Language: JavaScript - Size: 1.59 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

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.05 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gapxsum
Adds a constant to each strided array element and computes the sum.
Language: JavaScript - Size: 493 KB - Last synced at: 5 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-min
Calculate the minimum value of a strided array.
Language: JavaScript - Size: 580 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-gnansumors
Calculate the sum of strided array elements, ignoring NaN values and using ordinary recursive summation.
Language: JavaScript - Size: 726 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-max
Calculate the maximum value of a strided array.
Language: JavaScript - Size: 1.01 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 2 - 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: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanmin-by
Calculate the minimum value of a strided array via a callback function, ignoring NaN values.
Language: JavaScript - Size: 559 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-snansumors
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Language: JavaScript - Size: 691 KB - Last synced at: 7 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-dsvariancepn
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.
Language: JavaScript - Size: 346 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanvariancech
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Language: JavaScript - Size: 273 KB - Last synced at: 1 day ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-sdsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation with extended accumulation.
Language: JavaScript - Size: 568 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanvariancech
Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
Language: JavaScript - Size: 532 KB - Last synced at: 2 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-gsumkbn2
Calculate the sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.
Language: JavaScript - Size: 721 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dsapxsumpw
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.
Language: JavaScript - Size: 739 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-snanvariancewd
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 562 KB - Last synced at: 2 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

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: 840 KB - Last synced at: 5 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-variancepn
Calculate the variance of a strided array using a two-pass algorithm.
Language: JavaScript - Size: 569 KB - Last synced at: 4 days ago - Pushed at: 12 days ago - Stars: 1 - 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: 236 KB - Last synced at: 12 days ago - Pushed at: 12 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: 428 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-meanors
Calculate the arithmetic mean of a strided array using ordinary recursive summation.
Language: JavaScript - Size: 469 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 2 - 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: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-ssumors
Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation.
Language: JavaScript - Size: 697 KB - Last synced at: 5 days ago - Pushed at: 13 days ago - Stars: 1 - Forks: 0
