Updated 9 months ago

ndarray-vector-ctor • Science 44%

Create a vector (i.e., a one-dimensional ndarray).

Updated 9 months ago

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

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

Updated 9 months ago

stats-array-nanmax • Science 44%

Calculate the maximum value of an array, ignoring NaN values.

Updated 9 months ago

stats-array-varianceyc • Science 57%

Calculate the variance of an array using a one-pass algorithm proposed by Youngs and Cramer.

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

stats-array-nanmin • Science 44%

Calculate the minimum value of an array, ignoring NaN values.

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

math-base-special-negalucasf • Science 44%

Compute the nth negaLucas number in single-precision floating-point format.

Updated 9 months ago

stats-strided-scumax • Science 31%

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

Updated 9 months ago

blas-base-csscal • Science 44%

Scale a single-precision complex floating-point vector by a single-precision floating-point constant.

Updated 9 months ago

stats-strided-dnanmskrange • Science 44%

Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.

Updated 9 months ago

@stdlib/math-strided-special-asinh-by • Science 44%

Compute the hyperbolic arcsine of each element retrieved from an input strided array via a callback function.

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

stats-strided-dnanmean • Science 44%

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.

Updated 9 months ago

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

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

Updated 9 months ago

stats-strided-dsmean • Science 44%

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

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

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

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

Updated 9 months ago

math-array-special-abs • Science 44%

Compute the absolute value for each element in an input array.

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

math-base-special-gammasgnf • Science 44%

Computes the sign of the gamma function for a single-precision floating-point number.

Updated 9 months ago

math-base-special-minmaxf • Science 44%

Return the minimum and maximum of two single-precision floating-point numbers.

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

stats-strided-smeanpw • Science 57%

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

Updated 9 months ago

stats-strided-sdsmean • Science 44%

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

Updated 9 months ago

ndarray-base-every-by • Science 44%

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

Updated 9 months ago

@stdlib/utils-none-own-by • Science 44%

Tests whether every own property of an object fails a test implemented by a predicate function.

Updated 9 months ago

stats-strided-dmeanstdevpn • Science 57%

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

Updated 9 months ago

stats-strided-dsnanmeanwd • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.

Updated 9 months ago

stats-strided-snanmeanwd • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.

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

array-base-cuany-by • Science 44%

Cumulatively test whether at least one element in a provided array passes a test implemented by a predicate function.

Updated 9 months ago

blas-ext-cusum • Science 44%

Compute the cumulative sum along one or more ndarray dimensions.

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

blas-ext-base-gindex-of • Science 44%

Return the first index of a specified search element in a strided array.

Updated 9 months ago

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

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

Updated 9 months ago

stats-base-ndarray-dztest • Science 44%

Compute a one-sample Z-test for a one-dimensional double-precision floating-point ndarray.

Updated 9 months ago

packman-cli • Science 26%

A powerful CLI tool and IDE extension to streamline project dependencies and NodeJS version maintenance.

Updated 9 months ago

stats-cumax • Science 44%

Compute the cumulative maximum value along one or more ndarray dimensions.

Updated 9 months ago

stats-strided-smaxabssorted • Science 44%

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

Updated 9 months ago

array-base-mskbinary5d • Science 44%

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

Updated 9 months ago

blas-ext-base-wasm-dapxsum • Science 44%

Add a constant to each double-precision floating-point strided array element and compute the sum.

Updated 9 months ago

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

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

Updated 9 months ago

ndarray-base-output-policy-str2enum • Science 44%

Return the enumeration constant associated with an output ndarray data type policy string.

Updated 9 months ago

strided-base-stride2offset • Science 44%

Determine the index offset which specifies the location of the first indexed value in a strided array.

Updated 9 months ago

stats-strided-dnanrange • Science 44%

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