@stdlib/nlp-ordinalize
Turn an integer into an ordinal string (e.g., `1st`, `2nd`, etc.).
@stdlib/stats-iter-cusum
Create an iterator which iteratively computes a cumulative sum.
@stdlib/stats-base-nanmax
Calculate the maximum value of a strided array, ignoring NaN values.
@stdlib/math-iter-special-pow
Create an iterator which evaluates the exponential function.
@stdlib/simulate-iter-square-wave
Create an iterator which generates a square wave.
@stdlib/assert-is-accessor-array
Test if a value is an array-like object supporting the accessor (get/set) protocol.
@stdlib/stats-base-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
@stdlib/blas-ext-base-sdssum
Calculate the sum of single-precision floating-point strided array elements using extended accumulation.
@stdlib/stats-iter-cuminabs
Create an iterator which iteratively computes a cumulative minimum absolute value.
assert-is-float64vector-like
Test if a value is a 1-dimensional ndarray-like object containing double-precision floating-point numbers.
@stdlib/utils-properties
Return an array of an object's own enumerable and non-enumerable property names and symbols.
@stdlib/random-streams-randn
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution.
@stdlib/math-strided-special
Standard library strided array special math functions.
@stdlib/random-iter-gumbel
Create an iterator for generating pseudorandom numbers drawn from a Gumbel distribution.
@stdlib/stats-iter-variance
Compute the unbiased sample variance over all iterated values.
@stdlib/random-streams-weibull
Create a readable stream for generating pseudorandom numbers drawn from a Weibull distribution.
@stdlib/math-iter-special-fresnels
Create an iterator which computes the Fresnel integral S(x) for each iterated value.
@stdlib/random-streams-kumaraswamy
Create a readable stream for generating pseudorandom numbers drawn from a Kumaraswamy's double bounded distribution.
@stdlib/random-streams-t
Create a readable stream for generating pseudorandom numbers drawn from a Student's t distribution.
@stdlib/stats-iter-mmin
Create an iterator which iteratively computes a moving minimum value.
@stdlib/random-streams-betaprime
Create a readable stream for generating pseudorandom numbers drawn from a beta prime distribution.
@stdlib/stats-iter-cuhmean
Create an iterator which iteratively computes a cumulative harmonic mean.
@stdlib/math-iter-sequences-triangular
Create an iterator which generates a sequence of triangular numbers.
@stdlib/math-iter-sequences-even-integers
Create an iterator which generates an interleaved sequence of even integers.
@stdlib/math-base-special-xlogy
Compute `x * ln(y)` so that the result is `0` if `x = 0`.
@stdlib/stats-base-cumaxabs
Calculate the cumulative maximum absolute value of a strided array.
@stdlib/blas-ext-base-dcusumors
Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.
@stdlib/random-strided-tools-unary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a unary PRNG.
@stdlib/stats-iter-mminabs
Create an iterator which iteratively computes a moving minimum absolute value.
@stdlib/stats-base-dmeanvar
Calculate the mean and variance of a double-precision floating-point strided array.
@stdlib/math-iter-special-gammaln
Create an iterator which evaluates the natural logarithm of the gamma function for each iterated value.
@stdlib/math-iter-special-hacoversin
Create an iterator which computes the half-value coversed sine for each iterated value.
@stdlib/stats-base-dnanminabs
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/utils-async-try-catch
If a function does not return an error, invoke a callback with the function result; otherwise, invoke a callback with a value `y`.
@stdlib/math-strided-special-dmskdeg2rad
Convert each element in a double-precision floating-point strided array from degrees to radians according to a strided mask array.
@stdlib/stats-base-smskrange
Calculate the range of a single-precision floating-point strided array according to a mask.
@stdlib/strided-base-dmskmap2
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.
@stdlib/blas-ext-base-dsnansum
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.
@stdlib/math-strided-special-sfloor
Round each element in a single-precision floating-point strided array toward negative infinity.
@stdlib/stats-base-minsorted
Calculate the minimum value of a sorted strided array.
@stdlib/stats-base-dnanmskmax
Calculate the maximum value of a double-precision floating-point strided array according to a mask, ignoring NaN values.
@stdlib/math-base-assert-is-nonpositive-integer
Test if a finite double-precision floating-point number is a nonpositive integer.
@stdlib/math-strided-special-dfloor
Round each element in a double-precision floating-point strided array toward negative infinity.
@stdlib/stats-base-dmidrange
Calculate the mid-range of a double-precision floating-point strided array.
@stdlib/utils-object-inverse-by
Invert an object, such that keys become values and values become keys, according to a transform function.
@stdlib/regexp-color-hexadecimal
Return a regular expression to match a hexadecimal color.