Updated 10 months ago

math-base-special-fibonacci-indexf • Science 44%

Compute the Fibonacci number index of a single-precision floating-point number.

Updated 10 months ago

stats-base-ztest-two-sample-results-float32 • Science 44%

Create a two-sample Z-test single-precision floating-point results object.

Updated 10 months ago

@stdlib/blas-base-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 10 months ago

stats-strided-smskmin • Science 44%

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

Updated 10 months ago

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

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

Updated 10 months ago

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

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

Updated 10 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 10 months ago

stats-strided-svariancetk • Science 57%

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

Updated 10 months ago

blas-ext-base-ndarray-dindex-of • Science 44%

Return the first index of a specified search element in a one-dimensional double-precision floating-point ndarray.

Updated 10 months ago

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

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

Updated 10 months ago

stats-strided-dvarm • Science 44%

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

Updated 10 months ago

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

Base (i.e., lower-level) single-precision complex number functions.

Updated 10 months ago

array-base-any-has-property • Science 44%

Test whether at least one element in a provided array has a specified property, either own or inherited.

Updated 10 months ago

stats-array-stdevyc • Science 57%

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

Updated 10 months ago

@stdlib/string-base-remove-last-grapheme-cluster • Science 44%

Remove the last grapheme cluster (i.e., user-perceived character) of a string.

Updated 10 months ago

number-float64-base-identity • Science 31%

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

Updated 10 months ago

array-base-any-is-entry • Science 44%

Test whether at least one element in a provided array has a specified own property key-value pair.

Updated 10 months ago

array-base-any-is-entry-in • Science 44%

Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.

Updated 10 months ago

array-base-last-index-of-same-value • Science 44%

Return the index of the last element which equals a provided search element according to the same value algorithm.

Updated 10 months ago

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

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

Updated 10 months ago

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

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

Updated 10 months ago

stats-strided-dvarianceyc • Science 57%

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

Updated 10 months ago

math-base-special-fibonaccif • Science 44%

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

Updated 10 months ago

@stdlib/assert-is-complex128matrix-like • Science 44%

Test if a value is a 2-dimensional ndarray-like object containing double-precision complex floating-point numbers.

Updated 10 months ago

wasm-base-arrays2ptrs • Science 44%

Convert a list of arrays to pointers (i.e., byte offsets) in WebAssembly module memory.

Updated 10 months ago

array-fixed-endian-factory • Science 44%

Return a typed array constructor for creating typed arrays having a specified byte order.

Updated 10 months ago

iter-cusome-by • Science 44%

Create an iterator which cumulatively tests whether at least `n` iterated values pass a test implemented by a predicate function.

Updated 10 months ago

array-base-fliplr4d • Science 44%

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

Updated 10 months ago

stats-array-nanmskrange • Science 44%

Calculate the range of an array according to a mask, ignoring NaN values.

Updated 10 months ago

stats-strided-snanmskmax • Science 44%

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

Updated 10 months ago

@stdlib/math-base-napi-quaternary • Science 44%

C APIs for registering a Node-API module exporting an interface for invoking a quaternary numerical function.

Updated 10 months ago

stats-strided-snanmin • Science 44%

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

Updated 10 months ago

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

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

Updated 10 months ago

math-base-special-sincosd • Science 44%

Simultaneously compute the sine and cosine of an angle measured in degrees.

Updated 10 months ago

napi-argv-dataview-cast • Science 44%

Convert a Node-API value corresponding to a DataView to a pointer having a specified data type.

Updated 10 months ago

stats-strided • Science 44%

Statistical operations for strided arrays.

Updated 10 months ago

wasm-base • Science 44%

Base (i.e., lower-level) WebAssembly utilities.

Updated 10 months ago

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

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

Updated 10 months ago

stats-strided-nanmaxabs • Science 44%

Calculate the maximum absolute value of a strided array, ignoring NaN values.

Updated 10 months ago

random-strided-gamma • Science 44%

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

Updated 10 months ago

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

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

Updated 10 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 10 months ago

stats-strided-snanmskrange • Science 44%

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

Updated 10 months ago

math-base-special-cscf • Science 44%

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

Updated 10 months ago

random-tools-binary • Science 44%

Constructor for creating ndarrays filled with pseudorandom values drawn from a binary PRNG.

Updated 10 months ago

math-base-special-cfloorf • Science 44%

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

Updated 10 months ago

@stdlib/ndarray-empty • Science 44%

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

Updated 10 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 10 months ago

stats-array-nanmeanwd • Science 44%

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

Updated 10 months ago

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

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

Updated 10 months ago

ndarray-iter-matrices • Science 44%

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

Updated 10 months ago

stats-max • Science 44%

Compute the maximum value along one or more ndarray dimensions.

Updated 10 months ago

stats-base-ndarray-dmax • Science 44%

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

Updated 10 months ago

blas-ext-base-ndarray-slast-index-of • Science 44%

Return the last index of a specified search element in a one-dimensional single-precision floating-point ndarray.

Updated 10 months ago

blas-ext-base-ndarray-dlast-index-of • Science 44%

Return the last index of a specified search element in a one-dimensional double-precision floating-point ndarray.

Updated 10 months ago

stats-strided-dnanminabs • Science 44%

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

Updated 10 months ago

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

Create a factory function for generating pseudorandom values drawn from a unary PRNG.

Updated 10 months ago

ndarray-vector-uint32 • Science 44%

Create an unsigned 32-bit integer vector (i.e., a one-dimensional ndarray).

Updated 10 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 10 months ago

math-base-special-negafibonaccif • Science 44%

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