Updated 10 months ago

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

Compute the absolute value for each element in a single-precision floating-point strided array according to a strided mask array.

Updated 10 months ago

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

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

Updated 10 months ago

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

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

Updated 10 months ago

@stdlib/math-iter-special-floor • Rank 2.9 • Science 44%

Create an iterator which rounds each iterated value toward negative infinity.

Updated 10 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 10 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 10 months ago

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

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

Updated 10 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 10 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 10 months ago

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

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

Updated 10 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 10 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 10 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 10 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 10 months ago

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

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

Updated 10 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 10 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 10 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 10 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 10 months ago

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

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

Updated 10 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 10 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 10 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 10 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 10 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 10 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 9 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 10 months ago

@stdlib/datasets-ssa-us-births-2000-2014 • Rank 2.8 • Science 44%

US birth data from 2000 to 2014, as provided by the Social Security Administration.

Updated 10 months ago

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

Create an iterator which evaluates the natural logarithm of 1+exp(x) for each iterated value.

Updated 10 months ago

@stdlib/blas-ext-base-ssort2ins • Rank 2.8 • Science 44%

Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using insertion sort.

Updated 10 months ago

@stdlib/math-base-special-cabs2f • Rank 2.8 • Science 44%

Compute the squared absolute value of a single-precision complex floating-point number.

Updated 10 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 10 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 10 months ago

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

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