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-array-variancetk
constants-float64-max-nth-double-factorial
Maximum nth double factorial when stored in double-precision floating-point format.
blas-ext-cusum
Compute the cumulative sum along one or more ndarray dimensions.
stats-array-nanstdevtk
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass textbook algorithm.
stats-strided-nanvariancech
Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
blas-ext-base-ndarray-glast-index-of
Efficiently find the index of values in ndarrays with blas-ext-base-ndarray-glast-index-of. Ideal for numerical computations in JavaScript. 🐙💻
math-base-special-sech
Math Base Special Sech provides efficient mathematical functions for numerical computation in JavaScript. Enhance your projects with reliable and precise calculations! 🚀📊
stats-array-meanpw
Calculate the arithmetic mean of an array using pairwise summation.
stats-strided-smeanpw
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.
stats-base-dists-planck-mgf
Planck (discrete exponential) distribution moment-generating function (MGF).
stats-strided-dstdevpn
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
stats-strided-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-dztest
Compute a one-sample Z-test for a double-precision floating-point strided array.
math-base-special-cosf
Compute the cosine of a single-precision floating-point number (in radians).
@stdlib/math-base-special-cotd
Compute the cotangent of an angle measured in degrees
math-base-special-frexpf
Split a single-precision floating-point number into a normalized fraction and an integer power of two.
math-base-special-sqrtpif
Compute the principal square root of the product of π and a positive single-precision floating-point number.
math-array-tools-unary
Constructor for applying a unary function to each element in an input array.
@stdlib/random-strided-tools-ternary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.
stats-strided-dmediansorted
Calculate the median value of a sorted double-precision floating-point strided array.
stats-strided-snanmaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-sstdevtk
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook algorithm.
complex-float64-base-neg
Negate a double-precision complex floating-point number.
math-base-special-negafibonaccif
Compute the nth negaFibonacci number as a single-precision floating-point number.
stats-strided-sminsorted
Calculate the minimum value of a sorted single-precision floating-point strided array.
blas-ext-base-wasm-dnanasumors
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
ndarray-base-unary-strided1d
Apply a one-dimensional strided array function to a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
stats-base-ndarray-dmax
Compute the maximum value of a one-dimensional double-precision floating-point ndarray.
@stdlib/blas-ext-base-gnansumpw
Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.
math-base-special-nanminf
Return the minimum value of two single-precision floating-point numbers, ignoring NaN.
@stdlib/complex-float32-base-assert-is-same-value-zero
Test whether two single-precision complex floating-point numbers are the same value.
@stdlib/array-base-binarynd
Apply a binary callback to elements in n-dimensional nested input arrays and assign results to elements in an n-dimensional nested output array.
@stdlib/array-base-assert-is-complex128array
Test if a value is a Complex128Array.
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).
blas-ext-base-ndarray-zsum
Compute the sum of all elements in a one-dimensional double-precision complex floating-point ndarray.
@stdlib/array-base-quaternary3d
Apply a quaternary callback to elements in four three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
math-base-special-avercosf
Compute the inverse versed cosine of a single-precision floating-point number (in radians).
math-base-special-acoversinf
Compute the inverse coversed sine of a single-precision floating-point number (in radians).
@stdlib/math-base-special-asinf
Compute the arcsine of a single-precision floating-point number.
array-base-mskbinary3d
Apply a binary callback to elements in two three-dimensional nested input arrays according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
complex-float64-conj
Return the complex conjugate of a double-precision complex floating-point number.
array-base-without
Return a new array containing every element from an input array, except for the element at a specified index.
ndarray-base-unary-strided1d-dispatch
Constructor for applying a strided function to an input ndarray.
array-base-mskbinary4d
Apply a binary callback to elements in two four-dimensional nested input arrays according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.
array-base-broadcasted-quaternary3d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
stats-strided-maxabs
This repository provides a function to compute the maximum absolute value of strided data efficiently. Join us in enhancing numerical computation in JavaScript! 🛠️✨
stats-strided-dnanvariancepn
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
stats-strided-svariancepn
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.