stats-strided-dcumaxabs
Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.
constants-float64-max-safe-nth-tribonacci
Maximum safe nth Tribonacci number when stored in double-precision floating-point format.
stats-strided-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/random-strided-discrete-uniform
Fill a strided array with pseudorandom numbers drawn from a discrete uniform distribution.
@stdlib/random-strided-chisquare
Fill a strided array with pseudorandom numbers drawn from a chi-square distribution.
stats-array-mskmax
Calculate the maximum value of an array according to a mask.
stats-incr-nanmean
Compute an arithmetic mean incrementally, ignoring NaN values.
blas-ext-base-wasm-dapxsumpw
Add a constant to each double-precision floating-point strided array element and compute the sum using pairwise summation.
ndarray-vector-float64
Create a double-precision floating-point vector (i.e., a one-dimensional ndarray).
stats-strided-dsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
constants-float64-max-safe-nth-double-factorial
Maximum safe nth double factorial when stored in double-precision floating-point format.
@stdlib/array-base-unary3d
Apply a unary callback to elements in a three-dimensional nested input array and assign results to elements in a three-dimensional nested output array.
math-base-special-fibonaccif
Compute the nth Fibonacci number as a single-precision floating-point number.
@stdlib/random-array-chi
Create an array containing pseudorandom numbers drawn from a chi distribution.
napi-argv-dataview
This repository provides a way to work with DataView in Node.js, allowing seamless manipulation of binary data. 🌐 Explore efficient numerical computations with ease and flexibility. 🛠️
math-base-special-acosdf
Compute the arccosine (in degrees) of a single-precision floating-point number.
blas-base-wasm-scnrm2
Efficiently compute the SCNRM2 norm in WebAssembly with blas-base-wasm-scnrm2. Enhance your numerical tasks in JavaScript and Node.js! 🚀💻
stats-strided-nanmin-by
Calculate the minimum value of a strided array via a callback function, ignoring NaN values.
array-base-broadcasted-binary5d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a five-dimensional nested output array.
stats-strided-dnanmean
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/array-base-broadcasted-binary4d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
stats-strided-nanvariancepn
Calculate the variance of a strided array ignoring NaN values and using a two-pass algorithm.
math-base-special-cphasef
This repository, "math-base-special-cphasef," provides specialized mathematical functions for complex phase calculations. Explore the code and contribute to enhance numerical computation in JavaScript! 🛠️🌐
stats-strided-meanpn
Stats-strided-meanpn provides efficient computation of strided means for numerical data. 📊 This library enhances your data analysis capabilities in JavaScript and Node.js. 🚀
math-base-special-coversinf
Compute the coversed sine of a single-precision floating-point number (in radians).
stats-strided-dvarmpn
Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.
@stdlib/array-empty-like
Create an uninitialized array having the same length and data type as a provided array.
number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
math-base-special-nanminf
Return the minimum value of two single-precision floating-point numbers, ignoring NaN.
stats-array-stdevyc
Calculate the standard deviation of an array using a one-pass algorithm proposed by Youngs and Cramer.
stats-base-dists-planck-mgf
Planck (discrete exponential) distribution moment-generating function (MGF).
math-base-special-cinvf
Compute the inverse of a single-precision complex floating-point number.
stats-base-ztest-one-sample-results-factory
Return a constructor for creating a one-sample Z-test results object.
constants-float32-min-base10-exponent-subnormal
The minimum base 10 exponent for a subnormal single-precision floating-point number.
assert-is-almost-equal-complex128array
Test if two arguments are both Complex128Arrays and contain respective elements which are approximately equal within a specified number of ULPs (units in the last place).
stats-array-meanpw
Calculate the arithmetic mean of an array using pairwise summation.
number-uint32-base-muldw
Compute the double word product of two unsigned 32-bit integers.
stats-strided-dstdevwd
Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.
@stdlib/random-array-cauchy
Create an array containing pseudorandom numbers drawn from a Cauchy distribution.
@stdlib/random-array-poisson
Create an array containing pseudorandom numbers drawn from a Poisson distribution.
@stdlib/assert-is-complex128ndarray-like
Test if a value is an ndarray-like object containing double-precision complex floating-point numbers.
stats-strided-dnanvarianceyc
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-smax
Calculate the maximum value of a single-precision floating-point strided array.
@stdlib/array-zero-to-like
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.
array-base-broadcasted-ternary3d
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
stats-strided-dnanstdevtk
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
stats-strided-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
complex-float64-base-scale
Scale a double-precision complex floating-point number by a real-valued double-precision floating-point scalar constant.
number-int32-base-muldw
Compute the double word product of two signed 32-bit integers.
stats-array-stdevwd
Calculate the standard deviation of an array using Welford's algorithm.
stats-array-stdevpn
Calculate the standard deviation of an array using a two-pass algorithm.
stats-strided-dvarm
Calculate the variance of a double-precision floating-point strided array provided a known mean.
lapack-base-dlaset
Set the off-diagonal elements and the diagonal elements of a double-precision floating-point matrix to specified values.
stats-strided-srange
Calculate the range of a single-precision floating-point strided array.