@stdlib/math-iter-special-cosh
Create an iterator which computes the hyperbolic cosine for each iterated value.
@stdlib/assert-is-float32matrix-like
Test if a value is a 2-dimensional ndarray-like object containing single-precision floating-point numbers.
@stdlib/math-strided-special-inv
Compute the multiplicative inverse for each element in a strided array.
@stdlib/stats-base-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
@stdlib/random-streams-normal
Create a readable stream for generating pseudorandom numbers drawn from a normal distribution.
@stdlib/math-iter-special-ahavercos
Create an iterator which computes the inverse half-value versed cosine of each iterated value.
@stdlib/stats-iter-cusum
Create an iterator which iteratively computes a cumulative sum.
@stdlib/nlp-ordinalize
Turn an integer into an ordinal string (e.g., `1st`, `2nd`, etc.).
@stdlib/number-float32-base-assert
Base double-precision floating-point number assert functions.
@stdlib/math-strided-special-ahavercos-by
Compute the inverse half-value versed cosine of each element retrieved from an input strided array via a callback function.
@stdlib/math-base-special-fast-asinh
Compute the hyperbolic arcsine of a number.
@stdlib/math-base-special-floor2
Round a numeric value to the nearest power of two toward negative infinity.
@stdlib/stats-base-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
@stdlib/random-streams-betaprime
Create a readable stream for generating pseudorandom numbers drawn from a beta prime distribution.
@stdlib/assert-is-accessor-array
Test if a value is an array-like object supporting the accessor (get/set) protocol.
@stdlib/blas-ext-base-sdssum
Calculate the sum of single-precision floating-point strided array elements using extended accumulation.
@stdlib/utils-properties
Return an array of an object's own enumerable and non-enumerable property names and symbols.
@stdlib/simulate-iter-square-wave
Create an iterator which generates a square wave.
@stdlib/stats-iter-cuminabs
Create an iterator which iteratively computes a cumulative minimum absolute value.
@stdlib/random-streams-t
Create a readable stream for generating pseudorandom numbers drawn from a Student's t distribution.
assert-is-float64vector-like
Test if a value is a 1-dimensional ndarray-like object containing double-precision floating-point numbers.
@stdlib/random-streams-weibull
Create a readable stream for generating pseudorandom numbers drawn from a Weibull distribution.
@stdlib/random-streams-randn
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution.
@stdlib/random-streams-kumaraswamy
Create a readable stream for generating pseudorandom numbers drawn from a Kumaraswamy's double bounded distribution.
@stdlib/math-strided-special
Standard library strided array special math functions.
@stdlib/math-iter-special-pow
Create an iterator which evaluates the exponential function.
@stdlib/stats-base-nanmax
Calculate the maximum value of a strided array, ignoring NaN values.
@stdlib/random-iter-gumbel
Create an iterator for generating pseudorandom numbers drawn from a Gumbel distribution.
@stdlib/stats-iter-mmin
Create an iterator which iteratively computes a moving minimum value.
@stdlib/stats-iter-variance
Compute the unbiased sample variance over all iterated values.
@stdlib/math-iter-special-fresnels
Create an iterator which computes the Fresnel integral S(x) for each iterated value.
@stdlib/math-iter-sequences-even-integers
Create an iterator which generates an interleaved sequence of even integers.
@stdlib/stats-iter-cuhmean
Create an iterator which iteratively computes a cumulative harmonic mean.
@stdlib/stats-base-cumaxabs
Calculate the cumulative maximum absolute value of a strided array.
@stdlib/math-iter-sequences-triangular
Create an iterator which generates a sequence of triangular numbers.
@stdlib/blas-ext-base-dcusumors
Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.
@stdlib/math-base-special-xlogy
Compute `x * ln(y)` so that the result is `0` if `x = 0`.
@stdlib/stats-base-smskrange
Calculate the range of a single-precision floating-point strided array according to a mask.
@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-iter-special-gammaln
Create an iterator which evaluates the natural logarithm of the gamma function for each iterated value.
@stdlib/stats-base-dmeanvar
Calculate the mean and variance of a double-precision floating-point strided array.
@stdlib/stats-iter-mminabs
Create an iterator which iteratively computes a moving minimum absolute value.
@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/stats-base-dnanminabs
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
@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/math-iter-special-hacoversin
Create an iterator which computes the half-value coversed sine for each iterated value.