stats-strided-dztest
Compute a one-sample Z-test for a double-precision floating-point strided array.
@stdlib/array-base-map5d
Apply a function to elements in a five-dimensional nested input array and assign results to elements in a new five-dimensional nested output array.
math-base-special-havercosf
Compute the half-value versed cosine of a single-precision floating-point number (in radians).
array-base-broadcasted-quaternary5d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a five-dimensional nested output array.
stats-strided-dnanmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
@stdlib/constants-complex64-zero
Single-precision complex floating-point zero.
@stdlib/math-base-special-atand
Compute the arctangent(in degrees) of a double-precision floating-point number.
@stdlib/math-base-special-asecf
Compute the inverse (arc) secant of a single-precision floating-point number.
stats-array-min-by
Calculate the minimum value of an array via a callback function.
@stdlib/random-array-negative-binomial
Create an array containing pseudorandom numbers drawn from a negative binomial distribution.
ndarray-base-ndarraylike2ndarray
Convert an ndarray-like object to an ndarray.
random-exponential
Generate pseudorandom numbers drawn from an exponential distribution.
math-base-special-sqrtpif
Compute the principal square root of the product of π and a positive single-precision floating-point number.
complex-float64-base-identity
Evaluate the identity function for a double-precision complex floating-point number.
constants-float32-num-significand-bits
Number of significand bits for a single-precision floating-point number.
@stdlib/ndarray-maybe-broadcast-array
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
stats-base-ztest-one-sample-results-to-string
Serialize a one-sample Z-test results object as a formatted string.
@stdlib/slice-base-sargs2multislice
Create a MultiSlice object from a comma-separated list of string-serialized MultiSlice constructor arguments.
array-base-broadcasted-quaternary3d
Apply a quaternary callback to elements in four broadcasted 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-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-base-dists-planck-pmf
Planck (discrete exponential) distribution probability mass function (PMF).
@stdlib/math-base-special-asind
Compute the arcsine (in degrees) of a double-precision floating-point number.
@stdlib/random-array-exponential
Create an array containing pseudorandom numbers drawn from an exponential distribution.
@stdlib/array-base-quaternary3d
Apply a quaternary callback to elements in four three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
stats-strided-svariancech
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
stats-base-dists-planck-quantile
Planck (discrete exponential) distribution quantile function.
math-base-special-maxf
Return the maximum single-precision floating-point number.
constants-float32-sqrt-three
Square root of 3 as a single-precision floating-point number.
constants-float32-max-base2-exponent-subnormal
The maximum biased base 2 exponent for a subnormal single-precision floating-point number.
array-base-cuevery-by-right
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
@stdlib/array-base-unarynd
Apply a unary callback to elements in an n-dimensional nested input array and assign results to elements in an n-dimensional nested output array.
array-base-unary4d-by
Apply a unary function to each element retrieved from a four-dimensional nested input array according to a callback function and assign results to elements in a four-dimensional nested output array.
@stdlib/random-array-logistic
Create an array containing pseudorandom numbers drawn from a logistic distribution.
ndarray-iter-stacks
Create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.
@stdlib/random-strided-mt19937
Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
@stdlib/constants-complex128-nan
Canonical double-precision complex floating-point NaN.
@stdlib/array-base-fancy-slice-assign
Assign element values from a broadcasted input array to corresponding elements in an output array.
@stdlib/random-array-tools-ternary
Constructor for creating arrays filled with pseudorandom values drawn from a ternary PRNG.
@stdlib/blas-base-transpose-operation-resolve-enum
Return the enumeration constant associated with a supported BLAS transpose operation value.
complex-float64-conj
Return the complex conjugate of a double-precision complex floating-point number.
stats-strided-dsvariance
Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.