Updated 10 months ago

@stdlib/random-strided-t • Rank 1.6 • Science 44%

Fill a strided array with pseudorandom numbers drawn from a Student's t distribution.

Updated 10 months ago

@stdlib/strided-dispatch-by • Rank 1.6 • Science 44%

Create a strided array function interface which accepts a callback function and performs multiple dispatch.

Updated 10 months ago

random-array-kumaraswamy • Rank 1.6 • Science 44%

Create an array containing pseudorandom numbers drawn from Kumaraswamy's double bounded distribution.

Updated 10 months ago

@stdlib/utils-any-in-by • Rank 1.6 • Science 44%

Test whether at least one property in an object passes a test implemented by a predicate function.

Updated 10 months ago

@stdlib/napi-argv-complex128array • Rank 1.4 • Science 44%

Convert a Node-API value to a double-precision complex floating-point array.

Updated 10 months ago

@stdlib/ndarray-slice-dimension • Rank 1.4 • Science 44%

Return a read-only view of an input ndarray when sliced along a specified dimension.

Updated 10 months ago

@stdlib/napi-argv-strided-int32array • Rank 1.4 • Science 44%

Convert a Node-API value representing a strided array to a signed 32-bit integer array.

Updated 10 months ago

@stdlib/assert-is-complex64ndarray-like • Rank 1.4 • Science 44%

Test if a value is an ndarray-like object containing single-precision complex floating-point numbers.

Updated 10 months ago

@stdlib/array-one-to-like • Rank 1.4 • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.

Updated 10 months ago

number-float32-base-to-binary-string • Rank 1.1 • Science 44%

Return a string giving the literal bit representation of a single-precision floating-point number.

Updated 10 months ago

fs • Rank 1.1 • Science 44%

Standard library for interfacing with a fileystem.

Updated 10 months ago

@stdlib/blas-ext-base-dapxsumpw • Rank 6.0 • Science 39%

Adds a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.

Updated 10 months ago

utils-async-reduce-right • Rank 0.7 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

Updated 10 months ago

random-streams-hypergeometric • Rank 0.7 • Science 44%

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

Updated 10 months ago

strided-base-ternary • Rank 0.7 • Science 44%

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

Updated 10 months ago

blas-ext-base-dsapxsum • Rank 0.7 • Science 44%

Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.

Updated 10 months ago

strided-base-dmap2 • Rank 0.7 • Science 44%

Apply a binary function accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assign each result to an element in a double-precision floating-point strided output array.

Updated 10 months ago

stats-base-ndarray-dcumax • Rank 0.7 • Science 44%

Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.

Updated 10 months ago

blas-ext-base-dcusum • Rank 0.7 • Science 44%

Calculate the cumulative sum of double-precision floating-point strided array elements.

Updated 10 months ago

math-strided-special-scbrt • Rank 0.7 • Science 44%

Compute the cube root of each element in a single-precision floating-point strided array.

Updated 10 months ago

iter-flow • Rank 0.7 • Science 44%

Create a fluent interface for chaining together iterator methods.

Updated 10 months ago

iter-any • Rank 0.7 • Science 44%

Test whether at least one iterated value is truthy.

Updated 10 months ago

number-float32-base-identity • Rank 0.7 • Science 44%

Evaluate the identity function for a single-precision floating-point number.

Updated 10 months ago

complex-imagf • Rank 0.7 • Science 44%

Return the imaginary component of a single-precision complex floating-point number.

Updated 10 months ago

math-base-special-absf • Rank 0.7 • Science 44%

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

Updated 10 months ago

stats-base-dcumin • Rank 0.7 • Science 44%

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

Updated 10 months ago

stats-base-dsmean • Rank 0.7 • Science 44%

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

Updated 10 months ago

stats-base-dists-t-logpdf • Rank 0.7 • Science 44%

Natural logarithm of the probability density function (PDF) for a Student's t distribution.

Updated 10 months ago

utils-while-each • Rank 0.7 • Science 44%

While a test condition is true, invoke a function for each element in a collection.

Updated 10 months ago

math-base-special-ceiln • Rank 0.7 • Science 44%

Round a numeric value to the nearest multiple of 10^n toward positive infinity.

Updated 10 months ago

stats-base-dists-negative-binomial-logpmf • Rank 0.7 • Science 44%

Natural logarithm of the probability mass function (PMF) for a negative binomial distribution.