Updated 6 months ago

@stdlib/math-strided-special-abs-by • Rank 4.0 • Science 44%

Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.

Updated 6 months ago

@stdlib/math-base-special-round2 • Rank 4.0 • Science 44%

Round a numeric value to the nearest power of two on a linear scale.

Updated 6 months ago

@stdlib/math-iter-special-gamma • Rank 4.0 • Science 44%

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

Updated 6 months ago

@stdlib/datasets-suthaharan-single-hop-sensor-network • Rank 4.0 • Science 44%

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

Updated 6 months ago

@hugoalh/is-object-plain • Rank 4.0 • Science 44%

An ECMAScript (JavaScript & TypeScript) module to determine whether the item is plain object.

Updated 6 months ago

@stdlib/blas • Rank 21.9 • Science 26%

Standard library basic linear algebra subprograms (BLAS).

Updated 6 months ago

@stdlib/stats-base-dcuminabs • Rank 3.9 • Science 44%

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

Updated 6 months ago

@stdlib/random-streams-exponential • Rank 3.9 • Science 44%

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

Updated 6 months ago

@stdlib/utils-async-inmap-right • Rank 3.9 • Science 44%

Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.

Updated 6 months ago

@stdlib/iter-concat • Rank 3.9 • Science 44%

Create an iterator which iterates over the values of two or more iterators.

Updated 6 months ago

@stdlib/math-iter-special-trunc10 • Rank 3.9 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of 10 toward zero.

Updated 6 months ago

@stdlib/math-strided-special-ahaversin-by • Rank 3.9 • Science 44%

Compute the inverse half-value versed sine of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/number-float32-base-exponent • Rank 3.9 • Science 44%

Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.

Updated 6 months ago

@stdlib/strided-base-smskmap2 • Rank 3.9 • Science 44%

Apply a binary function to single-precision floating-point strided input arrays according to a strided mask array and assign results to a single-precision floating-point strided output array.

Updated 6 months ago

@stdlib/blas-ext-base-dsnansumors • Rank 3.9 • Science 44%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.

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

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

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

Updated 6 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 6 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 6 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.