@stdlib/random-array-minstd-shuffle
Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
@stdlib/math-base-special-lnf
Evaluate the natural logarithm of a single-precision floating-point number.
@stdlib/array-base-unary2d
Apply a unary callback to elements in a two-dimensional nested input array and assign results to elements in a two-dimensional nested output array.
math-base-special-nonfibonaccif
Compute the nth non-Fibonacci single-precision floating-point number.
stats-strided-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/math-base-special-asind
Compute the arcsine (in degrees) of a double-precision floating-point number.
@stdlib/array-base-binary3d
Apply a binary callback to elements in three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
stats-strided-scumin
Calculate the cumulative minimum of single-precision floating-point strided array elements.
@stdlib/array-base-map3d
Apply a function to elements in a three-dimensional nested input array and assign results to elements in a new three-dimensional nested output array.
stats-array-variancetk
Calculate the variance of an array using a one-pass textbook algorithm.
@stdlib/stats-base-dists-bernoulli-stdev
Bernoulli distribution standard deviation.
blas-ext-base-ndarray-ssum
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray.
@stdlib/random-strided-bernoulli
Fill a strided array with pseudorandom numbers drawn from a Bernoulli distribution.
complex-float64-base-sub
Subtract two double-precision complex floating-point numbers.
random-exponential
Generate pseudorandom numbers drawn from an exponential distribution.
@stdlib/array-base-mskunary3d
Apply a unary callback to elements in a three-dimensional nested input array according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
@stdlib/math-base-special-rad2degf
Convert an angle from radians to degrees (single-precision).
constants-float32-max-safe-nth-tribonacci
Maximum safe nth Tribonacci number when stored in single-precision floating-point format.
stats-base-ztest-alternative-str2enum
Return the enumeration constant associated with a Z-test alternative hypothesis string.
stats-strided-mediansorted
Calculate the median value of a sorted strided array.
stats-strided-dmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array.
blas-base-dtrmv
Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.
stats-array-mskmax
Calculate the maximum value of an array according to a mask.
math-base-special-ahavercosf
Compute the inverse half-value versed cosine for a single-precision floating point number.
stats-array-meanwd
Calculate the arithmetic mean of an array using Welford's algorithm.
stats-strided-scumax
Calculate the cumulative maximum of single-precision floating-point strided array elements.
math-base-special-negalucasf
Compute the nth negaLucas number in single-precision floating-point format.
constants-float32-sqrt-half-pi
Square root of 0.5π as a single-precision floating-point number.
constants-float32-max-base10-exponent
The maximum base 10 exponent for a single-precision floating-point number.
stats-strided-dmeanlipw
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
stats-array-variancepn
Calculate the variance of an array using a two-pass algorithm.
stats-array-variancech
Calculate the variance of an array using a one-pass trial mean algorithm.
stats-strided-dvariancewd
Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.
stats-strided-dvariancech
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-svariance
Calculate the variance of a single-precision floating-point strided array.
@stdlib/random-strided-minstd-shuffle
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
stats-strided-dsvariancepn
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm with extended accumulation and returning an extended precision result.
math-base-special-fibonaccif
Compute the nth Fibonacci number as a single-precision floating-point number.
ndarray-base-unary-reduce-strided1d
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.
@stdlib/array-base-broadcasted-binary4d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
stats-base-dists-bradford-cdf
Bradford distribution cumulative distribution function (CDF).
object-some-in-by
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
stats-strided-mskrange
Calculate the range of a strided array according to a mask.
stats-array-stdevyc
Calculate the standard deviation of an array using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/random-streams-randi
Create a readable stream for generating pseudorandom numbers having integer values.
stats-strided-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
constants-float32-min-base10-exponent
The minimum base 10 exponent for a normal single-precision floating-point number.
stats-array-stdevpn
Calculate the standard deviation of an array using a two-pass algorithm.
stats-strided-dvarianceyc
Calculate the variance of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
blas-ext-base-ndarray-gindex-of
Return the first index of a specified search element in a one-dimensional ndarray.