Updated 6 months ago

@stdlib/ndarray-base-fliplr • Rank 2.9 • Science 44%

Return a view of an input ndarray in which the order of elements along the last dimension is reversed.

Updated 6 months ago

@stdlib/stats-base-smskmin • Rank 2.9 • Science 44%

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

Updated 6 months ago

@stdlib/utils-while-each-right • Rank 2.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/random-iter-kumaraswamy • Rank 2.9 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Kumaraswamy's double bounded distribution.

Updated 6 months ago

@stdlib/stats-base-dmskrange • Rank 2.9 • Science 44%

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

Updated 6 months ago

@stdlib/utils-map-reduce-right • Rank 2.9 • Science 44%

Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.

Updated 6 months ago

math-strided-special-acot-by • Rank 2.9 • Science 44%

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

Updated 6 months ago

@stdlib/random-iter-gamma • Rank 2.9 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a gamma distribution.

Updated 6 months ago

@stdlib/stats-base-smskmax • Rank 2.9 • Science 44%

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

Updated 6 months ago

@stdlib/utils-map-reduce • Rank 2.9 • Science 44%

Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.

Updated 6 months ago

@stdlib/blas-ext-base-snansumors • Rank 2.9 • Science 44%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.

Updated 6 months ago

@stdlib/math-strided-special-abs2-by • Rank 2.9 • Science 44%

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

Updated 6 months ago

@stdlib/random-iter-bernoulli • Rank 2.9 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Bernoulli distribution.

Updated 6 months ago

@stdlib/strided-napi-smskmap2 • Rank 2.8 • Science 44%

C API for registering a Node-API module exporting a strided array interface for applying a binary callback to single-precision floating-point strided input arrays according to a strided mask array and assigning results to a single-precision floating-point strided output array.

Updated 6 months ago

@stdlib/stats-base-scumax • Rank 2.8 • Science 44%

Calculate the cumulative maximum of single-precision floating-point strided array elements.

Updated 6 months ago

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

Test whether all elements in a collection fail a test implemented by a predicate function.

Updated 6 months ago

@stdlib/fs-resolve-parent-path-by • Rank 2.8 • Science 44%

Resolve a path according to a predicate function by walking parent directories.

Updated 6 months ago

@stdlib/random-streams-cauchy • Rank 2.8 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a Cauchy distribution.

Updated 6 months ago

@stdlib/assert-is-same-complex64 • Rank 2.8 • Science 44%

Test if two arguments are both single-precision complex floating-point numbers and have the same value.

Updated 6 months ago

@stdlib/math-iter-special-ceil2 • Rank 2.8 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of two toward positive infinity.

Updated 6 months ago

@stdlib/array-base-binary5d • Rank 2.8 • Science 44%

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

Updated 6 months ago

@stdlib/math-iter-special-erf • Rank 2.8 • Science 44%

Create an iterator which evaluates the error function for each iterated value.

Updated 6 months ago

@stdlib/utils-map-right • Rank 2.8 • Science 44%

Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.

Updated 6 months ago

@stdlib/math-iter-special-erfinv • Rank 2.8 • Science 44%

Create an iterator which evaluates the inverse error function for each iterated value.

Updated 6 months ago

@stdlib/iter-mapn • Rank 2.8 • Science 44%

Create an iterator which transforms iterated values from two or more iterators by applying the iterated values as arguments to a provided function.

Updated 6 months ago

@hugoalh/shuffle-array • Rank 2.8 • Science 44%

An ECMAScript (JavaScript & TypeScript) module to shuffle the array's indexes.

Updated 6 months ago

@stdlib/math-iter-special-signum • Rank 2.8 • Science 44%

Create an iterator which evaluates the signum function for each iterated value.

Updated 6 months ago

@stdlib/utils-dsv-base • Rank 2.8 • Science 44%

Standard base utilities for working with data formatted as delimiter-separated values (DSV).

Updated 6 months ago

@stdlib/random-iter-arcsine • Rank 2.8 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from an arcsine distribution.

Updated 6 months ago

@stdlib/iter-push • Rank 2.8 • Science 44%

Create an iterator which appends additional values to the end of a provided iterator.

Updated 6 months ago

@stdlib/array-promotion-rules • Rank 2.8 • Science 44%

Return the array data type with the smallest size and closest kind to which array data types can be safely cast.

Updated 6 months ago

@stdlib/strided-napi • Rank 2.8 • Science 44%

C APIs for creating N-API strided array native add-ons.

Updated 6 months ago

@stdlib/random-iter-erlang • Rank 2.8 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from an Erlang distribution.