stats-array-meanwd
Calculate the arithmetic mean of an array using Welford's algorithm.
@stdlib/constants-complex128-zero
Double-precision complex floating-point zero.
@stdlib/random-array-bernoulli
Create an array containing pseudorandom numbers drawn from a Bernoulli distribution.
stats-strided-wasm-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
constants-float32-max-base10-exponent
The maximum base 10 exponent for a single-precision floating-point number.
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.
math-base-special-csignumf
Evaluate the signum function of a single-precision complex floating-point number.
stats-strided-snanmskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
stats-array-nanmskrange
Calculate the range of an array according to a mask, ignoring NaN values.
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.
iter-cusome-by
Create an iterator which cumulatively tests whether at least `n` iterated values pass a test implemented by a predicate function.
array-fixed-endian-factory
Return a typed array constructor for creating typed arrays having a specified byte order.
number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
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. 🛠️📦
stats-strided-nanmin-by
Calculate the minimum value of a strided array via a callback function, ignoring NaN values.
stats-strided-nanmax-by
Calculate the maximum value of a strided array via a callback function, ignoring NaN values.
stats-strided-min-by
Calculate the minimum value of a strided array via a callback function.
stats-strided-max-by
Calculate the maximum value of a strided array via a callback function.
https://github.com/caleb531/truthy
The truth table generator app, written in JavaScript using Mithril
number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
stats-strided-mskrange
Calculate the range of a strided array according to a mask.
stats-array-stdevyc
Calculate the standard deviation of an array using a one-pass algorithm proposed by Youngs and Cramer.
stats-array-nanmean
This repository provides a function to compute the mean of an array while ignoring NaN values. 📊 Explore efficient numerical computations in JavaScript with our standard library! 🚀
@stdlib/random-streams-randi
Create a readable stream for generating pseudorandom numbers having integer values.
stats-strided-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
constants-float32-min-base10-exponent
The minimum base 10 exponent for a normal single-precision floating-point number.
stats-array-stdevpn
Calculate the standard deviation of an array using a two-pass algorithm.
lapack-base-dlaset
Set the off-diagonal elements and the diagonal elements of a double-precision floating-point matrix to specified values.
stats-strided-dcovarmtk
Calculate the covariance of two double-precision floating-point strided arrays provided known means and using a one-pass textbook algorithm.
@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.
@stdlib/random-array-tools-unary
Constructor for creating arrays filled with pseudorandom values drawn from a unary PRNG.
complex-float32-base-assert-is-almost-equal
Test whether two single-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
stats-strided-sminabs
Calculate the minimum absolute value of a single-precision floating-point strided array.
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.
@stdlib/assert-is-complex64matrix-like
Test if a value is a 2-dimensional ndarray-like object containing single-precision complex floating-point numbers.
ndarray-vector-uint8c
Create a clamped unsigned 8-bit integer vector (i.e., a one-dimensional ndarray).
stats-array-max-by
Calculate the maximum value of an array via a callback function.
stats-strided-dnanstdevpn
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
stats-strided-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
blas-base-strsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
constants-float32-max-safe-nth-double-factorial
Maximum safe nth double factorial when stored in single-precision floating-point format.
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-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-variancewd
Calculate the variance of a strided array using Welford's algorithm.
stats-strided-varianceyc
Calculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
ndarray-vector-uint32
Create an unsigned 32-bit integer vector (i.e., a one-dimensional ndarray).
stats-strided-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
stats-array-nanstdevch
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass trial mean algorithm.
stats-strided-snanminabs
Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-nanminabs
Calculate the minimum absolute value of a strided array, ignoring NaN values.
stats-strided-dnanvariancewd
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.