Updated 6 months ago

@stdlib/iter-unshift • Rank 2.2 • Science 44%

Create an iterator which prepends values to the beginning of a provided iterator.

Updated 6 months ago

@stdlib/utils-pick-by • Rank 2.2 • Science 44%

Return a partial object copy containing properties for which a predicate (function) returns a truthy value.

Updated 6 months ago

@stdlib/array-base-quinary3d • Rank 2.2 • Science 44%

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

Updated 6 months ago

@stdlib/utils-until-each • Rank 2.2 • Science 44%

Until a test condition is true, invoke a function for each element in a collection.

Updated 6 months ago

@stdlib/assert-is-complex128vector-like • Rank 2.2 • Science 44%

Test if a value is a 1-dimensional ndarray-like object containing double-precision complex floating-point numbers.

Updated 6 months ago

code-is-science • Rank 8.1 • Science 38%

Scientific code needs to be open source and peer reviewed

Updated 6 months ago

@stdlib/utils-group-own • Rank 2.1 • Science 44%

Group an object's own property values according to an indicator function.

Updated 6 months ago

@stdlib/utils-decorate-after • Rank 2.1 • Science 44%

Decorate a provided function such that the function's return value is provided as an argument to another function.

Updated 6 months ago

@stdlib/ndarray-slice-dimension-from • Rank 2.1 • Science 44%

Return a read-only shifted view of an input ndarray along a specific dimension.

Updated 6 months ago

@stdlib/array-base-quaternary4d • Rank 2.1 • Science 44%

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

Updated 6 months ago

@stdlib/utils-none-by-right • Rank 2.1 • Science 44%

Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/iter-while-each • Rank 2.1 • Science 44%

Create an iterator which, while a test condition is true, invokes a function for each iterated value before returning the iterated value.

Updated 6 months ago

@stdlib/utils-values-in • Rank 2.1 • Science 44%

Return an array of an object's own and inherited enumerable property values.

Updated 6 months ago

@stdlib/math-strided-special-dcbrt-by • Rank 2.1 • Science 44%

Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.

Updated 6 months ago

@stdlib/random-array-minstd • Rank 1.9 • Science 44%

Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).

Updated 6 months ago

utils-every-by-right • Rank 1.9 • Science 44%

Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/ndarray-dispatch-by • Rank 1.9 • Science 44%

Create an ndarray function interface which accepts a callback function and performs multiple dispatch.

Updated 6 months ago

@stdlib/complex-conjf • Rank 1.9 • Science 44%

Return the complex conjugate of a single-precision complex floating-point number.

Updated 6 months ago

utils-do-while-each-right • Rank 1.9 • Science 44%

While a test condition is true, invoke a function for each element in a collection, iterating from right to left.

Updated 6 months ago

@stdlib/iter-shift • Rank 1.8 • Science 44%

Create an iterator which skips the first value of a provided iterator.

Updated 6 months ago

slice-base-slice2seq • Rank 1.8 • Science 44%

Convert a Slice object to a subsequence string.

Updated 6 months ago

@stdlib/iter-do-while-each • Rank 1.8 • Science 44%

Create an iterator which, while a test condition is true, invokes a function for each iterated value before returning the iterated value.

Updated 6 months ago

@stdlib/utils-map2d • Rank 1.8 • Science 44%

Apply a function to each nested element in an array of arrays and assign the result to a nested element in a new array of arrays.

Updated 6 months ago

@stdlib/utils-key-by • Rank 1.8 • Science 44%

Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.

Updated 6 months ago

@stdlib/utils-some • Rank 1.8 • Science 44%

Test whether a collection contains at least `n` elements which are truthy.

Updated 6 months ago

@stdlib/utils-mask-arguments • Rank 1.8 • Science 44%

Create a function that invokes a provided function according to an argument mask.

Updated 6 months ago

@stdlib/iter-until-each • Rank 1.8 • Science 44%

Create an iterator which, while a test condition is false, invokes a function for each iterated value before returning the iterated value.

Updated 6 months ago

@stdlib/utils-some-by-right • Rank 1.8 • Science 44%

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/utils-any-in-by • Rank 1.6 • Science 44%

Test whether at least one property in an object passes a test implemented by a predicate function.

Updated 6 months ago

@stdlib/strided-dispatch-by • Rank 1.6 • Science 44%

Create a strided array function interface which accepts a callback function and performs multiple dispatch.

Updated 6 months ago

@stdlib/array-base-mskreject-map • Rank 1.6 • Science 44%

Apply a mask to a provided input array and map the unmasked values according to a callback function.

Updated 6 months ago

@stdlib/random-strided-t • Rank 1.6 • Science 44%

Fill a strided array with pseudorandom numbers drawn from a Student's t distribution.

Updated 6 months ago

random-array-kumaraswamy • Rank 1.6 • Science 44%

Create an array containing pseudorandom numbers drawn from Kumaraswamy's double bounded distribution.

Updated 6 months ago

@stdlib/napi-argv-strided-int32array • Rank 1.4 • Science 44%

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

Updated 6 months ago

@stdlib/assert-is-complex64ndarray-like • Rank 1.4 • Science 44%

Test if a value is an ndarray-like object containing single-precision complex floating-point numbers.

Updated 6 months ago

@stdlib/napi-argv-complex128array • Rank 1.4 • Science 44%

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

Updated 6 months ago

@stdlib/array-one-to-like • Rank 1.4 • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.