math-base-special-minf
Return the minimum single-precision floating-point number.
@stdlib/math-base-ops-add4
Compute the sum of four double-precision floating-point numbers.
math-base-special-nanmaxf
Return the maximum value of two single-precision floating-point numbers, ignoring NaN.
@stdlib/random-array-normal
Create an array containing pseudorandom numbers drawn from a normal distribution.
@stdlib/array-base-fancy-slice-assign
Assign element values from a broadcasted input array to corresponding elements in an output array.
@stdlib/math-iter-sequences-tribonacci
Create an iterator which generates a Tribonacci sequence.
@stdlib/ndarray-base-nullary-tiling-block-size
Resolve a loop block size for multi-dimensional array tiled loops.
@stdlib/math-base-special-rcbrtf
Compute the reciprocal cube root of a single-precision floating-point number.
@stdlib/math-base-special-acscd
Compute the arccosecant (in degrees) of a double-precision floating-point number.
@stdlib/math-iter-special-erfcinv
Create an iterator which evaluates the inverse complementary error function for each iterated value.
@stdlib/array-base-quinary4d
Apply a quinary callback to elements in five four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
array-base-cuevery-by-right
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
constants-float32-max-base2-exponent-subnormal
The maximum biased base 2 exponent for a subnormal single-precision floating-point number.
constants-float32-sqrt-three
Square root of 3 as a single-precision floating-point number.
open-sri
Ultralight, non-dependent and minimalist open-source package to recursively generate subresource integrity (SRI) hashes.
complex-float32-base-identity
Evaluate the identity function for a single-precision complex floating-point number.
@stdlib/array-base-unary2d
Apply a unary callback to elements in a two-dimensional nested input array and assign results to elements in a two-dimensional nested output array.
stats-strided-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
stats-base-ztest-one-sample-results-to-string
Serialize a one-sample Z-test results object as a formatted string.
@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.
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.
random-exponential
Generate pseudorandom numbers drawn from an exponential distribution.
@stdlib/math-base-special-asecf
Compute the inverse (arc) secant of a single-precision floating-point number.
@stdlib/math-base-special-atand
Compute the arctangent(in degrees) of a double-precision floating-point number.
@stdlib/array-base-mskunary3d
Apply a unary callback to elements in a three-dimensional nested input array according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
math-base-special-heavisidef
Evaluate the Heaviside function for a single-precision floating-point number.
@hugoalh/sort
An ECMAScript (JavaScript & TypeScript) module for enhanced sort operation.
stats-strided-mediansorted
Calculate the median value of a sorted strided array.
stats-strided-dmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array.
blas-base-dtrmv
Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.
stats-array-mskmax
Calculate the maximum value of an array according to a mask.
math-base-special-ahavercosf
Compute the inverse half-value versed cosine for a single-precision floating point number.
stats-array-meanwd
Calculate the arithmetic mean of an array using Welford's algorithm.
stats-base-dists-planck-kurtosis
Planck (discrete exponential) distribution excess kurtosis.
@stdlib/constants-complex128-zero
Double-precision complex floating-point zero.
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/random-array-bernoulli
Create an array containing pseudorandom numbers drawn from a Bernoulli distribution.
https://github.com/a-herzog/queuecalc
Queue calculator is a web service for calculating the characteristics of different queueing models.
constants-float32-max-base10-exponent
The maximum base 10 exponent for a single-precision floating-point number.
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! 🐱💻✨
stats-base-ztest-alternative-enum2str
This repository provides an alternative implementation of the `enum2str` function for statistical analysis in JavaScript. It enhances your ability to convert enumeration values to strings, streamlining your data processing tasks. 🛠️📊
stats-strided-dmeanlipw
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
https://github.com/a-herzog/qc
Statistical quality control is a web service for calculating sampling plans for statistical quality control.
stats-array-variancepn
Calculate the variance of an array using a two-pass algorithm.
stats-array-variancech
Calculate the variance of an array using a one-pass trial mean algorithm.