Updated 6 months ago

@stdlib/math-strided-special-dmskrsqrt • Rank 3.2 • Science 44%

Compute the reciprocal square root for each element in a double-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/utils-do-until-each-right • Rank 3.2 • Science 44%

Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.

Updated 6 months ago

@stdlib/stats-base-dvarmtk • Rank 3.2 • Science 44%

Calculate the variance of a double-precision floating-point strided array provided a known mean and using a one-pass textbook algorithm.

Updated 6 months ago

@stdlib/stats-base-snanminabs • Rank 3.2 • Science 44%

Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/math-iter-special-atan2 • Rank 3.2 • Science 44%

Create an iterator which computes the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).

Updated 6 months ago

@stdlib/random-iter-invgamma • Rank 3.2 • Science 44%

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

Updated 6 months ago

@stdlib/random-iter-poisson • Rank 3.2 • Science 44%

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

Updated 6 months ago

@stdlib/utils-async-try-then • Rank 3.2 • Science 44%

If a function does not return an error, invoke a callback with the function result; otherwise, invoke a second function.

Updated 6 months ago

@stdlib/utils-entries-in • Rank 3.2 • Science 44%

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

Updated 6 months ago

@stdlib/random-streams-discrete-uniform • Rank 3.2 • Science 44%

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

Updated 6 months ago

@stdlib/strided-base-quinary • Rank 3.2 • Science 44%

Apply a quinary callback to strided input array elements and assign results to elements in a strided output array.

Updated 6 months ago

@stdlib/random-iter-levy • Rank 3.2 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Lévy distribution.

Updated 6 months ago

strided-napi-cmap • Rank 3.2 • Science 44%

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

Updated 6 months ago

@stdlib/math-iter-special-ln • Rank 3.2 • Science 44%

Create an iterator which evaluates the natural logarithm for each iterated value.

Updated 6 months ago

nerdflix • Rank 3.2 • Science 44%

📺 A Collection of The Best YouTube Channels for Nerds.

Updated 6 months ago

@stdlib/stats-base-dnanmeanors • Rank 3.2 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-dmskfloor • Rank 3.2 • Science 44%

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

Updated 6 months ago

@stdlib/iter-filter-map • Rank 3.2 • Science 44%

Create an iterator which both filters and maps the values of another iterator.

Updated 6 months ago

@stdlib/stats-base-scumin • Rank 3.2 • Science 44%

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

Updated 6 months ago

@hugoalh/is-json • Rank 3.2 • Science 44%

An ECMAScript (JavaScript & TypeScript) module to determine whether the item is a JSON.

Updated 6 months ago

@stdlib/math-iter-special-log1mexp • Rank 3.2 • Science 44%

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

Updated 6 months ago

@stdlib/random-iter-betaprime • Rank 3.2 • Science 44%

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

Updated 6 months ago

@stdlib/math-iter-special-exp2 • Rank 3.1 • Science 44%

Create an iterator which evaluates the base 2 exponential function for each iterated value.

Updated 6 months ago

@stdlib/random-streams-binomial • Rank 3.1 • Science 44%

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

Updated 6 months ago

@stdlib/array-base-broadcasted-binary2d • Rank 3.1 • Science 44%

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

Updated 6 months ago

@stdlib/stats-base-dcumaxabs • Rank 3.1 • Science 44%

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

Updated 6 months ago

@stdlib/iter-fill • Rank 3.1 • Science 44%

Create an iterator which replaces all values from a provided iterator from a start index to an end index with a static value.

Updated 6 months ago

@stdlib/array-same-kind-casts • Rank 3.1 • Science 44%

Return a list of array data types to which a provided array data type can be safely cast or cast within the same kind.

Updated 6 months ago

@stdlib/stats-base-snanmskmin • Rank 3.1 • Science 44%

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

Updated 6 months ago

@stdlib/strided-napi-smap2 • Rank 3.1 • Science 44%

C API for registering a Node-API module exporting a strided array interface for applying a binary callback accepting and returning single-precision floating-point numbers to corresponding elements in two single-precision floating-point strided input arrays and assigning results to elements in a single-precision floating-point strided output array.

Updated 6 months ago

@stdlib/strided-napi-dmskmap2 • Rank 3.1 • Science 44%

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

Updated 6 months ago

@stdlib/iter-unique-by • Rank 3.1 • Science 44%

Create an iterator which returns unique values according to a predicate function.

Updated 6 months ago

@stdlib/stats-base-snanmin • Rank 3.1 • Science 44%

Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/random-streams-negative-binomial • Rank 3.1 • Science 44%

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

Updated 6 months ago

@stdlib/process-argv • Rank 3.1 • Science 44%

Array containing command-line arguments passed when launching the calling process.

Updated 6 months ago

@stdlib/stats-base-nanmax-by • Rank 3.1 • Science 44%

Calculate the maximum value of a strided array via a callback function, ignoring NaN values.

Updated 6 months ago

@stdlib/utils-some-by • Rank 3.1 • Science 44%

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.