stats-strided-srange
Calculate the range of a single-precision floating-point strided array.
ndarray-vector-int8
Create a signed 8-bit integer vector (i.e., a one-dimensional ndarray).
@stdlib/complex-float32-base-add
Add two single-precision complex floating-point numbers.
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.
stats-strided-smskrange
Calculate the range of a single-precision floating-point strided array according to a mask.
@stdlib/random-array-bernoulli
Create an array containing pseudorandom numbers drawn from a Bernoulli distribution.
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.
@stdlib/array-zero-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
math-base-special-negalucasf
Compute the nth negaLucas number in single-precision floating-point format.
stats-strided-scumax
Calculate the cumulative maximum of single-precision floating-point strided array elements.
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-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.
stats-strided-dmean
Calculate the arithmetic mean of a double-precision floating-point strided array.
stats-base-ndarray-smax
Compute the maximum value of a one-dimensional single-precision floating-point ndarray.
ndarray-vector-int16
Create a signed 16-bit integer vector (i.e., a one-dimensional 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/random-array-poisson
Create an array containing pseudorandom numbers drawn from a Poisson distribution.
stats-strided-dnanmskrange
Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.
@stdlib/math-base-special-rad2degf
Convert an angle from radians to degrees (single-precision).
math-base-special-gammasgnf
Computes the sign of the gamma function for a single-precision floating-point number.
stats-strided-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
@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.
math-base-special-modff
Decompose a single-precision floating-point number into integral and fractional parts.
@stdlib/complex-float64-base-assert-is-same-value
Test whether two double-precision complex floating-point numbers are the same value.
@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.
@stdlib/math-base-special-lnf
Evaluate the natural logarithm of a single-precision floating-point number.
stats-base-ztest-one-sample-results-factory
Return a constructor for creating a one-sample Z-test results object.
stats-base-dists-planck-mgf
Planck (discrete exponential) distribution moment-generating function (MGF).
@stdlib/random-array-minstd-shuffle
Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
math-base-special-nanminf
Return the minimum value of two single-precision floating-point numbers, ignoring NaN.
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.
array-struct-factory
Return a constructor for creating arrays having a fixed-width composite data type.
stats-base-ndarray-cumax
Compute the cumulative maximum value of a one-dimensional ndarray.
stats-base-ndarray-dcumax
Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.
array-base-unary5d-by
Apply a unary function to each element retrieved from a five-dimensional nested input array according to a callback function and assign results to elements in a five-dimensional nested output array.
stats-strided-sztest
Compute a one-sample Z-test for a single-precision floating-point strided array.
@stdlib/math-iter-special-erfcinv
Create an iterator which evaluates the inverse complementary error function for each iterated value.
stats-strided-dvarmpn
Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.
math-base-special-coversinf
Compute the coversed sine of a single-precision floating-point number (in radians).
@stdlib/math-base-special-acscd
Compute the arccosecant (in degrees) of a double-precision floating-point number.
@stdlib/math-base-special-rcbrtf
Compute the reciprocal cube root of a single-precision floating-point number.
@stdlib/ndarray-base-nullary-tiling-block-size
Resolve a loop block size for multi-dimensional array tiled loops.
@stdlib/math-iter-sequences-tribonacci
Create an iterator which generates a Tribonacci sequence.
@stdlib/stats-base-dmeankbn
Calculate the arithmetic mean of a double-precision floating-point strided array using an improved Kahan–Babuška algorithm.
@stdlib/random-array-normal
Create an array containing pseudorandom numbers drawn from a normal distribution.
array-base-cuevery-by
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function.
array-base-cunone-by
Cumulatively test whether every element in a provided array fails a test implemented by a predicate function.
array-base-broadcasted-quaternary4d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
stats-strided-drange
Calculate the range of a double-precision floating-point strided array.
math-base-special-nanmaxf
Return the maximum value of two single-precision floating-point numbers, ignoring NaN.
@stdlib/math-base-ops-add4
Compute the sum of four double-precision floating-point numbers.