Updated 10 months ago

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

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

Updated 10 months ago

stats-strided-dcumaxabs • Science 44%

Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.

Updated 10 months ago

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

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

Updated 10 months ago

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

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

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

constants-float32-half-ln-two • Science 44%

One half times the natural logarithm of 2 as a single-precision floating-point number.

Updated 10 months ago

stats-strided-smskrange • Science 44%

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

Updated 10 months ago

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

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

Updated 10 months ago

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

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

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

ndarray-vector-float32 • Science 44%

Create a single-precision floating-point vector (i.e., a one-dimensional ndarray).

Updated 10 months ago

stats-strided-dmskmin • Science 44%

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

Updated 10 months ago

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

Find the index of the first element having the maximum absolute value.

Updated 10 months ago

ndarray-base-unary-reduce-strided1d-dispatch-by • Science 44%

Constructor for performing a reduction on an input ndarray according to a callback function.

Updated 10 months ago

@stdlib/stats-base-sdsmean • Science 44%

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

Updated 10 months ago

ndarray-base-min-signed-integer-dtype • Science 44%

Determine the minimum ndarray data type for storing a provided signed integer value.

Updated 10 months ago

stats-array-nanmax • Science 44%

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

Updated 10 months ago

stats-array-varianceyc • Science 57%

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

Updated 10 months ago

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

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

Updated 10 months ago

stats-array-nanmin • Science 44%

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

Updated 10 months ago

math-base-special-ldexpf • Science 44%

Multiply a single-precision floating-point number by an integer power of two.

Updated 10 months ago

cytobrowser • Science 26%

CytoBrowser, a JavaScript and Node.js driven environment for fast and accessible collaborative online visualization, assessment, and annotation of very large microscopy images.

Updated 10 months ago

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

Return the last index of a specified search element in a one-dimensional ndarray.

Updated 10 months ago

stats-strided-dsemyc • Science 57%

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

Updated 10 months ago

math-base-special-negalucasf • Science 44%

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

Updated 10 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 10 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.

Updated 10 months ago

stats-strided-scumax • Science 31%

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

Updated 10 months ago

stats-strided-dsemch • Science 57%

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

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

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

Test whether some `own` properties of a provided object satisfy a predicate function for at least `n` properties.

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

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

Replace specified elements of an array with provided values.

Updated 10 months ago

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

Test whether at least one element in an array is truthy.

Updated 10 months ago

array-base-banded-filled2d-by • Science 44%

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

Updated 10 months ago

ndarray-vector-int16 • Science 44%

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

Updated 10 months ago

blas-base-csscal • Science 44%

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

Updated 10 months ago

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

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

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

@stdlib/string-base-for-each-code-point-right • Science 44%

Invoke a function for each Unicode code point in a string, iterating from right to left.

Updated 10 months ago

stats-array-nanvariancech • Science 57%

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

Updated 10 months ago

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

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

Updated 10 months ago

math-base-special-ahaversinf • Science 44%

Compute the inverse half-value versed sine of a single-precision floating-point number.

Updated 10 months ago

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

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

Updated 10 months ago

stats-array-nanvarianceyc • Science 57%

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

Updated 10 months ago

blas-base-wasm-cscal • Science 44%

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

Updated 10 months ago

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

Test whether whether any 'own' property of a provided object satisfies a predicate function.

Updated 10 months ago

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

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

Updated 10 months ago

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

Return the last element of an array-like object.

Updated 10 months ago

blas-base-wasm-idamax • Science 44%

Find the index of the first element having the maximum absolute value.

Updated 10 months ago

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

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

Updated 10 months ago

blas-base-wasm-zcopy • Science 44%

Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.

Updated 10 months ago

blas-base-wasm-isamax • Science 44%

Find the index of the first element having the maximum absolute value.

Updated 10 months ago

array-base-assert-has-almost-equal-values • Science 44%

Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).

Updated 10 months ago

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

Convert a Node-API value to an unsigned 32-bit integer.

Updated 10 months ago

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

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

Updated 10 months ago

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

Compute the inverse (arc) secant of a single-precision floating-point number.

Updated 10 months ago

stats-strided-snanminabs • Science 44%

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

Updated 10 months ago

@stdlib/random-array-negative-binomial • Science 44%

Create an array containing pseudorandom numbers drawn from a negative binomial distribution.

Updated 10 months ago

ndarray-base-spread-dimensions • Science 44%

Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.

Updated 10 months ago

stats-strided-nanminabs • Science 44%

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

Updated 10 months ago

@stdlib/blas-base-operation-side-enum2str • Science 44%

Return the BLAS operation side string associated with a BLAS operation side enumeration constant.

Updated 10 months ago

stats-strided-dnanvariancewd • Science 57%

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.