constants-float64-max-safe-nth-tribonacci
Maximum safe nth Tribonacci number when stored in double-precision floating-point format.
stats-strided-dcumaxabs
Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.
@stdlib/random-array-chi
Create an array containing pseudorandom numbers drawn from a chi distribution.
stats-strided-dsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
stats-strided-smskrange
Calculate the range of a single-precision floating-point strided array according to a mask.
@stdlib/random-strided-chisquare
Fill a strided array with pseudorandom numbers drawn from a chi-square distribution.
@stdlib/complex-float32-conj
Return the complex conjugate of a single-precision complex floating-point number.
@stdlib/random-strided-discrete-uniform
Fill a strided array with pseudorandom numbers drawn from a discrete uniform distribution.
ndarray-vector-float32
Create a single-precision floating-point vector (i.e., a one-dimensional ndarray).
stats-strided-dmskmin
Calculate the minimum value of a double-precision floating-point strided array according to a mask.
@stdlib/complex-float64-base-assert-is-equal
Test whether two double-precision complex floating-point numbers are equal.
stats-strided-dmidrange
Calculate the mid-range of a double-precision floating-point strided array.
constants-float32-sqrt-two
Square root of `2` as a single-precision floating-point number.
stats-array-variancewd
Calculate the variance of an array using Welford's algorithm.
@stdlib/stats-base-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
@stdlib/lapack-base-dlacpy
Copy all or part of a matrix A to another matrix B.
stats-array-nanmax
Calculate the maximum value of an array, ignoring NaN values.
stats-array-varianceyc
Calculate the variance of an array using a one-pass algorithm proposed by Youngs and Cramer.
blas-ext-base-ndarray-sindex-of
Return the first index of a specified search element in a one-dimensional single-precision floating-point ndarray.
stats-array-nanmin
Calculate the minimum value of an array, ignoring NaN values.
stats-base-dists-planck-median
Planck (discrete exponential) distribution median.
math-base-special-ldexpf
Multiply a single-precision floating-point number by an integer power of two.
cytobrowser
CytoBrowser, a JavaScript and Node.js driven environment for fast and accessible collaborative online visualization, assessment, and annotation of very large microscopy images.
constants-float32-sqrt-half-pi
Square root of 0.5π as a single-precision floating-point number.
blas-ext-base-ndarray-glast-index-of
Return the last index of a specified search element in a one-dimensional ndarray.
stats-strided-dsemyc
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
math-base-special-negalucasf
Compute the nth negaLucas number in single-precision floating-point format.
@stdlib/array-base-quaternary5d
Apply a quaternary callback to elements in four five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
@stdlib/array-base-broadcasted-ternary2d
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
stats-strided-scumax
Calculate the cumulative maximum of single-precision floating-point strided array elements.
stats-strided-dsemch
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-dstdevch
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-dmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.
ndarray-vector-int16
Create a signed 16-bit integer vector (i.e., a one-dimensional ndarray).
stats-strided-dnanmskrange
Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.
stats-array-stdevtk
Calculate the standard deviation of an array using a one-pass textbook algorithm.
stats-array-nanvariancech
Calculate the variance of an array ignoring `NaN` values and using a one-pass trial mean algorithm.
@stdlib/array-base-ternary4d
Apply a ternary callback to elements in three four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
@stdlib/math-base-special-rad2degf
Convert an angle from radians to degrees (single-precision).
math-base-special-ahaversinf
Compute the inverse half-value versed sine of a single-precision floating-point number.
@stdlib/math-base-special-acotf
Compute the inverse cotangent of a single-precision floating-point number.
stats-array-nanvarianceyc
Calculate the variance of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.
blas-base-wasm-cscal
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.
@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.
blas-base-wasm-zcopy
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
array-base-assert-has-almost-equal-values
Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).
@stdlib/math-base-special-asecf
Compute the inverse (arc) secant of a single-precision floating-point number.
stats-strided-snanminabs
Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/random-array-negative-binomial
Create an array containing pseudorandom numbers drawn from a negative binomial 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.
stats-strided-nanminabs
Calculate the minimum absolute value of a strided array, ignoring NaN values.
stats-strided-dnanvariancewd
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.