Updated 9 months ago

stats-strided-dvarm • Science 44%

Calculate the variance of a double-precision floating-point strided array provided a known mean.

Updated 9 months ago

ndarray-vector-int8 • Science 44%

Create a signed 8-bit integer vector (i.e., a one-dimensional ndarray).

Updated 9 months ago

number-float32-base-assert-is-almost-equal • Science 44%

Test if two single-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).

Updated 9 months ago

@stdlib/array-zero-to • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.

Updated 9 months ago

ndarray-count-if • Science 44%

Count the number of elements along one or more ndarray dimensions which pass a test implemented by a predicate function.

Updated 9 months ago

@stdlib/array-base-count-if • Science 44%

Count the number of elements in an array that satisfy the provided testing function.

Updated 9 months ago

stats-strided-smskmin • Science 44%

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

Updated 9 months ago

stats-strided-sstdevyc • Science 57%

Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 9 months ago

napi-argv-bool • Science 44%

Convert a Node-API value to a boolean.

Updated 9 months ago

array-base-broadcasted-ternary3d • Science 44%

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

Updated 9 months ago

stats-array-nanvariancepn • Science 57%

Calculate the variance of an array ignoring `NaN` values and using a two-pass algorithm.

Updated 9 months ago

blas-base-wasm-scasum • Science 44%

Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.

Updated 9 months ago

@stdlib/array-zero-to-like • Science 44%

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

Updated 9 months ago

stats-strided-smax • Science 44%

Calculate the maximum value of a single-precision floating-point strided array.

Updated 9 months ago

math-base-special-acotdf • Science 44%

Compute the arccotangent (in degrees) of a single-precision floating-point number.

Updated 9 months ago

@stdlib/blas-base-caxpy • Science 44%

Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant and add the result to a single-precision complex floating-point vector.

Updated 9 months ago

math-base-special-modff • Science 44%

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

Updated 9 months ago

array-base-zip2views • Science 44%

Zip one or more arrays to an array of composite views.

Updated 9 months ago

array-base-entries2views • Science 44%

Convert array entries to an array of composite views.

Updated 9 months ago

math-base-special-cinvf • Science 67%

Compute the inverse of a single-precision complex floating-point number.

Updated 9 months ago

@stdlib/napi-argv-strided-int8array • Science 44%

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

Updated 9 months ago

stats-strided-smeanli • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 9 months ago

@stdlib/random-array-triangular • Science 44%

Create an array containing pseudorandom numbers drawn from a triangular distribution.

Updated 9 months ago

stats-array-nanmeanors • Science 44%

Calculate the arithmetic mean of an array, ignoring NaN values and using ordinary recursive summation.

Updated 9 months ago

complex-float64-base-assert-is-same-value-zero • Science 44%

Test whether two double-precision complex floating-point numbers are the same value.

Updated 9 months ago

stats-max-by • Science 44%

Compute the maximum value along one or more ndarray dimensions according to a callback function.

Updated 9 months ago

math-base-special-lucasf • Science 44%

Compute the nth Lucas number as a single-precision floating-point number.

Updated 9 months ago

random-strided-minstd • Science 44%

Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).

Updated 9 months ago

stats-strided-dvarmpn • Science 57%

Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.

Updated 9 months ago

math-base-special-coversinf • Science 44%

Compute the coversed sine of a single-precision floating-point number (in radians).

Updated 9 months ago

array-base-cuevery-by • Science 44%

Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function.

Updated 9 months ago

array-base-cunone-by • Science 44%

Cumulatively test whether every element in a provided array fails a test implemented by a predicate function.

Updated 9 months ago

array-base-broadcasted-quaternary4d • Science 44%

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

Updated 9 months ago

@stdlib/array-base-fliplr5d • Science 44%

Reverse the order of elements along the last dimension of a five-dimensional nested input array.

Updated 9 months ago

@stdlib/array-base-fillednd-by • Science 44%

Create a filled n-dimensional nested array according to a provided callback function.

Updated 9 months ago

strided-base-strided2object • Science 44%

Convert a strided array and associated meta data to an object likely to have the same "shape".

Updated 9 months ago

wasm-base-strided2object • Science 44%

Convert a strided array and associated meta data to an object likely to have the same "shape".

Updated 9 months ago

math-base-special-atandf • Science 44%

Compute the arctangent(in degrees) of a single-precision floating-point number.

Updated 9 months ago

stats-strided-smaxsorted • Science 44%

Calculate the maximum value of a sorted single-precision floating-point strided array.

Updated 9 months ago

iter-cunone • Science 44%

Create an iterator which cumulatively tests whether every iterated value is falsy.

Updated 9 months ago

stats-strided-sstdevpn • Science 57%

Calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.

Updated 9 months ago

math-base-special-acosdf • Science 44%

Compute the arccosine (in degrees) of a single-precision floating-point number.

Updated 9 months ago

ndarray-filter-map • Science 44%

Filter and map elements in an input ndarray to elements in a new output ndarray according to a callback function.

Updated 9 months ago

@stdlib/random-strided-chi • Science 44%

Fill a strided array with pseudorandom numbers drawn from a chi distribution.

Updated 9 months ago

@stdlib/array-base-flipud5d • Science 44%

Reverse the order of elements along the second-to-last dimension of a five-dimensional nested input array.

Updated 9 months ago

math-base-special-croundf • Science 44%

Round each component of a single-precision complex floating-point number to the nearest integer.

Updated 9 months ago

array-base-scatter-filled • Science 44%

Scatter a list of provided values to specified indices in a new filled "generic" array.

Updated 9 months ago

@stdlib/napi-argv-int32array • Science 44%

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

Updated 9 months ago

@stdlib/complex-base-assert-is-same-value-zerof • Science 44%

Test whether two single-precision complex floating-point numbers are the same value.

Updated 9 months ago

@stdlib/ndarray-base-slice-dimension • Science 44%

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

Updated 9 months ago

@stdlib/complex-float64-imag • Science 44%

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

Updated 9 months ago

math-base-assert-is-evenf • Science 44%

Test if a finite single-precision floating-point number is an even number.

Updated 9 months ago

@stdlib/random-strided-discrete-uniform • Science 44%

Fill a strided array with pseudorandom numbers drawn from a discrete uniform distribution.

Updated 9 months ago

@stdlib/math-iter-special-round2 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of two on a linear scale.

Updated 9 months ago

constants-float32-max-safe-nth-fibonacci • Science 44%

Maximum safe nth Fibonacci number when stored in single-precision floating-point format.

Updated 9 months ago

@stdlib/math-base-ops-add5 • Science 44%

Compute the sum of five double-precision floating-point numbers.

Updated 9 months ago

@stdlib/complex-float32-imag • Science 44%

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

Updated 9 months ago

@stdlib/array-base-quaternary5d • Science 44%

Apply a quaternary callback to elements in four five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.

Updated 9 months ago

@stdlib/array-base-broadcasted-ternary2d • Science 44%

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