Updated 6 months ago

@stdlib/nlp-ordinalize • Rank 3.5 • Science 44%

Turn an integer into an ordinal string (e.g., `1st`, `2nd`, etc.).

Updated 6 months ago

@stdlib/array-base-flipud4d • Rank 3.5 • Science 44%

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

Updated 6 months ago

@stdlib/stats-base-sdsmeanors • Rank 3.5 • Science 44%

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

Updated 6 months ago

@stdlib/blas-ext-base-sdssum • Rank 3.5 • Science 44%

Calculate the sum of single-precision floating-point strided array elements using extended accumulation.

Updated 6 months ago

assert-is-float64vector-like • Rank 3.5 • Science 44%

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

Updated 6 months ago

@stdlib/utils-properties • Rank 3.5 • Science 44%

Return an array of an object's own enumerable and non-enumerable property names and symbols.

Updated 6 months ago

@stdlib/random-streams-randn • Rank 3.5 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution.

Updated 6 months ago

@stdlib/random-iter-gumbel • Rank 3.5 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Gumbel distribution.

Updated 6 months ago

@stdlib/random-streams-weibull • Rank 3.5 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a Weibull distribution.

Updated 6 months ago

@stdlib/math-base-napi • Rank 3.5 • Science 44%

Standard library C APIs for registering a Node-API module exporting interfaces.

Updated 6 months ago

@stdlib/math-iter-special-fresnels • Rank 3.5 • Science 44%

Create an iterator which computes the Fresnel integral S(x) for each iterated value.

Updated 6 months ago

@stdlib/random-streams-kumaraswamy • Rank 3.5 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a Kumaraswamy's double bounded distribution.

Updated 6 months ago

@stdlib/random-streams-t • Rank 3.5 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a Student's t distribution.

Updated 6 months ago

@stdlib/random-streams-betaprime • Rank 3.5 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a beta prime distribution.

Updated 6 months ago

@stdlib/math-iter-special-trunc2 • Rank 3.5 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of two toward zero.

Updated 6 months ago

@stdlib/math-base-special-cceiln • Rank 3.4 • Science 44%

Round a complex number to the nearest multiple of 10^n toward positive infinity.

Updated 6 months ago

@stdlib/blas-ext-base-dcusumors • Rank 3.4 • Science 44%

Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.

Updated 6 months ago

@stdlib/random-strided-tools-unary-factory • Rank 3.4 • Science 44%

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

Updated 6 months ago

@stdlib/iter-step • Rank 3.4 • Science 44%

Create an iterator which returns a sequence of numbers according to a specified increment.

Updated 6 months ago

@stdlib/utils-bifurcate-own • Rank 3.4 • Science 44%

Split an object's own property values into two groups according to a predicate function.

Updated 6 months ago

@stdlib/math-iter-special-gammaln • Rank 3.4 • Science 44%

Create an iterator which evaluates the natural logarithm of the gamma function for each iterated value.

Updated 6 months ago

@stdlib/stats-base-dnanminabs • Rank 3.4 • Science 44%

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

Updated 6 months ago

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

If a function does not return an error, invoke a callback with the function result; otherwise, invoke a callback with a value `y`.

Updated 6 months ago

@stdlib/utils-real-min • Rank 3.4 • Science 44%

Return the smallest positive normal value capable of being represented by a numeric real type.

Updated 6 months ago

@stdlib/math-strided-special-dmskdeg2rad • Rank 3.4 • Science 44%

Convert each element in a double-precision floating-point strided array from degrees to radians according to a strided mask array.

Updated 6 months ago

@stdlib/stats-base-smskrange • Rank 3.4 • Science 44%

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

Updated 6 months ago

@stdlib/strided-base-dmskmap2 • Rank 3.4 • Science 44%

Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.

Updated 6 months ago

@stdlib/math-iter-special-floor2 • Rank 3.4 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of two toward negative infinity.

Updated 6 months ago

@stdlib/blas-ext-base-dsnansum • Rank 3.4 • Science 44%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.

Updated 6 months ago

@stdlib/ndarray-base-zeros-like • Rank 3.4 • Science 44%

Create a zero-filled ndarray having the same shape and data type as a provided ndarray.

Updated 6 months ago

@stdlib/math-strided-special-sfloor • Rank 3.4 • Science 44%

Round each element in a single-precision floating-point strided array toward negative infinity.

Updated 6 months ago

@stdlib/strided-base-binary-addon-dispatch • Rank 3.4 • Science 44%

Dispatch to a native add-on applying a binary function to two input strided arrays.

Updated 6 months ago

@stdlib/stats-base-dnanmskmax • Rank 3.4 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-dfloor • Rank 3.4 • Science 44%

Round each element in a double-precision floating-point strided array toward negative infinity.

Updated 6 months ago

@stdlib/utils-object-inverse-by • Rank 3.4 • Science 44%

Invert an object, such that keys become values and values become keys, according to a transform function.

Updated 6 months ago

@stdlib/time-days-in-year • Rank 3.4 • Science 44%

Determine the number of days in a year according to the Gregorian calendar.