@stdlib/random-strided-weibull
Fill a strided array with pseudorandom numbers drawn from a Weibull distribution.
ndarray-base-spread-dimensions
Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.
@stdlib/array-base-fancy-slice-assign
Assign element values from a broadcasted input array to corresponding elements in an output array.
array-base-unary3d-by
Apply a unary function to each element retrieved from a three-dimensional nested input array according to a callback function and assign results to elements in a three-dimensional nested output array.
@stdlib/blas-base-transpose-operation-resolve-enum
Return the enumeration constant associated with a supported BLAS transpose operation value.
@stdlib/random-strided-tools-binary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a binary PRNG.
math-base-special-atan2d
Compute the angle in the plane (in degrees) between the positive x-axis and the ray from (0,0) to the point (x,y).
math-base-special-logf
Compute the base `b` logarithm of a single-precision floating-point number.
@stdlib/random-array-t
Create an array containing pseudorandom numbers drawn from a Student's t-distribution.
stats-strided-dminsorted
Calculate the minimum value of a sorted double-precision floating-point strided array.
@stdlib/blas-base-scnrm2
Compute the L2-norm of a complex single-precision floating-point vector.
array-base-cuany-by-right
Cumulatively test whether at least one array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
array-little-endian-factory
Return a typed array constructor for creating typed arrays stored in little-endian byte order.
number-float64-base-assert-is-almost-equal
Test if two double-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
@stdlib/random-array-binomial
Create an array containing pseudorandom numbers drawn from a binomial distribution.
stats-strided-dsempn
Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.
@stdlib/random-iter-randn
Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution.
stats-strided-dmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
@stdlib/blas-base-transpose-operation-resolve-str
Return the transpose operation string associated with a supported BLAS transpose operation value.
stats-strided-dsvariance
Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
stats-strided-srange
Calculate the range of a single-precision floating-point strided array.
stats-array-stdevch
Calculate the standard deviation of an array using a one-pass trial mean algorithm.
stats-strided-dvarm
Calculate the variance of a double-precision floating-point strided array provided a known mean.
complex-float64-base-scale
Scale a double-precision complex floating-point number by a real-valued double-precision floating-point scalar constant.
blas-base-wasm-zswap
Interchange two complex double-precision floating-point vectors.
stats-strided-dnanvariancech
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
stats-base-ndarray-smax
Compute the maximum value of a one-dimensional single-precision floating-point ndarray.
stats-strided-sstdevyc
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/array-zero-to-like
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.
stats-strided-smax
Calculate the maximum value of a single-precision floating-point strided array.
stats-strided-dnanvarianceyc
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/math-base-special-asinf
Compute the arcsine of a single-precision floating-point number.
@stdlib/random-array-poisson
Create an array containing pseudorandom numbers drawn from a Poisson distribution.
math-base-special-acoversinf
Compute the inverse coversed sine of a single-precision floating-point number (in radians).
@stdlib/random-array-cauchy
Create an array containing pseudorandom numbers drawn from a Cauchy distribution.
math-base-special-avercosf
Compute the inverse versed cosine of a single-precision floating-point number (in radians).
@stdlib/constants-complex128-nan
Canonical double-precision complex floating-point NaN.
stats-strided-dstdevwd
Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.
math-base-special-modff
Decompose a single-precision floating-point number into integral and fractional parts.
math-base-special-minabsf
Return the minimum absolute single-precision floating-point number.
stats-strided-snanrange
Calculate the range of a single-precision floating-point strided array, ignoring NaN values.
math-base-special-sinf
Compute the sine of a single-precision floating-point number (in radians).
ndarray-iter-stacks
Create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.
stats-strided-smeanli
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.
@stdlib/random-array-triangular
Create an array containing pseudorandom numbers drawn from a triangular distribution.
@stdlib/array-empty-like
Create an uninitialized array having the same length and data type as a provided array.
stats-array-nanmeanors
Calculate the arithmetic mean of an array, ignoring NaN values and using ordinary recursive summation.
@stdlib/random-array-logistic
Create an array containing pseudorandom numbers drawn from a logistic distribution.
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/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.
stats-strided-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.