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

stats-strided-dsvariancepn • Science 57%

Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm with extended accumulation and returning an extended precision result.

Updated 7 months ago

is-string-ascii-es • Science 44%

An ECMAScript (JavaScript & TypeScript) module to determine whether the string is ASCII.

Updated 7 months ago

stats-strided-dmin • Science 44%

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

Updated 7 months ago

ndarray-vector-float32 • Science 44%

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

Updated 7 months ago

@stdlib/napi • Science 44%

C APIs for creating Node-API native add-ons.

Updated 7 months ago

@stdlib/blas-base-diagonal-type-enum2str • Science 44%

Return the BLAS diagonal type string associated with a BLAS diagonal type enumeration constant.

Updated 7 months ago

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

Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.

Updated 7 months ago

stats-strided-sminsorted • Science 44%

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

Updated 7 months ago

https://github.com/a-herzog/calc • Science 49%

Calculator is a web service for different calculation tasks.

Updated 7 months ago

@stdlib/random-strided-tools-ternary-factory • Science 44%

Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.

Updated 7 months ago

stats-array-nanmax • Science 44%

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

Updated 7 months ago

stats-array-varianceyc • Science 57%

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

Updated 7 months ago

stats-array-nanmin • Science 44%

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

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

blas-ext-sum • Science 44%

Compute the sum along one or more ndarray dimensions.

Updated 7 months ago

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

Return the transpose operation string associated with a supported BLAS transpose operation value.

Updated 7 months ago

math-base-special-negalucasf • Science 44%

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

Updated 7 months ago

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

Convert a Node-API value to a double-precision complex floating-point number.

Updated 7 months ago

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

Compute the sum of all elements in a one-dimensional ndarray.

Updated 7 months ago

stats-strided-scumax • Science 31%

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

Updated 7 months ago

assert-is-equal-array • Science 44%

Test if two arguments are both generic arrays and have equal values.

Updated 7 months ago

constants-float64-max-nth-factorial • Science 44%

Maximum nth factorial when stored in double-precision floating-point format.

Updated 7 months ago

random-tools-unary-factory • Science 44%

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

Updated 7 months ago

ndarray-vector • Science 44%

Vector constructors and associated utilities.

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

ndarray-vector-int16 • Science 44%

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

Updated 7 months ago

blas-base-csscal • Science 44%

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

Updated 7 months ago

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

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

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

assert-is-equal-uint32array • Science 44%

Test if two arguments are both Uint32Arrays and have equal values.

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

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

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

Updated 7 months ago

ndarray-vector-uint16 • Science 44%

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

Updated 7 months ago

stats-strided-dnanvariancech • Science 57%

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.

Updated 7 months ago

stats-base-ndarray-smax • Science 44%

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

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

stats-strided-smax • Science 44%

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

Updated 7 months ago

stats-strided-dnanvarianceyc • Science 44%

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

Updated 7 months ago

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

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

Updated 7 months ago

stats-strided-dstdevwd • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.

Updated 7 months ago

math-base-special-minabsf • Science 44%

Return the minimum absolute single-precision floating-point number.

Updated 7 months ago

stats-strided-snanrange • Science 44%

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

Updated 7 months ago

math-base-special-sinf • Science 44%

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

Updated 7 months ago

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

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

Updated 7 months ago

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

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

Updated 7 months ago

stats-strided-nanvariancech • Science 57%

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

Updated 7 months ago

stats-array-nanstdevtk • Science 44%

Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass textbook algorithm.

Updated 7 months ago

stats-array-nanstdevyc • Science 44%

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

Updated 7 months ago

stats-strided-sztest2 • Science 44%

Compute a two-sample Z-test for two single-precision floating-point strided arrays.

Updated 7 months ago

math-base-special-cpolarf • Science 44%

Compute the absolute value and the phase of a single-precision complex floating-point number.

Updated 7 months ago

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

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

Updated 7 months ago

array-struct-factory • Science 44%

Return a constructor for creating arrays having a fixed-width composite data type.

Updated 7 months ago

stats-base-ndarray-dcumax • Science 44%

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

Updated 7 months ago

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

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

Updated 7 months ago

stats-strided-sztest • Science 44%

Compute a one-sample Z-test for a single-precision floating-point strided array.

Updated 7 months ago

complex-float32-base-assert-is-same-value • Science 44%

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

Updated 7 months ago

array-base-broadcasted-quaternary2d • Science 44%

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

Updated 7 months ago

stats-strided-dnanmeanpw • Science 57%

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

Updated 7 months ago

assert-napi-has-property • Science 44%

Assert that a Node-API value has a specified property.

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

stats-max-by • Science 44%

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

Updated 7 months ago

math-base-special-lucasf • Science 44%

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