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

Topic: "strided"

stdlib-js/stats-base-stdevwd

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

Language: JavaScript - Size: 596 KB - Last synced at: 9 days ago - Pushed at: 14 days ago - Stars: 3 - 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: 532 KB - Last synced at: 10 days ago - Pushed at: 22 days ago - Stars: 3 - Forks: 0

stdlib-js/stats-base-stdev

Calculate the standard deviation of a strided array.

Language: JavaScript - Size: 593 KB - Last synced at: about 2 hours ago - Pushed at: about 3 hours ago - Stars: 2 - Forks: 1

stdlib-js/stats-base-nanmeanpn

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

Language: JavaScript - Size: 499 KB - Last synced at: about 2 hours ago - Pushed at: about 3 hours 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: 1.11 MB - Last synced at: 1 day ago - Pushed at: 7 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmeanpn

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

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

stdlib-js/stats-base-cumax

Calculate the cumulative maximum of a strided array.

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

stdlib-js/stats-base-nanvarianceyc

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

Language: JavaScript - Size: 900 KB - Last synced at: 9 days ago - Pushed at: 11 days ago - Stars: 2 - 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: 8 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dcusumkbn2

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

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

stdlib-js/blas-ext-base-dnansumkbn

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

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

stdlib-js/math-strided-ops-add

Element-wise addition of two strided arrays.

Language: C - Size: 2.27 MB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 2 - 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: 557 KB - Last synced at: 9 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/strided-base-max-view-buffer-index

Return the maximum accessible index based on a set of provided strided array parameters.

Language: C - Size: 332 KB - Last synced at: about 4 hours ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-gsortsh

Sort a strided array using Shellsort.

Language: JavaScript - Size: 788 KB - Last synced at: 7 days ago - Pushed at: 14 days ago - Stars: 2 - 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: 1.51 MB - Last synced at: 10 days ago - Pushed at: 14 days ago - Stars: 2 - 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: 609 KB - Last synced at: 1 day ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dabs2

Compute the squared absolute value for each element in a double-precision floating-point strided array.

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

stdlib-js/strided-napi-dmap

C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array and assigning results to elements in a double-precision floating-point strided output array.

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

stdlib-js/strided-base-function-object

C APIs for creating and managing strided array function objects.

Language: C - Size: 341 KB - Last synced at: 9 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dsumkbn

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

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

stdlib-js/blas-ext-base-gnansumkbn

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

Language: JavaScript - Size: 542 KB - Last synced at: 7 days ago - Pushed at: 14 days ago - Stars: 2 - 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: 542 KB - Last synced at: 9 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dsumors

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

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

stdlib-js/math-strided-special-asinh-by

Compute the hyperbolic arcsine of each element retrieved from an input strided array via a callback function.

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

stdlib-js/strided

Strided.

Language: C - Size: 10.3 MB - Last synced at: 8 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanvariancewd

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

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

stdlib-js/ndarray-base-unary

Apply a unary callback to elements in a input ndarray and assign results to elements in an output ndarray.

Language: C - Size: 2.43 MB - Last synced at: 8 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-gnansumkbn2

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

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

stdlib-js/math-strided-special-dceil

Round each element in a double-precision floating-point strided array toward positive infinity.

Language: JavaScript - Size: 572 KB - Last synced at: 9 days ago - Pushed at: 21 days ago - Stars: 2 - 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: 687 KB - Last synced at: 8 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-smsksqrt

Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.

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

stdlib-js/math-strided-special-asin-by

Compute the arcsine of each element retrieved from an input strided array via a callback function.

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

stdlib-js/strided-napi-smap2

C API for registering a Node-API module exporting a strided array interface for applying a binary callback accepting and returning single-precision floating-point numbers to corresponding elements in two single-precision floating-point strided input arrays and assigning results to elements in a single-precision floating-point strided output array.

Language: C - Size: 108 KB - Last synced at: 8 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/strided-base-unary-addon-dispatch

Dispatch to a native add-on applying a unary function to an input strided array.

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

stdlib-js/ndarray-base-unary-accumulate

Perform a reduction over elements in a input ndarray.

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

stdlib-js/stats-base-mskrange

Calculate the range of a strided array according to a mask.

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

stdlib-js/stats-base-dmskmin

Calculate the minimum value of a double-precision floating-point strided array according to a mask.

