Updated 9 months ago

math-base-special-secf • Science 44%

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

Updated 9 months ago

@stdlib/array-put • Science 44%

Replace specified elements of an array with provided values.

Updated 9 months ago

array-base-unary5d-by • Science 44%

Apply a unary function to each element retrieved from a five-dimensional nested input array according to a callback function and assign results to elements in a five-dimensional nested output array.

Updated 9 months ago

@stdlib/ndarray-base-nullary • Science 44%

Apply a nullary function and assign results to elements in an output ndarray.

Updated 9 months ago

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

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

Updated 9 months ago

math-base-special-cphasef • Science 44%

Compute the argument of a single-precision complex floating-point number in radians.

Updated 9 months ago

string-base-slice-grapheme-clusters • Science 44%

Slice a string based on grapheme cluster (i.e., user-perceived character) indices.

Updated 9 months ago

@stdlib/blas-base-layout-resolve-str • Science 44%

Return the layout string associated with a supported BLAS memory layout value.

Updated 9 months ago

stats-incr-nanskewness • Science 44%

Compute a corrected sample skewness incrementally, ignoring NaN values.

Updated 9 months ago

stats-strided-dnanminabs • Science 44%

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

Updated 9 months ago

math-base-special-atanf • Science 44%

Compute the arctangent of a single-precision floating-point number.

Updated 9 months ago

blas-ext-base-wasm • Science 44%

Extensions to basic linear algebra subprograms (BLAS) compiled to WebAssembly.

Updated 9 months ago

stats-array-nanmeanwd • Science 44%

Calculate the arithmetic mean of an array, ignoring NaN values and using Welford's algorithm.

Updated 9 months ago

@stdlib/ndarray-empty • Science 44%

Create an uninitialized ndarray having a specified shape and data type.

Updated 9 months ago

math-base-special-atan2d • Science 44%

Compute the angle in the plane (in degrees) between the positive x-axis and the ray from (0,0) to the point (x,y).

Updated 9 months ago

math-base-special-cscf • Science 44%

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

Updated 9 months ago

ndarray-base-count-if • Science 44%

Count the number of elements in an ndarray which pass a test implemented by a predicate function.

Updated 9 months ago

array-base-mskbinary3d • Science 44%

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

Updated 9 months ago

array-base-mskbinary4d • Science 44%

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

Updated 9 months ago

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

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

Updated 9 months ago

stats-strided-svariancepn • Science 57%

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

Updated 9 months ago

@stdlib/array-from-scalar • Science 44%

Create a single-element array containing a provided scalar value.

Updated 9 months ago

stats-strided-sminabs • Science 31%

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

Updated 9 months ago

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

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

Updated 9 months ago

@stdlib/assert-is-same-complex128 • Science 44%

Test if two arguments are both double-precision complex floating-point numbers and have the same value.

Updated 9 months ago

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

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

Updated 9 months ago

@stdlib/math-base-special-asindf • Science 44%

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

Updated 9 months ago

@stdlib/blas-base-layout-str2enum • Science 44%

Return the enumeration constant associated with a BLAS memory layout string.

Updated 9 months ago

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

Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.

Updated 9 months ago

lapack-base-dlamch • Science 44%

Determine double-precision floating-point machine parameters.

Updated 9 months ago

@stdlib/ndarray-iter-rows • Science 44%

Create an iterator which iterates over each row in a matrix (or stack of matrices).

Updated 9 months ago

blas-ext-base-ndarray-zsum • Science 44%

Compute the sum of all elements in a one-dimensional double-precision complex floating-point ndarray.

Updated 9 months ago

ndarray-vector-int16 • Science 44%

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

Updated 9 months ago

stats-strided-dmeanpn • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.

Updated 9 months ago

stats-strided-dstdevch • Science 57%

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

Updated 9 months ago

array-base-cusome • Science 44%

Cumulatively test whether at least `n` array elements in a provided array are truthy.

Updated 9 months ago

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

Cumulatively test whether every element in a provided array is truthy.

Updated 9 months ago

ndarray-iter-matrices • Science 44%

Create an iterator which iterates over each matrix in a stack of matrices.

Updated 9 months ago

stats-max • Science 44%

Compute the maximum value along one or more ndarray dimensions.

Updated 9 months ago

stats-base-ndarray-dmax • Science 44%

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

Updated 9 months ago

random-tools-unary-factory • Science 44%

Create a function for generating pseudorandom numbers drawn from a single-parameter probability distribution.

Updated 9 months ago

ndarray-base-unary-strided1d • Science 44%

Apply a one-dimensional strided array function to a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.

Updated 9 months ago

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

Create an array containing pseudorandom numbers drawn from a Laplace (double exponential) distribution.

Updated 9 months ago

@stdlib/random-array-tools-unary • Science 44%

Constructor for creating arrays filled with pseudorandom values drawn from a unary PRNG.

Updated 9 months ago

ndarray-base-count-falsy • Science 44%

Count the number of falsy elements in an ndarray.

Updated 9 months ago

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

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

Updated 9 months ago

stats-strided-smskmax • Science 44%

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

Updated 9 months ago

stats-strided-dsemtk • Science 44%

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.

Updated 9 months ago

stats-array-nanvariancewd • Science 57%

Calculate the variance of an array ignoring `NaN` values and using Welford's algorithm.