Updated 10 months ago

@stdlib/stats-base-dsmeanors • Rank 4.6 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.

Updated 10 months ago

@stdlib/repl-info • Rank 4.5 • Science 44%

Return abbreviated help text associated with a provided alias.

Updated 10 months ago

@stdlib/stats-base-snanrange • Rank 4.5 • Science 44%

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

Updated 10 months ago

@stdlib/utils-async-some-by-right • Rank 4.5 • Science 44%

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.

Updated 10 months ago

@stdlib/math-base-special-floorsd • Rank 4.5 • Science 44%

Round a numeric value to the nearest number toward negative infinity with N significant figures.

Updated 9 months ago

@stdlib/error-tools-id2pkg • Rank 4.5 • Science 44%

Return the package name associated with a specified error identifier prefix.

Updated 10 months ago

@stdlib/number-float64-base-to-uint32 • Rank 4.5 • Science 44%

Convert a double-precision floating-point number to an unsigned 32-bit integer.

Updated 10 months ago

@stdlib/utils-async-any-by-right • Rank 4.5 • Science 44%

Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.

Updated 10 months ago

@stdlib/utils-keys-in • Rank 4.5 • Science 44%

Return an array of an object's own and inherited enumerable property names.

Updated 10 months ago

@stdlib/strided-napi-dmap • Rank 4.5 • Science 44%

C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array and assigning results to elements in a double-precision floating-point strided output array.

Updated 10 months ago

@stdlib/datasets-cdc-nchs-us-infant-mortality-bw-1915-2013 • Rank 4.5 • Science 44%

US infant mortality data, by race, from 1915 to 2013, as provided by the Center for Disease Control and Prevention's National Center for Health Statistics.

Updated 10 months ago

@stdlib/iter-for-each • Rank 4.5 • Science 44%

Create an iterator which invokes a function for each iterated value before returning the iterated value.

Updated 9 months ago

@stdlib/blas-ext-base-dnanasumors • Rank 4.5 • 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 10 months ago

@stdlib/error-tools-id2msg • Rank 4.5 • Science 44%

Return an error message corresponding to a provided two-character error identifier.

Updated 10 months ago

@stdlib/math-strided-special-sabs2 • Rank 4.5 • Science 44%

Compute the squared absolute value for each element in a single-precision floating-point strided array.

Updated 10 months ago

@stdlib/strided-base-dmap • Rank 4.5 • Science 44%

Apply a unary function accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array and assign each result to an element in a double-precision floating-point strided output array.

Updated 10 months ago

@stdlib/utils-try-catch • Rank 4.4 • Science 44%

If a function does not throw, return the function return value; otherwise, return `y`.