math-iter-sequences-nonsquares
Create an iterator which generates a sequence of nonsquares.
math-strided-special-sceil
Round each element in a single-precision floating-point strided array toward positive infinity.
@stdlib/array-zeros-like
Create a zero-filled array having the same length and data type as a provided array.
@stdlib/math-strided-special-sramp
Evaluate the ramp function for each element in a single-precision floating-point strided array.
@stdlib/math-base-tools-evalrationalf
Evaluate a rational function using single-precision floating-point arithmetic.
@stdlib/random-streams-bernoulli
Create a readable stream for generating pseudorandom numbers drawn from a Bernoulli distribution.
@stdlib/stats-iter-cumax
Create an iterator which iteratively computes a cumulative maximum value.
@stdlib/math-iter-special-atan2
Create an iterator which computes the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).
@stdlib/stats-base-dvarmtk
Calculate the variance of a double-precision floating-point strided array provided a known mean and using a one-pass textbook algorithm.
@stdlib/utils-do-until-each-right
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
@stdlib/stats-iter-stdev
Compute the corrected sample standard deviation over all iterated values.
@stdlib/math-strided-special-smskfloor
Round each element in a single-precision floating-point strided array toward negative infinity according to a strided mask array.
@stdlib/stats-base-snanminabs
Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/math-strided-special-dmskrsqrt
Compute the reciprocal square root for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/math-base-special-ceilb
Round a numeric value to the nearest multiple of b^n toward positive infinity.
@stdlib/random-iter-poisson
Create an iterator for generating pseudorandom numbers drawn from a Poisson distribution.
@stdlib/math-iter-special-acoversin
Create an iterator which computes the inverse coversed sine of each iterated value.
@stdlib/random-iter-invgamma
Create an iterator for generating pseudorandom numbers drawn from an inverse gamma distribution.
@stdlib/random-streams-discrete-uniform
Create a readable stream for generating pseudorandom numbers drawn from a discrete uniform distribution.
@stdlib/assert-is-float64ndarray-like
Test if a value is an ndarray-like object containing double-precision floating-point numbers.
@stdlib/random-iter-betaprime
Create an iterator for generating pseudorandom numbers drawn from a beta prime distribution.
@stdlib/stats-iter-cusumabs
Create an iterator which iteratively computes a cumulative sum of absolute values.
@stdlib/math-base-ops-umuldw
Compute the double word product of two unsigned 32-bit integers.
@stdlib/math-strided-special-dmskfloor
Round each element in a double-precision floating-point strided array toward negative infinity according to a strided mask array.
@stdlib/utils-async-try-then
If a function does not return an error, invoke a callback with the function result; otherwise, invoke a second function.
@stdlib/stats-base-scumin
Calculate the cumulative minimum of single-precision floating-point strided array elements.
@stdlib/utils-define-configurable-write-only-accessor
Define a configurable write-only accessor.
@stdlib/stats-iter-meanabs
Compute the arithmetic mean of absolute values for all iterated values.
@stdlib/utils-append
Add elements from one collection to the end of another collection.
@stdlib/random-iter-levy
Create an iterator for generating pseudorandom numbers drawn from a Lévy distribution.
strided-napi-cmap
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a single-precision complex floating-point strided input array and assigning results to a single-precision complex floating-point strided output array.
@stdlib/stats-base-dnanmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
@stdlib/utils-any
Test whether at least one element in a collection is truthy.
@stdlib/stats-base-snanmskmin
Calculate the minimum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
@stdlib/stats-base-mskmax
Calculate the maximum value of a strided array according to a mask.
@stdlib/array-base-broadcasted-binary2d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/stats-iter-mrange
Create an iterator which iteratively computes a moving range.
@stdlib/math-iter-special-acoth
Create an iterator which computes the inverse hyperbolic cotangent of each iterated value.
@stdlib/blas-ext-base-gapxsum
Adds a constant to each strided array element and computes the sum.
@stdlib/iter-fill
Create an iterator which replaces all values from a provided iterator from a start index to an end index with a static value.
@stdlib/stats-base-dcumaxabs
Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.
@stdlib/math-iter-special-beta
Create an iterator which evaluates the beta function.
@stdlib/math-iter-special-factorialln
Create an iterator which evaluates the natural logarithm of the factorial function for each iterated value.
@stdlib/random-streams-binomial
Create a readable stream for generating pseudorandom numbers drawn from a binomial distribution.
@stdlib/array-typed-real-float-ctors
Real-valued floating-point typed array constructors.
@stdlib/strided-base-mskunary-dtype-signatures
Generate a list of masked unary interface signatures from strided array data types.
@stdlib/stats-base-dvarm
Calculate the variance of a double-precision floating-point strided array provided a known mean.
@stdlib/math-strided-special-smskramp
Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-iter-special-acovercos
Create an iterator which computes the inverse coversed cosine of each iterated value.
@stdlib/stats-iter-cumaxabs
Create an iterator which iteratively computes a cumulative maximum absolute value.