Projects in Awesome Lists tagged with strided-array
A curated list of projects in awesome lists tagged with strided-array .
https://github.com/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.
array blas extended float32 javascript math mathematics node node-js nodejs ors statistics stats stdlib strided strided-array sum summation total typed
Last synced: 22 Mar 2025
https://github.com/stdlib-js/stats-base-sstdevtk
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 09 Jul 2025
https://github.com/stdlib-js/blas-ext-base-dnannsumkbn
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
array blas compensated extended float64 javascript math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed
Last synced: 09 Apr 2025
https://github.com/stdlib-js/blas-ext-base-dapxsum
Adds a constant to each double-precision floating-point strided array element and computes the sum.
array blas double extended float64 javascript math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed
Last synced: 29 Aug 2025
https://github.com/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.
array blas extended float32 javascript math mathematics node node-js nodejs single statistics stats stdlib strided strided-array sum summation total typed
Last synced: 04 Mar 2025
https://github.com/stdlib-js/stats-base-snanrange
Calculate the range of a single-precision floating-point strided array, ignoring NaN values.
dispersion domain extent extremes javascript math mathematics max maximum min minimum node node-js nodejs range statistics stats stdlib strided strided-array
Last synced: 12 Jan 2026
https://github.com/stdlib-js/stats-base-dminsorted
Calculate the minimum value of a sorted double-precision floating-point strided array.
domain extent extremes javascript math mathematics min minimum node node-js nodejs ordered range sorted statistics stats stdlib strided strided-array typed
Last synced: 13 May 2025
https://github.com/stdlib-js/blas-ext-base-dnansumpw
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
array blas extended javascript math mathematics node node-js nodejs pairwise pw statistics stats stdlib strided strided-array sum summation total typed
Last synced: 12 Jan 2026
https://github.com/stdlib-js/stats-base-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs ors statistics stats stdlib strided strided-array typed
Last synced: 19 Apr 2025
https://github.com/stdlib-js/stats-base-nanstdevtk
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass textbook algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 05 Oct 2025
https://github.com/stdlib-js/stats-base-cumax
Calculate the cumulative maximum of a strided array.
accumulate array cumulative domain extent extremes javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array
Last synced: 26 Jul 2025
https://github.com/stdlib-js/blas-ext-base-dsapxsum
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.
array blas extended float32 javascript math mathematics node node-js nodejs single statistics stats stdlib strided strided-array sum summation total typed
Last synced: 22 Aug 2025
https://github.com/stdlib-js/stats-base-dmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
arithmetic-mean average avg central-tendency javascript math mathematics mean node node-js nodejs pairwise pw statistics stats stdlib strided strided-array summation typed
Last synced: 16 Oct 2025
https://github.com/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.
blas compensated extended javascript kahan kbn math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed
Last synced: 11 Apr 2025
https://github.com/stdlib-js/stats-base-nanmax
Calculate the maximum value of a strided array, ignoring NaN values.
array domain extent extremes javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array
Last synced: 16 Dec 2025
https://github.com/stdlib-js/blas-ext-base-gnansumkbn
Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
array blas compensated extended javascript kahan kbn math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total
Last synced: 14 Apr 2025
https://github.com/stdlib-js/blas-ext-base-dsnannsumors
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.
array blas extended float32 javascript math mathematics node node-js nodejs ors statistics stats stdlib strided strided-array sum summation total typed
Last synced: 06 May 2025
https://github.com/stdlib-js/stats-base-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 19 Aug 2025
https://github.com/stdlib-js/stats-base-smeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 10 Oct 2025
https://github.com/stdlib-js/stats-base-snanvariance
Calculate the variance of a single-precision floating-point strided array ignoring NaN values.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 11 Aug 2025
https://github.com/stdlib-js/stats-base-dnanrange
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
dispersion domain extent extremes javascript math mathematics max maximum min minimum node node-js nodejs range statistics stats stdlib strided strided-array
Last synced: 07 Sep 2025
https://github.com/stdlib-js/stats-base-nanminabs
Calculate the minimum absolute value of a strided array, ignoring NaN values.
abs absolute array domain extent extremes javascript math mathematics min minimum node node-js nodejs range statistics stats stdlib strided strided-array
Last synced: 13 Apr 2025
https://github.com/stdlib-js/stats-base-nanstdevch
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 07 Sep 2025
https://github.com/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.
blas compensated extended javascript kahan kbn math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed
Last synced: 30 Apr 2025
https://github.com/stdlib-js/stats-base-nanrange-by
Calculate the range of a strided array via a callback function, ignoring NaN values.
dispersion domain extent extremes javascript math mathematics max maximum min minimum node node-js nodejs range statistics stats stdlib strided strided-array
Last synced: 18 Aug 2025
https://github.com/stdlib-js/stats-base-dnanvariancetk
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 03 Sep 2025
https://github.com/stdlib-js/stats-base-dmax
Calculate the maximum value of a double-precision floating-point strided array.
array domain extent extremes float64 javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 18 Apr 2025
https://github.com/stdlib-js/stats-base-dvariancewd
Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance welford
Last synced: 21 Jun 2025
https://github.com/stdlib-js/stats-base-snanmaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
abs absolute domain extent extremes javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 22 Jun 2025
https://github.com/stdlib-js/stats-base-meanwd
Calculate the arithmetic mean of a strided array using Welford's algorithm.
arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array welford
Last synced: 13 Mar 2025
https://github.com/stdlib-js/stats-base-variancech
Calculate the variance of a strided array using a one-pass trial mean algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 24 Jun 2025
https://github.com/stdlib-js/stats-base-dsvariance
Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 12 Jun 2025
https://github.com/stdlib-js/blas-ext-base-gapxsumkbn
Add a constant to each strided array element and compute the sum using an improved Kahan–Babuška algorithm.
blas compensated extended javascript kahan kbn math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed
Last synced: 05 Jul 2025
https://github.com/stdlib-js/blas-ext-base-dsnansum
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.
array blas extended float32 javascript math mathematics node node-js nodejs single statistics stats stdlib strided strided-array sum summation total typed
Last synced: 14 Apr 2025
https://github.com/stdlib-js/stats-base-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.
arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed welford
Last synced: 09 Apr 2025
https://github.com/stdlib-js/stats-base-meanors
Calculate the arithmetic mean of a strided array using ordinary recursive summation.
arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs ors statistics stats stdlib strided strided-array
Last synced: 25 Apr 2025
https://github.com/stdlib-js/stats-base-mskmin
Calculate the minimum value of a strided array according to a mask.
domain extent extremes javascript mask masked masked-array math mathematics min minimum node node-js nodejs range statistics stats stdlib strided strided-array
Last synced: 07 Jul 2025
https://github.com/stdlib-js/stats-base-smaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array.
abs absolute domain extent extremes javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 24 Apr 2025
https://github.com/stdlib-js/stats-base-variance
Calculate the variance of a strided array.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 30 Apr 2025
https://github.com/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.
array blas extended javascript math mathematics node node-js nodejs pairwise pw statistics stats stdlib strided strided-array sum summation total typed
Last synced: 19 Apr 2025
https://github.com/stdlib-js/stats-base-dvariancepn
Calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 21 Aug 2025
https://github.com/stdlib-js/blas-ext-base-scusum
Calculate the cumulative sum of single-precision floating-point strided array elements.
accumulate array blas cumulative extended javascript math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed
Last synced: 30 Aug 2025
https://github.com/stdlib-js/stats-base-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.
arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 25 Apr 2025
https://github.com/stdlib-js/stats-base-meankbn2
Calculate the arithmetic mean of a strided array using a second-order iterative Kahan–Babuška algorithm.
arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array
Last synced: 13 Apr 2025
https://github.com/stdlib-js/stats-base-minsorted
Calculate the minimum value of a sorted strided array.
domain extent extremes javascript math mathematics min minimum node node-js nodejs ordered range sorted statistics stats stdlib strided strided-array typed
Last synced: 10 Apr 2025
https://github.com/stdlib-js/blas-ext-base-ssumkbn
Calculate the sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
blas compensated extended javascript kahan kbn math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed
Last synced: 11 Apr 2025
https://github.com/stdlib-js/stats-base-nanmaxabs
Calculate the maximum absolute value of a strided array, ignoring NaN values.
abs absolute array domain extent extremes javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array
Last synced: 10 Jul 2025
https://github.com/stdlib-js/stats-base-variancewd
Calculate the variance of a strided array using Welford's algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance welford
Last synced: 11 Apr 2025
https://github.com/stdlib-js/stats-base-smeanli
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.
arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs one-pass statistics stats stdlib strided strided-array typed welford
Last synced: 01 Aug 2025
https://github.com/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.
arithmetic-mean average avg central-tendency compensated javascript kahan kbn math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 12 Jul 2025
https://github.com/stdlib-js/blas-ext-base-sapxsum
Adds a constant to each single-precision floating-point strided array element and computes the sum.
array blas extended float float32 javascript math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed
Last synced: 24 Jun 2025
https://github.com/stdlib-js/blas-ext-base-gapxsumkbn2
Add a constant to each strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.
blas compensated extended javascript kahan kbn math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed
Last synced: 24 Jun 2025
https://github.com/stdlib-js/blas-ext-base-gapxsum
Adds a constant to each strided array element and computes the sum.
array blas extended javascript math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed
Last synced: 24 Jun 2025
https://github.com/stdlib-js/stats-base-dstdevwd
Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array unbiased var variance welford
Last synced: 07 May 2025
https://github.com/stdlib-js/stats-base-dstdevch
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass trial mean algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 07 May 2025
https://github.com/stdlib-js/stats-base-nanvariancetk
Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 15 Mar 2025
https://github.com/stdlib-js/blas-ext-base-gnannsumkbn
Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
array blas compensated extended javascript math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed
Last synced: 13 Aug 2025
https://github.com/stdlib-js/stats-base-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.
arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed welford
Last synced: 07 Jul 2025
https://github.com/stdlib-js/stats-base-dvarm
Calculate the variance of a double-precision floating-point strided array provided a known mean.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 12 Jan 2026
https://github.com/stdlib-js/stats-base-dsemyc
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.
array estimate estimation float64 javascript math mathematics mean node node-js nodejs standard-deviation standard-error standard-error-of-the-mean statistics stats stdlib strided strided-array typed
Last synced: 21 Sep 2025
https://github.com/stdlib-js/stats-base-dvarmtk
Calculate the variance of a double-precision floating-point strided array provided a known mean and using a one-pass textbook algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 11 Jun 2025
https://github.com/stdlib-js/stats-base-sminsorted
Calculate the minimum value of a sorted single-precision floating-point strided array.
domain extent extremes javascript math mathematics min minimum node node-js nodejs ordered range sorted statistics stats stdlib strided strided-array typed
Last synced: 14 Jun 2025
https://github.com/stdlib-js/stats-strided-dcumax
Calculate the cumulative maximum of double-precision floating-point strided array elements.
accumulate cumulative domain extent extremes javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 05 Apr 2025
https://github.com/stdlib-js/stats-base-dmean
Calculate the arithmetic mean of a double-precision floating-point strided array.
arithmetic-mean array average avg central-tendency double float64 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 25 Jul 2025
https://github.com/stdlib-js/blas-ext-base-gapxsumpw
Adds a constant to each strided array element and computes the sum using pairwise summation.
array blas extended javascript math mathematics node node-js nodejs pairwise pw statistics stats stdlib strided strided-array sum summation total typed
Last synced: 30 Apr 2025
https://github.com/stdlib-js/stats-base-min-by
Calculate the minimum value of a strided array via a callback function.
array domain extent extremes javascript math mathematics min minimum node node-js nodejs range statistics stats stdlib strided strided-array
Last synced: 07 Aug 2025
https://github.com/stdlib-js/blas-ext-base-sapxsumors
Adds a constant to each single-precision floating-point strided array element and computes the sum using ordinary recursive summation.
array blas extended float32 javascript math mathematics node node-js nodejs ors statistics stats stdlib strided strided-array sum summation total typed
Last synced: 30 Apr 2025
https://github.com/stdlib-js/stats-base-dmediansorted
Calculate the median value of a sorted double-precision floating-point strided array.
average avg central-tendency javascript math mathematics median middle node node-js nodejs ordered quantile sorted statistics stats stdlib strided strided-array typed
Last synced: 30 Apr 2025
https://github.com/stdlib-js/stats-base-varianceyc
Calculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
cramer deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array unbiased var variance youngs
Last synced: 09 Apr 2025
https://github.com/stdlib-js/stats-base-nanmean
Calculate the arithmetic mean of a strided array, ignoring NaN values.
arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array
Last synced: 10 Apr 2025
https://github.com/stdlib-js/blas-ext-base-sapxsumkbn2
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.
blas compensated extended javascript kahan kbn math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed
Last synced: 11 Jul 2025
https://github.com/stdlib-js/stats-base-dmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array.
abs absolute domain extent extremes javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 07 Jul 2025
https://github.com/stdlib-js/stats-base-maxsorted
Calculate the maximum value of a sorted strided array.
domain extent extremes javascript math mathematics max maximum node node-js nodejs ordered range sorted statistics stats stdlib strided strided-array typed
Last synced: 19 Apr 2025
https://github.com/stdlib-js/stats-base-dvarianceyc
Calculate the variance of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
cramer deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array unbiased var variance youngs
Last synced: 17 Aug 2025
https://github.com/stdlib-js/stats-base-sstdevyc
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 30 Apr 2025
https://github.com/stdlib-js/stats-base-range
Calculate the range of a strided array.
dispersion domain extent extremes javascript math mathematics max maximum min minimum node node-js nodejs range statistics stats stdlib strided strided-array
Last synced: 13 Apr 2025
https://github.com/stdlib-js/stats-base-nanstdev
Calculate the standard deviation of a strided array ignoring NaN values.
array deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 24 Aug 2025
https://github.com/stdlib-js/stats-base-nanmskmin
Calculate the minimum value of a strided array according to a mask, ignoring NaN values.
domain extent extremes javascript mask masked masked-array math mathematics min minimum node node-js nodejs range statistics stats stdlib strided strided-array
Last synced: 09 Apr 2025
https://github.com/stdlib-js/blas-ext-base-ssumors
Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation.
array blas extended float32 javascript math mathematics node node-js nodejs ors statistics stats stdlib strided strided-array sum summation total typed
Last synced: 28 Feb 2025
https://github.com/stdlib-js/stats-base-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
array domain extent extremes float64 javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 24 Apr 2025
https://github.com/stdlib-js/stats-base-minabs
Calculate the minimum absolute value of a strided array.
abs absolute array domain extent extremes javascript math mathematics min minimum node node-js nodejs range statistics stats stdlib strided strided-array
Last synced: 09 Apr 2025
https://github.com/stdlib-js/stats-base-dnanvariancepn
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 14 Apr 2025
https://github.com/stdlib-js/stats-base-svariancetk
Calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 25 Apr 2025
https://github.com/stdlib-js/stats-base-snanstdevwd
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance welford
Last synced: 05 Jul 2025
https://github.com/stdlib-js/stats-base-nanvariancepn
Calculate the variance of a strided array ignoring NaN values and using a two-pass algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 07 Sep 2025
https://github.com/stdlib-js/stats-base-nanmax-by
Calculate the maximum value of a strided array via a callback function, ignoring NaN values.
array domain extent extremes javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array
Last synced: 07 Sep 2025
https://github.com/stdlib-js/stats-base-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs ors statistics stats stdlib strided strided-array typed
Last synced: 05 Oct 2025
https://github.com/stdlib-js/stats-base-snanvariancepn
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 08 Oct 2025
https://github.com/stdlib-js/stats-base-variancepn
Calculate the variance of a strided array using a two-pass algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 24 Oct 2025
https://github.com/stdlib-js/stats-strided-dvariancepn
Calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 08 Jul 2025
https://github.com/stdlib-js/stats-strided-scumax
Calculate the cumulative maximum of single-precision floating-point strided array elements.
accumulate cumulative domain extent extremes javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 30 Mar 2025
https://github.com/stdlib-js/stats-strided-dvarianceyc
Calculate the variance of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
cramer deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array unbiased var variance youngs
Last synced: 09 Jul 2025
https://github.com/stdlib-js/stats-strided-dvariancech
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 30 Mar 2025
https://github.com/stdlib-js/stats-strided-smin
Calculate the minimum value of a single-precision floating-point strided array.
array domain extent extremes float32 javascript math mathematics min minimum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 30 Mar 2025
https://github.com/stdlib-js/stats-strided-dvariance
Calculate the variance of a double-precision floating-point strided array.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 30 Mar 2025
https://github.com/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.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 30 Mar 2025
https://github.com/stdlib-js/stats-strided-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 26 Oct 2025
https://github.com/stdlib-js/stats-strided-dstdevyc
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 30 Mar 2025
https://github.com/stdlib-js/stats-strided-dstdevwd
Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array unbiased var variance welford
Last synced: 22 Jul 2025
https://github.com/stdlib-js/stats-strided-dstdevpn
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 30 Mar 2025