GitHub topics: strided
stdlib-js/ndarray-includes
Test whether an ndarray contains a specified value along one or more dimensions.
Language: JavaScript - Size: 2.03 MB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

stdlib-js/ndarray-every
Test whether every element along one or more ndarray dimensions is truthy.
Language: JavaScript - Size: 2.89 MB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 0 - 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: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/ndarray-base-unary-reduce-subarray
Perform a reduction over a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
Language: JavaScript - Size: 3.83 MB - Last synced at: 5 days ago - Pushed at: 5 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: 6 days ago - Pushed at: 6 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: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

Ruthwik25/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: 67.4 KB - Last synced at: 6 days ago - Pushed at: 6 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: 6 days ago - Pushed at: 6 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: 6 days ago - Pushed at: 6 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: 6 days ago - Pushed at: 6 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: 6 days ago - Pushed at: 6 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: 6 days ago - Pushed at: 6 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: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/ndarray-fill-by
Fill an input ndarray according to a callback function.
Language: JavaScript - Size: 564 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - 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-strided-snanmin
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
Language: JavaScript - Size: 188 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 0 - 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: 7 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-mskmax
Calculate the maximum value of a strided array according to a mask.
Language: JavaScript - Size: 646 KB - Last synced at: 8 days ago - Pushed at: 10 days ago - Stars: 1 - 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: 741 KB - Last synced at: 8 days ago - Pushed at: 11 days ago - Stars: 1 - 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

pawan27686/ndarray-includes
Test whether an ndarray contains a specified value along one or more dimensions.
Language: JavaScript - Size: 60.5 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

stdlib-js/array-base-flatten5d
Flatten a five-dimensional nested array.
Language: JavaScript - Size: 312 KB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gsortsh
Sort a strided array using Shellsort.
Language: JavaScript - Size: 788 KB - Last synced at: 6 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/array-base-flatten4d-by
Flatten a four-dimensional nested array according to a callback function.
Language: JavaScript - Size: 319 KB - Last synced at: 9 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-cumin
Calculate the cumulative minimum of a strided array.
Language: JavaScript - Size: 580 KB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - 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-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.
Language: JavaScript - Size: 732 KB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - 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 1 hour 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/array-base-ones3d
Create a three-dimensional nested array filled with ones.
Language: JavaScript - Size: 220 KB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-base-nullary
Apply a nullary callback and assign results to elements in a strided output array.
Language: C - Size: 1.2 MB - Last synced at: 1 day ago - Pushed at: 14 days ago - Stars: 1 - 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/ndarray-base-for-each
Invoke a callback function once for each ndarray element.
Language: JavaScript - Size: 2.35 MB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - 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/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: 717 KB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-snanmaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
Language: JavaScript - Size: 224 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-svariancech
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 240 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/array-base-flatten-by
Flatten an n-dimensional nested array according to a callback function.
Language: JavaScript - Size: 776 KB - Last synced at: 7 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dsort2hp
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using heapsort.
Language: JavaScript - Size: 580 KB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - 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/stats-strided-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 477 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - 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/ndarray-sub2ind
Convert subscripts to a linear index.
Language: JavaScript - Size: 1.29 MB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

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/stats-base-snanstdev
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values.
Language: JavaScript - Size: 1.56 MB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - 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: 198 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/strided-base-reinterpret-boolean
Reinterpret a BooleanArray as a Uint8Array.
Language: JavaScript - Size: 127 KB - Last synced at: 8 days ago - Pushed at: 14 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: 609 KB - Last synced at: about 23 hours ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-sstdevyc
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Language: JavaScript - Size: 473 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/random-strided-chi
Fill a strided array with pseudorandom numbers drawn from a chi distribution.
Language: JavaScript - Size: 2.21 MB - Last synced at: 9 days ago - Pushed at: 14 days ago - Stars: 1 - 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/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: 499 KB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-ssumpw
Calculate the sum of single-precision floating-point strided array elements using pairwise summation.
Language: JavaScript - Size: 716 KB - Last synced at: 8 days ago - Pushed at: 14 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: 376 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
Language: JavaScript - Size: 248 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - 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/stats-strided-smeanli
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 236 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - 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/array-base-onesnd
Create an n-dimensional nested array filled with ones.
Language: JavaScript - Size: 244 KB - Last synced at: 1 day ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-napi-addon-arguments
C API for validating, extracting, and transforming (to native C types) function arguments provided to a strided array N-API add-on interface.
Language: C - Size: 249 KB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - 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/strided-base-binary-addon-dispatch
Dispatch to a native add-on applying a binary function to two input strided arrays.
Language: JavaScript - Size: 1.34 MB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/array-base-banded-to-compact
Convert a two-dimensional banded nested array to compact banded storage.
Language: JavaScript - Size: 179 KB - Last synced at: 14 days ago - Pushed at: 14 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: 178 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dsemch
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 329 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-nanstdev
Calculate the standard deviation of a strided array ignoring NaN values.
Language: JavaScript - Size: 611 KB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - 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: 208 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-dcusumors
Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.
Language: JavaScript - Size: 561 KB - Last synced at: 9 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-drange
Calculate the range of a double-precision floating-point strided array.
Language: JavaScript - Size: 188 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dstdevwd
Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 332 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - 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: 6 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-minabs
Calculate the minimum absolute value of a strided array.
Language: JavaScript - Size: 746 KB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/random-strided-arcsine
Fill a strided array with arcsine distributed pseudorandom numbers.
Language: JavaScript - Size: 3.55 MB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/array-base-zerosnd
Create a zero-filled n-dimensional nested array.
Language: JavaScript - Size: 254 KB - Last synced at: 7 days ago - Pushed at: 14 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: 481 KB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - 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: 183 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-stdevtk
Calculate the standard deviation of a strided array using a one-pass textbook algorithm.
Language: JavaScript - Size: 552 KB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

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

stdlib-js/strided-base-quinary
Apply a quinary callback to strided input array elements and assign results to elements in a strided output array.
Language: JavaScript - Size: 513 KB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-base-mskunary-signature-callbacks
Assign callbacks to masked unary interfaces according to type promotion rules.
Language: JavaScript - Size: 1.26 MB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - 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/math-strided-special-sqrt
Compute the principal square root of each element in a strided array.
Language: JavaScript - Size: 2.47 MB - Last synced at: 1 day ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/ndarray-base-includes
Test whether an ndarray contains a specified value.
Language: JavaScript - Size: 606 KB - Last synced at: 11 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

stdlib-js/ndarray-base-every
Test whether every element in an ndarray is truthy.
Language: C - Size: 2.67 MB - Last synced at: 8 days ago - Pushed at: 16 days ago - Stars: 0 - 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/strided-base-dmskmap
Apply a unary function accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assign each result to an element in a double-precision floating-point strided output array.
Language: JavaScript - Size: 523 KB - Last synced at: 8 days ago - Pushed at: 18 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: 914 KB - Last synced at: 8 days ago - Pushed at: 18 days ago - Stars: 1 - 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/stats-base-meanpn
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
Language: JavaScript - Size: 758 KB - Last synced at: 8 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

Yasko63/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: 68.4 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

jabionu/stats-strided-dvariancewd
Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 71.3 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

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

stdlib-js/ndarray-base-map
Apply a callback to elements in an input ndarray and assign results to elements in an output ndarray.
Language: JavaScript - Size: 1.53 MB - Last synced at: 8 days ago - Pushed at: 21 days ago - Stars: 1 - 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/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-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
