Updated 9 months ago

@stdlib/complex-base-assert-is-same-value-zerof • Science 44%

Test whether two single-precision complex floating-point numbers are the same value.

Updated 9 months ago

iter-cuevery • Science 44%

Create an iterator which cumulatively tests whether every iterated value is truthy.

Updated 9 months ago

stats-strided-dsmean • Science 44%

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

Updated 9 months ago

iter-cunone-by • Science 44%

Create an iterator which cumulatively tests whether every iterated value fails a test implemented by a predicate function.

Updated 9 months ago

@stdlib/iter-cuany • Science 44%

Create an iterator which cumulatively tests whether at least one iterated value is truthy.

Updated 9 months ago

@stdlib/napi-argv-strided-float32array • Science 44%

Convert a Node-API value representing a strided array to a single-precision floating-point array.

Updated 9 months ago

@stdlib/napi-argv-float32array • Science 44%

Convert a Node-API value to a single-precision floating-point array.

Updated 9 months ago

@stdlib/string-base-replace-after • Science 44%

Replace the substring after the first occurrence of a specified search string.

Updated 9 months ago

@stdlib/ndarray-base-empty-like • Science 44%

Create an uninitialized ndarray having the same shape and data type as a provided ndarray.

Updated 9 months ago

constants-float32-max-safe-nth-fibonacci • Science 44%

Maximum safe nth Fibonacci number when stored in single-precision floating-point format.

Updated 9 months ago

@stdlib/array-base-broadcasted-ternary2d • Science 44%

Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a two-dimensional nested output array.

Updated 9 months ago

@stdlib/array-base-quaternary5d • Science 44%

Apply a quaternary callback to elements in four five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.

Updated 9 months ago

math-base-special-ldexpf • Science 44%

Multiply a single-precision floating-point number by an integer power of two.

Updated 9 months ago

@stdlib/math-base-ops-add5 • Science 44%

Compute the sum of five double-precision floating-point numbers.

Updated 9 months ago

@stdlib/stats-base-sdsmean • Science 44%

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

Updated 9 months ago

@stdlib/napi-create-int32 • Science 44%

Convert a signed 32-bit integer to a Node-API value.

Updated 9 months ago

stats-strided-snanmax • Science 44%

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

Updated 9 months ago

@stdlib/random-strided-invgamma • Science 44%

Fill a strided array with pseudorandom numbers drawn from an inverse gamma distribution.

Updated 9 months ago

stats-array-nanvarianceyc • Science 57%

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

Updated 9 months ago

stats-array-nanvariancech • Science 57%

Calculate the variance of an array ignoring `NaN` values and using a one-pass trial mean algorithm.

Updated 9 months ago

@stdlib/slice-base-args2multislice • Science 31%

Create a MultiSlice object from a list of MultiSlice constructor arguments.

Updated 9 months ago

stats-strided-dstdevyc • Science 57%

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

Updated 9 months ago

stats-strided-dstdevtk • Science 57%

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

Updated 9 months ago

stats-strided-dcovmatmtk • Science 44%

Compute the covariance matrix for an `M` by `N` double-precision floating-point matrix `A` and assigns the results to a matrix `B` when provided known means and using a one-pass textbook algorithm.

Updated 9 months ago

stats-strided-dmax • Science 44%

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

Updated 9 months ago

blas-base-wasm-sdsdot • Science 44%

Calculate the dot product of two single-precision floating-point vectors with extended accumulation.

Updated 9 months ago

stats-strided-dmaxsorted • Science 31%

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

Updated 9 months ago

@stdlib/complex-base-assert-is-same-value-zero • Science 44%

Test whether two double-precision complex floating-point numbers are the same value.

Updated 9 months ago

lapack-base-dge-trans • Science 44%

Convert input general matrix from row-major to column-major layout or vice versa.

Updated 9 months ago

ndarray-base-min-signed-integer-dtype • Science 44%

Determine the minimum ndarray data type for storing a provided signed integer value.

Updated 9 months ago

ndarray-base-unary-reduce-strided1d-dispatch-by • Science 44%

Constructor for performing a reduction on an input ndarray according to a callback function.

Updated 9 months ago

stats-strided-dmskmin • Science 44%

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

Updated 9 months ago

stats-strided-nanminabs • Science 44%

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

Updated 9 months ago

stats-strided-snanminabs • Science 44%

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

Updated 9 months ago

stats-array-nanstdevch • Science 44%

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

Updated 9 months ago

array-base-symmetric-filled2d-by • Science 44%

Create a filled two-dimensional symmetric nested array according to a provided callback function.

Updated 9 months ago

blas-base-wasm-dsdot • Science 44%

Compute the dot product of `x` and `y` with extended accumulation and result.

Updated 9 months ago

stats-strided-dztest2 • Science 44%

Compute a two-sample Z-test for two double-precision floating-point strided arrays.

Updated 9 months ago

stats-base-ndarray-scumax • Science 44%

Compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.

Updated 9 months ago

stats-strided-dnanmeanwd • Science 57%

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

Updated 9 months ago

array-base-banded-filled2d-by • Science 44%

Create a filled two-dimensional banded nested array according to a provided callback function.

Updated 9 months ago

stats-array-nanmeanpn • Science 44%

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

Updated 9 months ago

stats-strided-smeanpw • Science 57%

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

Updated 9 months ago

stats-strided-sdsmean • Science 44%

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

Updated 9 months ago

ndarray-base-every-by • Science 44%

Test whether all elements in an ndarray pass a test implemented by a predicate function.

Updated 9 months ago

@stdlib/utils-some-own-by • Science 44%

Test whether some `own` properties of a provided object satisfy a predicate function for at least `n` properties.

Updated 9 months ago

@stdlib/utils-none-own-by • Science 44%

Tests whether every own property of an object fails a test implemented by a predicate function.

Updated 9 months ago

ndarray-base-some-by • Science 44%

Test whether at least `n` elements in an ndarray pass a test implemented by a predicate function.

Updated 9 months ago

stats-strided-dsemch • Science 57%

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

Updated 9 months ago

stats-strided-dsemyc • Science 57%

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.

Updated 9 months ago

stats-strided-dcumin • Science 44%

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

Updated 9 months ago

blas-ext-base-ndarray-glast-index-of • Science 44%

Return the last index of a specified search element in a one-dimensional ndarray.

Updated 9 months ago

blas-ext-base-ndarray-sindex-of • Science 44%

Return the first index of a specified search element in a one-dimensional single-precision floating-point ndarray.

Updated 9 months ago

complex-base-assert-is-same-valuef • Science 44%

Test whether two single-precision complex floating-point numbers are the same value.