stats-strided-srange
Calculate the range of a single-precision floating-point strided array.
stats-array-nanmeanpn
Calculate the arithmetic mean of an array, ignoring NaN values and using a two-pass error correction algorithm.
stats-strided-dvarm
Calculate the variance of a double-precision floating-point strided array provided a known mean.
stats-strided-dsemwd
Calculate the standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.
ndarray-vector-int8
Create a signed 8-bit integer vector (i.e., a one-dimensional ndarray).
@stdlib/complex-float32-base-add
Add two single-precision complex floating-point numbers.
@stdlib/complex-float32-conj
Return the complex conjugate of a single-precision complex floating-point number.
stats-base-ndarray-sztest
Compute a one-sample Z-test for a one-dimensional single-precision floating-point ndarray.
@stdlib/random-array-uniform
Create an array containing pseudorandom numbers drawn from a continuous uniform distribution.
number-int32-base-muldw
Compute the double word product of two signed 32-bit integers.
complex-float64-base-scale
Scale a double-precision complex floating-point number by a real-valued double-precision floating-point scalar constant.
blas-base-wasm-zswap
Interchange two complex double-precision floating-point vectors.
sandboxels
In-browser falling-sand simulation game with over 500 elements and thousands of reactions.
blas-base-wasm-ccopy
Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.
ndarray-vector-uint16
Create an unsigned 16-bit integer vector (i.e., a one-dimensional ndarray).
stats-base-ztest-two-sample-results-float32
Create a two-sample Z-test single-precision floating-point results object.
math-base-special-fibonacci-indexf
Compute the Fibonacci number index of a single-precision floating-point number.
stats-strided-dmean
Calculate the arithmetic mean of a double-precision floating-point strided array.
stats-base-ndarray-smax
Compute the maximum value of a one-dimensional single-precision floating-point ndarray.
stats-base-ndarray-max-by
Compute the maximum value of a one-dimensional ndarray via a callback function.
helperUtils
Reusable javascript helper utility methods. <https://www.npmjs.com/package/@darcher/js-helpers>
stats-array-nanvariancepn
Calculate the variance of an array ignoring `NaN` values and using a two-pass algorithm.
stats-strided-stdevwd
Calculate the standard deviation of a strided array using Welford's algorithm.
blas-base-wasm-scasum
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.
stats-strided-stdevyc
Calculate the standard deviation of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-stdevtk
Calculate the standard deviation of a strided array using a one-pass textbook algorithm.
@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.
stats-strided-smax
Calculate the maximum value of a single-precision floating-point strided array.
stats-array-nanstdev
Calculate the standard deviation of an array ignoring `NaN` values.
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.
stats-strided-dnanstdevyc
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
math-base-special-acotdf
Compute the arccotangent (in degrees) of a single-precision floating-point number.
stats-strided-dnanstdevwd
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
@stdlib/random-array-cauchy
Create an array containing pseudorandom numbers drawn from a Cauchy distribution.
stats-strided-stdevch
Calculate the standard deviation of a strided array using a one-pass trial mean algorithm.
stats-strided-dnanstdev
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values.
stats-strided-dsmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.
@stdlib/blas-base-cscal
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.
stats-array-nanmaxabs
Calculate the maximum absolute value of an array, ignoring NaN values.
stats-strided-dnanmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
stats-base-ztest-one-sample-results-factory
Return a constructor for creating a one-sample Z-test results object.
stats-base-dists-planck-mgf
Planck (discrete exponential) distribution moment-generating function (MGF).
stats-strided-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
math-base-special-vercosf
Compute the versed cosine of a single-precision floating-point number (in radians).
stats-strided-smeanli
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.
@stdlib/random-array-triangular
Create an array containing pseudorandom numbers drawn from a triangular distribution.
stats-strided-dsmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.
@stdlib/utils-define-nonenumerable-write-only-accessor
Define a non-enumerable write-only accessor.
@stdlib/random-strided-lognormal
Fill a strided array with pseudorandom numbers drawn from a lognormal distribution.
lapack-base-dge-trans
Convert input general matrix from row-major to column-major layout or vice versa.
lapack-base-spttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
stats-strided-dvariance
Calculate the variance of a double-precision floating-point strided array.
stats-strided-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
@hugoalh/symmetric-crypto
An ECMAScript (JavaScript & TypeScript) module to provide an easier symmetric crypto.
stats-strided-dsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
node-seal
Homomorphic Encryption for TypeScript or JavaScript - Microsoft SEAL
stats-strided-dnanvariancewd
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
stats-strided-nanminabs
Calculate the minimum absolute value of a strided array, ignoring NaN values.
constants-float32-sqrt-phi
Square root of the golden ratio as a single-precision floating-point number.
stats-array-nanstdevch
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass trial mean algorithm.
@stdlib/math-base-special-truncsd
Round a numeric value to the nearest number toward zero with N significant figures.
bytes-matcher-es
An ECMAScript (JavaScript & TypeScript) module to determine whether the bytes is match the specify signature.