Language: JavaScript - Size: 574 KB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 2 - 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: 8 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-snanvariancetk

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

Language: JavaScript - Size: 563 KB - Last synced at: about 18 hours ago - Pushed at: 22 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.33 MB - Last synced at: 9 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-variancetk

Calculate the variance of a strided array using a one-pass textbook algorithm.

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

stdlib-js/stats-base-variancech

Calculate the variance of a strided array using a one-pass trial mean algorithm.

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

stdlib-js/stats-base-snanvariancech

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

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

stdlib-js/stats-base-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: 564 KB - Last synced at: 9 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-svariancepn

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

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

stdlib-js/stats-base-stdevpn

Calculate the standard deviation of a strided array using a two-pass algorithm.

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

stdlib-js/stats-base-sstdev

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

Language: JavaScript - Size: 1.19 MB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 2 - 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: 692 KB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanrange-by

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

Language: JavaScript - Size: 572 KB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 2 - 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.14 MB - Last synced at: 9 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-snanrange

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

Language: JavaScript - Size: 598 KB - Last synced at: 9 days ago - Pushed at: 22 days ago - Stars: 2 - 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: 554 KB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanrange

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

Language: JavaScript - Size: 757 KB - Last synced at: 8 days ago - Pushed at: 22 days 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: 455 KB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanmax

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

Language: JavaScript - Size: 573 KB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 2 - 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: 463 KB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-snanmaxabs

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

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

stdlib-js/stats-base-smskrange

Calculate the range of a single-precision floating-point strided array according to a mask.

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

stdlib-js/stats-base-dmskmax

Calculate the maximum value of a double-precision floating-point strided array according to a mask.

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

stdlib-js/stats-base-sminabs

Calculate the minimum absolute value of a single-precision floating-point strided array.

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

stdlib-js/stats-base-min

Calculate the minimum value of a strided array.

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

stdlib-js/stats-base-meanwd

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

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

stdlib-js/stats-base-snanmeanwd

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

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

stdlib-js/stats-base-smin

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

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

stdlib-js/stats-base-meanpw

Calculate the arithmetic mean of a strided array using pairwise summation.

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

stdlib-js/stats-base-smaxabs

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

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

stdlib-js/stats-base-max

Calculate the maximum value of a strided array.

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

stdlib-js/stats-base-smeanlipw

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

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

stdlib-js/stats-base-dcumin

Calculate the cumulative minimum of double-precision floating-point strided array elements.

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

stdlib-js/stats-base-smean

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

Language: JavaScript - Size: 1.27 MB - Last synced at: 1 day ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dsempn

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

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

stdlib-js/stats-base-dvariancepn

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

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

stdlib-js/stats-base-dvariancewd

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

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

stdlib-js/stats-base-dvariancetk

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

Language: JavaScript - Size: 542 KB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 2 - 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: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-sstdevtk

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

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

stdlib-js/stats-base-sstdevpn

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

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

stdlib-js/stats-base-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: 493 KB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dsmeanors

Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.

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

stdlib-js/stats-base-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: 533 KB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

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.

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

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.

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

stdlib-js/stats-base-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: 1 MB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

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.

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

stdlib-js/stats-base-dsmeanpw

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

Language: JavaScript - Size: 691 KB - Last synced at: 8 days ago - Pushed at: 22 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: 938 KB - Last synced at: 8 days ago - Pushed at: 22 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.35 MB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

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.

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

stdlib-js/stats-base-dnanvariancewd

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

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

stdlib-js/stats-base-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: 515 KB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanstdevwd

Calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.

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

stdlib-js/stats-base-dstdevtk

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

Language: JavaScript - Size: 840 KB - Last synced at: 8 days ago - Pushed at: 22 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: 553 KB - Last synced at: 8 days ago - Pushed at: 22 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: 528 KB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanstdevch

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

Language: JavaScript - Size: 588 KB - Last synced at: 8 days ago - Pushed at: 22 days 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: 535 KB - Last synced at: 8 days ago - Pushed at: 23 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanrange

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

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

stdlib-js/stats-base-dnanminabs

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

Language: JavaScript - Size: 560 KB - Last synced at: 8 days ago - Pushed at: 25 days ago - Stars: 2 - Forks: 1

stdlib-js/blas-ext-base-dsumpw

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

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