Updated 10 months ago

@stdlib/random-iter-normal • Rank 4.0 • Science 44%

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

Updated 10 months ago

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

Round each element in a double-precision floating-point strided array toward positive infinity.

Updated 10 months ago

math-iter-ops-mod • Rank 4.0 • Science 44%

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

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

@stdlib/utils-entries • Rank 4.0 • Science 44%

Return an array of an object's own enumerable property key-value pairs.

Updated 10 months ago

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

Decompose a double-precision floating-point number into integral and fractional parts.

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

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

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

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

@stdlib/blas • Rank 21.9 • Science 26%

Standard library basic linear algebra subprograms (BLAS).

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

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

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

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

@stdlib/random-iter-triangular • Rank 3.9 • Science 44%

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

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