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

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/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

@stdlib/ndarray-base-slice-dimension-to • Science 44%

Return a truncated view of an input ndarray along a specific dimension.

Updated 9 months ago

math-base-special-xlogyf • Science 44%

Compute `x * ln(y)` so that the result is `0` if `x = 0` for single-precision floating-point numbers `x` and `y`.

Updated 9 months ago

math-base-special-roundf • Science 44%

Round a single-precision floating-point number to the nearest integer.

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

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

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

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

@stdlib/string-for-each • Science 44%

Invoke a callback for each (visual) character of a string.

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

math-base-special-sech • Science 44%

Compute the hyperbolic secant of a double-precision floating-point number.

Updated 9 months ago

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

Replace elements of an array with provided values according to a provided mask array.

Updated 9 months ago

stats-base-ztest-one-sample-results-to-string • Science 44%

Serialize a one-sample Z-test results object as a formatted string.

Updated 9 months ago

@stdlib/slice-base-sargs2multislice • Science 44%

Create a MultiSlice object from a comma-separated list of string-serialized MultiSlice constructor arguments.

Updated 9 months ago

stats-strided-scumin • Science 31%

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

Updated 9 months ago

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

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

Updated 9 months ago

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

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

Updated 9 months ago

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

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

Updated 9 months ago

stats-strided-sstdevtk • Science 57%

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

Updated 9 months ago

stats-strided-smin • Science 44%

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

Updated 9 months ago

@stdlib/array-base-none-by • Science 44%

Test whether all elements in an array fail a test implemented by a predicate function.

Updated 9 months ago

stats-strided-svariancech • Science 44%

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

Updated 9 months ago

number-float64-base-add4 • Science 31%

Compute the sum of four double-precision floating-point numbers.

Updated 9 months ago

ndarray-base-unary-reduce-strided1d-assign-struct • Science 44%

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

Updated 9 months ago

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

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

Updated 9 months ago

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

Apply a function to elements in a five-dimensional nested input array and assign results to elements in a new five-dimensional nested output array.

Updated 9 months ago

blas-base-igamax • Science 44%

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

Updated 9 months ago

math-base-special-havercosf • Science 44%

Compute the half-value versed cosine of a single-precision floating-point number (in radians).

Updated 9 months ago

array-base-broadcasted-quaternary5d • Science 44%

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

Updated 9 months ago

stats-strided-dnanmeanpn • Science 57%

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

Updated 9 months ago

stats-array-min-by • Science 44%

Calculate the minimum value of an array via a callback function.

Updated 9 months ago

math-base-special-maxf • Science 44%

Return the maximum single-precision floating-point number.

Updated 9 months ago

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

Return a view of an input ndarray in which the order of elements along the second-to-last dimension is reversed.

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

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

blas-ext-base-wasm • Science 44%

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

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

@stdlib/array-base-fancy-slice-assign • Science 44%

Assign element values from a broadcasted input array to corresponding elements in an output array.

Updated 9 months ago

@stdlib/array-base-none-by-right • Science 44%

Test whether all elements in an array fail a test implemented by a predicate function, iterating from right to left.

Updated 9 months ago

@stdlib/random-array-pareto-type1 • Science 44%

Create an array containing pseudorandom numbers drawn from a Pareto (Type I) distribution.

Updated 9 months ago

math-base-special-nanmaxf • Science 44%

Return the maximum value of two single-precision floating-point numbers, ignoring NaN.

Updated 9 months ago

@stdlib/math-base-ops-add4 • Science 44%

Compute the sum of four double-precision floating-point numbers.

Updated 9 months ago

ndarray-base-from-scalar-like • Science 44%

Convert a scalar value to a zero-dimensional ndarray having the same data type as a provided ndarray.

Updated 9 months ago

complex-float64-base-assert • Science 44%

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

Updated 9 months ago

math-base-special-minf • Science 44%

Return the minimum single-precision floating-point number.

Updated 9 months ago

@stdlib/array-base-resolve-setter • Science 44%

Return an accessor function for setting an element in an array-like object.

Updated 9 months ago

@stdlib/blas-ext-base-gnansumpw • Science 57%

Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.

Updated 9 months ago

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

Return the diagonal type string associated with a supported BLAS diagonal type value.

Updated 9 months ago

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

Replace elements of an array with provided values according to a provided mask array.

Updated 9 months ago

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

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

Updated 9 months ago

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

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

Updated 9 months ago

ndarray-vector-int8 • Science 44%

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

Updated 9 months ago

stats-strided-dvarm • Science 44%

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