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.
@stdlib/constants-complex64-nan
Canonical single-precision complex floating-point NaN.
stats-strided-nanvariancech
Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
stats-array-nanstdevtk
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass textbook algorithm.
stats-array-nanstdevyc
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-sztest2
Compute a two-sample Z-test for two single-precision floating-point strided arrays.
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.
stats-strided-sztest
Compute a one-sample Z-test for a single-precision floating-point strided array.
@stdlib/constants-float64-max-safe-nth-factorial
Maximum safe nth factorial when stored in double-precision floating-point format.
array-base-broadcasted-quaternary2d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a two-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-dnanmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.
assert-napi-has-property
Assert that a Node-API value has a specified property.
@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.
math-base-special-ldexpf
Multiply a single-precision floating-point number by an integer power of two.
stats-base-dists-planck-median
Planck (discrete exponential) distribution median.
stats-max-by
Compute the maximum value along one or more ndarray dimensions according to a callback function.
@stdlib/stats-base-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
math-base-special-lucasf
Compute the nth Lucas number as a single-precision floating-point number.
random-strided-minstd
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).
stats-strided-mskmax
Calculate the maximum value of a 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-dmeanstdevpn
Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
stats-strided-dsnanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
stats-strided-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
array-base-broadcasted-quinary4d
Apply a quinary callback to elements in five broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
stats-strided-dsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
stats-base-dists-planck-entropy
Planck (discrete exponential) distribution differential entropy.
stats-array-stdevpn
Calculate the standard deviation of an array using a two-pass algorithm.
stats-strided-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
@stdlib/assert-is-complex128ndarray-like
Test if a value is an ndarray-like object containing double-precision complex floating-point numbers.
@stdlib/math-base-special-kernel-log1p
Compute log(1+f) - f for 1+f in ~[sqrt(2)/2, sqrt(2)].
@stdlib/blas-base-matrix-triangle-str2enum
Return the enumeration constant associated with a BLAS matrix triangle.
@stdlib/random-streams-randi
Create a readable stream for generating pseudorandom numbers having integer values.
stats-strided-dvariancepn
Calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.
stats-strided-dmskmax
Calculate the maximum value of a double-precision floating-point strided array according to a mask.
utils-some-in-by
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
stats-strided-mskrange
Calculate the range of a strided array according to a mask.
number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
@stdlib/math-base-special-acscf
Compute the arccosecant of a single-precision floating-point number.
stats-base-dists-bradford-pdf
Bradford distribution probability density function (PDF).
math-base-special-acscdf
Compute the arccosecant (in degrees) of a single-precision floating-point number.
stats-base-sdsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation with extended accumulation.
constants-float32-ln-ten
Natural logarithm of `10` as a single-precision floating-point number.
@stdlib/random-array-chi
Create an array containing pseudorandom numbers drawn from a chi distribution.