stats-strided-dvarmtk
Calculate the variance of a double-precision floating-point strided array provided a known mean and using a one-pass textbook algorithm.
random-array-beta
Create an array containing pseudorandom numbers drawn from a beta distribution.
@stdlib/random-strided-beta
Fill a strided array with pseudorandom numbers drawn from a beta distribution.
stats-strided-dsem
Calculate the standard error of the mean for a double-precision floating-point strided array.
stats-strided-dsmeanpw
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation with extended accumulation and returning an extended precision result.
@stdlib/random-strided-normal
Fill a strided array with pseudorandom numbers drawn from a normal distribution.
ndarray-base-unary-reduce-strided1d-assign-struct
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.
stats-strided-dnanmin
Calculate the minimum value of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-dnanmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
stats-strided-scumaxabs
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
number-float64-base-add5
Compute the sum of five double-precision floating-point numbers.
stats-strided-dsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.
stats-base-dists-planck-logpmf
Evaluate the logarithm of the probability mass function (PMF) for a Planck (discrete exponential) distribution.
stats-strided-dmskrange
Calculate the range of a double-precision floating-point strided array according to a mask.
stats-array-nanmaxabs
Calculate the maximum absolute value of an array, ignoring NaN values.
stats-strided-dnanmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
math-base-special-vercosf
Compute the versed cosine of a single-precision floating-point number (in radians).
stats-strided-dsmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.
@stdlib/utils-define-nonenumerable-write-only-accessor
Define a non-enumerable write-only accessor.
stats-strided-dsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
math-base-special-nonfibonaccif
Compute the nth non-Fibonacci single-precision floating-point number.
@stdlib/random-strided-lognormal
Fill a strided array with pseudorandom numbers drawn from a lognormal distribution.
lapack-base-dge-trans
Convert input general matrix from row-major to column-major layout or vice versa.
stats-strided-dvariance
Calculate the variance of a double-precision floating-point strided array.
stats-strided-variancepn
Calculate the variance of a strided array using a two-pass algorithm.
stats-strided-variancech
Calculate the variance of a strided array using a one-pass trial mean algorithm.
stats-strided-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
stats-strided-nanmax
Calculate the maximum value of a strided array, ignoring NaN values.
stats-strided-dstdevyc
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-smediansorted
Calculate the median value of a sorted single-precision floating-point strided array.
stats-strided-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
number-float64-base-add
Compute the sum of two double-precision floating-point numbers.
stats-strided-dnanvariancewd
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
stats-strided-nanminabs
Calculate the minimum absolute value of a strided array, ignoring NaN values.
@stdlib/random-strided-invgamma
Fill a strided array with pseudorandom numbers drawn from an inverse gamma distribution.
stats-array-nanstdevch
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass trial mean algorithm.
@stdlib/math-base-special-truncsd
Round a numeric value to the nearest number toward zero with N significant figures.
constants-float32-sqrt-pi
Square root of the mathematical constant π as a single-precision floating-point number.
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/slice-base-args2multislice
Create a MultiSlice object from a list of MultiSlice constructor arguments.
@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.
math-array-special-abs
Compute the absolute value for each element in an input array.
stats-strided-varianceyc
Calculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-variancewd
Calculate the variance of a strided array using Welford's algorithm.
stats-incr-nanskewness
Compute a corrected sample skewness incrementally, ignoring NaN values.
constants-float32-num-significand-bits
Number of significand bits for a single-precision floating-point number.
complex-float64-base-identity
Evaluate the identity function for a double-precision complex floating-point number.
complex-float64-base-sub
Subtract two double-precision complex floating-point numbers.
stats-strided-smeanpw
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.
stats-strided-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
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.
random-exponential
Generate pseudorandom numbers drawn from an exponential distribution.
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.
blas-ext-base-ndarray-glast-index-of
Return the last index of a specified search element in a one-dimensional ndarray.
blas-ext-base-ndarray-sindex-of
Return the first index of a specified search element in a one-dimensional single-precision floating-point ndarray.
@stdlib/math-base-special-asecf
Compute the inverse (arc) secant of a single-precision floating-point number.
stats-strided-dmidrange
Calculate the mid-range of a double-precision floating-point strided array.
@stdlib/math-base-special-atand
Compute the arctangent(in degrees) of a double-precision floating-point number.
@stdlib/constants-complex64-zero
Single-precision complex floating-point zero.
stats-incr-nanmstdev
Compute a moving corrected sample standard deviation incrementally, ignoring NaN values.