Updated 6 months ago

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

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

Updated 6 months ago

@stdlib/math-iter-special-sinh • Rank 3.7 • Science 44%

Create an iterator which evaluates the hyperbolic sine for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-cospi • Rank 3.7 • Science 44%

Create an iterator which computes the cosine of each iterated value times π.

Updated 6 months ago

blas-ext-base-sapx • Rank 3.7 • Science 44%

Add a constant to each element in a single-precision floating-point strided array.

Updated 6 months ago

@stdlib/math-iter-special-sinpi • Rank 3.7 • Science 44%

Create an iterator which computes the sine of each iterated value times π.

Updated 6 months ago

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

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

Updated 6 months ago

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

Invoke a function for each element in a collection and update the collection in-place.

Updated 6 months ago

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

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

Updated 6 months ago

@stdlib/math-base-special-cceilf • Rank 3.7 • Science 44%

Round a single-precision complex floating-point number toward positive infinity.

Updated 6 months ago

@stdlib/strided-base-quaternary • Rank 3.7 • Science 44%

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

Updated 6 months ago

@stdlib/utils-async-if-then • Rank 3.7 • Science 44%

If a predicate function returns a truthy value, invoke `x`; otherwise, invoke `y`.

Updated 6 months ago

@stdlib/assert-is-float32vector-like • Rank 3.7 • Science 44%

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

Updated 6 months ago

@stdlib/random-iter-chisquare • Rank 3.7 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a chi-square distribution.

Updated 6 months ago

@stdlib/math-iter-special-fresnelc • Rank 3.6 • Science 44%

Create an iterator which computes the Fresnel integral C(x) for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-besselj0 • Rank 3.6 • Science 44%

Create an iterator which evaluates the Bessel function of the first kind of order zero for each iterated value.

Updated 6 months ago

@stdlib/blas-ext-base-dnansum • Rank 3.6 • Science 44%

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

Updated 6 months ago

@stdlib/string-base-replace-before • Rank 3.6 • Science 44%

Replace the substring before the first occurrence of a specified search string.

Updated 6 months ago

@stdlib/stats-base-smeanors • Rank 3.6 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.

Updated 6 months ago

@stdlib/random-streams-invgamma • Rank 3.6 • Science 44%

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

Updated 6 months ago

@stdlib/random-iter-exponential • Rank 3.6 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from an exponential distribution.

Updated 6 months ago

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

Test whether all elements in a collection pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/math-iter-special-sqrt • Rank 3.6 • Science 44%

Create an iterator which computes the principal square root of each iterated value.

Updated 6 months ago

@stdlib/math-strided-special-smskcbrt • Rank 3.6 • Science 44%

Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/math-base-special-cflipsignf • Rank 3.6 • Science 44%

Return a single-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.

Updated 6 months ago

@stdlib/math-base-special-sqrtpi • Rank 3.6 • Science 44%

Compute the principal square root of the product of π and a positive number.

Updated 6 months ago

@stdlib/math-strided-special-drsqrt • Rank 3.6 • Science 44%

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

Updated 6 months ago

@stdlib/utils-reduce • Rank 3.6 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result.

Updated 6 months ago

math-strided-special-bessely0-by • Rank 3.6 • Science 44%

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

Updated 6 months ago

@stdlib/blas-ext-base-dsort2ins • Rank 3.6 • Science 44%

Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.