Updated 10 months ago

@stdlib/utils-map2 • Rank 3.9 • Science 44%

Apply a function to elements in two input arrays and assign the results to an output array.

Updated 10 months ago

@stdlib/utils-async-map-function • Rank 3.8 • Science 44%

Invoke a function n times and return an array of accumulated function return values.

Updated 10 months ago

@stdlib/random-streams-f • Rank 3.8 • Science 44%

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

Updated 10 months ago

@stdlib/blas-ext-base-sapxsum • Rank 3.8 • Science 44%

Adds a constant to each single-precision floating-point strided array element and computes the sum.

Updated 10 months ago

@stdlib/blas-ext-base-dnannsum • Rank 3.8 • Science 44%

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.

Updated 10 months ago

@stdlib/strided-base-map-by2 • Rank 3.8 • Science 44%

Apply a binary function to each pair of elements retrieved from strided input arrays according to a callback function and assign results to a strided output array.

Updated 10 months ago

@stdlib/math-strided-special-smsktrunc • Rank 3.8 • Science 44%

Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.

Updated 10 months ago

@stdlib/math-strided-special-besselj0-by • Rank 3.8 • Science 44%

Compute the Bessel function of the first kind of order zero for each element retrieved from an input strided array via a callback function.

Updated 10 months ago

@stdlib/math-iter-ops-add • Rank 3.8 • Science 44%

Create an iterator which performs element-wise addition of two or more iterators.

Updated 10 months ago

@stdlib/ndarray-base-meta-data-props • Rank 3.8 • Science 44%

Define non-enumerable read-only properties which expose ndarray function meta data.

Updated 10 months ago

@stdlib/iter-incrspace • Rank 3.8 • Science 44%

Create an iterator which returns evenly spaced numbers according to a specified increment.

Updated 10 months ago

ndarray-base-max-view-buffer-index • Rank 3.8 • Science 44%

Compute the maximum linear index in an underlying data buffer accessible to an array view.

Updated 9 months ago

@stdlib/blas-ext-base-dnannsumors • Rank 3.8 • Science 44%

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

Updated 10 months ago

@stdlib/math-iter-special-sinc • Rank 3.8 • Science 44%

Create an iterator which computes the normalized cardinal sine for each iterated value.

Updated 10 months ago

@stdlib/utils-async-every-by-right • Rank 3.8 • Science 44%

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

Updated 10 months ago

@stdlib/math-strided-special-dmsktrunc • Rank 3.8 • Science 44%

Round each element in a double-precision floating-point strided array toward zero according to a strided mask array.

Updated 10 months ago

@stdlib/math-iter-special-round10 • Rank 3.8 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of 10 on a linear scale.

Updated 10 months ago

@stdlib/stats-base-dsnanmean • Rank 3.8 • Science 44%

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

Updated 10 months ago

@stdlib/string-ends-with • Rank 3.8 • Science 44%

Test if a string ends with the characters of another string.

Updated 10 months ago

@stdlib/utils-safe-int-min • Rank 3.8 • Science 44%

Return the minimum safe integer capable of being represented by a numeric real type.

Updated 10 months ago

@stdlib/math-strided-special-atan-by • Rank 3.8 • Science 44%

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

Updated 10 months ago

@stdlib/math-base-napi-quinary • Rank 3.8 • Science 44%

C APIs for registering a Node-API module exporting an interface for invoking a quinary numerical function.

Updated 10 months ago

@stdlib/datasets-suthaharan-multi-hop-sensor-network • Rank 3.7 • Science 44%

Labeled wireless sensor network data set collected from a multi-hop wireless sensor network deployment using TelosB motes.

Updated 10 months ago

@stdlib/random-streams-beta • Rank 3.7 • Science 44%

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

Updated 10 months ago

@stdlib/stats-base-smaxabs • Rank 3.7 • Science 44%

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

Updated 10 months ago

@stdlib/math-strided-special-atanh-by • Rank 3.7 • Science 44%

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