stats-base-dists-planck-median
Planck (discrete exponential) distribution median.
stats-strided-min-by
Calculate the minimum value of a strided array via a callback function.
math-base-special-ldexpf
Multiply a single-precision floating-point number by an integer power of two.
stats-strided-nanmax-by
Calculate the maximum value of a strided array via a callback function, ignoring NaN values.
stats-strided-nanmin-by
Calculate the minimum value of a strided array via a callback function, ignoring NaN values.
@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.
@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.
assert-napi-is-dataview
This repository provides a simple way to check if a value is a DataView in JavaScript. It streamlines your code and enhances type safety in numerical computations. 🛠️📦
ndarray-base-unary-reduce-subarray-by
Perform a reduction over a list of specified dimensions in an input ndarray according to a callback function and assign results to a provided output ndarray.
ndarray-base-unary-reduce-strided1d-by
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function accepting a callback and assign results to a provided output ndarray.
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. 🛠️
number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
stats-strided-dcovarmtk
Calculate the covariance of two double-precision floating-point strided arrays provided known means and using a one-pass textbook algorithm.
math-base-special-versinf
Explore the math-base-special-version library for efficient numerical and scientific computation in JavaScript. Ideal for web and Node.js applications. 🚀📊
stats-strided-snanmin
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/assert-is-complex128matrix-like
Test if a value is a 2-dimensional ndarray-like object containing double-precision complex floating-point numbers.
wasm-base-arrays2ptrs
Convert a list of arrays to pointers (i.e., byte offsets) in WebAssembly module memory.
blas-ext-base-ndarray-gindex-of
Return the first index of a specified search element in a one-dimensional ndarray.
stats-strided-smaxsorted
Calculate the maximum value of a sorted single-precision floating-point strided array.
math-base-special-atandf
Compute the arctangent(in degrees) of a single-precision floating-point number.
array-fixed-endian-factory
Return a typed array constructor for creating typed arrays having a specified byte order.
complex-float64-base-assert-is-almost-equal
Test whether two double-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
stats-array-nanmean
Calculate the arithmetic mean of an array, ignoring NaN values.
iter-cusome-by
Create an iterator which cumulatively tests whether at least `n` iterated values pass a test implemented by a predicate function.
@stdlib/constants-float64-max-safe-nth-factorial
Maximum safe nth factorial when stored in double-precision floating-point format.
stats-array-nanmskrange
Calculate the range of an array according to a mask, ignoring NaN values.
@stdlib/random-strided-minstd-shuffle
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
@stdlib/constants-complex64-nan
Canonical single-precision complex floating-point NaN.
math-base-special-atan2d
Compute the angle in the plane (in degrees) between the positive x-axis and the ray from (0,0) to the point (x,y).
array-base-mskbinary5d
Apply a binary callback to elements in two five-dimensional nested input arrays according to elements in a five-dimensional nested mask array and assign results to elements in a five-dimensional nested output array.
stats-strided-svariance
Calculate the variance of a single-precision floating-point strided array.
stats-strided-dvariancech
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-smaxabssorted
Calculate the maximum absolute value of a sorted single-precision floating-point strided array.
stats-cumax
Compute the cumulative maximum value along one or more ndarray dimensions.
stats-strided-dvariancewd
Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.
stats-array-variancech
Calculate the variance of an array using a one-pass trial mean algorithm.
math-base-special-acovercosf
Compute the inverse coversed cosine of a single-precision floating-point number (in radians).
stats-array-variancepn
Calculate the variance of an array using a two-pass algorithm.
stats-base-ndarray-dztest
Compute a one-sample Z-test for a one-dimensional double-precision floating-point ndarray.
ndarray-base-unary-reduce-strided1d-dispatch-by
This repository provides efficient methods for unary reduction operations on strided 1D arrays. Explore the code and contribute to the future of numerical computation! 🐱💻✨
math-base-special-binomcoeff
Compute the binomial coefficient as a single-precision floating-point number.
@stdlib/random-array-bernoulli
Create an array containing pseudorandom numbers drawn from a Bernoulli distribution.
@stdlib/array-base-unary4d
Apply a unary callback to elements in a four-dimensional nested input array and assign results to elements in a four-dimensional nested output array.
stats-strided-dnanvariancepn
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
math-base-special-atan2f
Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y) as a single-precision floating-point number.
stats-strided-dnanstdevch
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
@stdlib/constants-complex128-zero
Double-precision complex floating-point zero.
constants-float32-sqrt-half-pi
Square root of 0.5π as a single-precision floating-point number.
@stdlib/array-base-map4d
Apply a function to elements in a four-dimensional nested input array and assign results to elements in a new four-dimensional nested output array.