stats-strided-dnanstdevpn
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
math-base-special-secf
Compute the secant of a single-precision floating-point number (in radians).
@stdlib/random-strided-tools-ternary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.
random-exponential
Generate pseudorandom numbers drawn from an exponential distribution.
number-float64-base-assert-is-almost-equal
Test if two double-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
complex-float64-base-sub
Subtract two double-precision complex floating-point numbers.
ndarray-base-assert-is-integer-index-data-type
Test if an input value is a supported ndarray integer index data type.
stats-strided-dsempn
Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.
sbb
Semantic Body Browser - a tool for graphically exploring an organism's body.
stats-strided-dmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
complex-float64-base-identity
Evaluate the identity function for a double-precision complex floating-point number.
ndarray-vector-int32
Create a signed 32-bit integer vector (i.e., a one-dimensional ndarray).
constants-float32-num-significand-bits
Number of significand bits for a single-precision floating-point number.
stats-incr-nanskewness
Compute a corrected sample skewness incrementally, ignoring NaN values.
stats-array-stdevch
Calculate the standard deviation of an array using a one-pass trial mean algorithm.
https://github.com/bigfootds/sourcepool
TTRPG content management system, ready for you to self-host. Documentation website for the various bits of the Sourcepool ecosystem.
@stdlib/random-strided-bernoulli
Fill a strided array with pseudorandom numbers drawn from a Bernoulli distribution.
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.
math-array-special-abs
Compute the absolute value for each element in an input array.
@stdlib/array-zero-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
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.
stats-array-variancetk
Calculate the variance of an array using a one-pass textbook algorithm.
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.
array-base-broadcasted-quaternary3d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/array-base-map3d
Apply a function to elements in a three-dimensional nested input array and assign results to elements in a new 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.
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-base-ztest-one-sample-results-to-string
Serialize a one-sample Z-test results object as a formatted string.
@hugoalh/url-regexp
An ECMAScript (JavaScript & TypeScript) module for URL regular expression.
@stdlib/random-array-poisson
Create an array containing pseudorandom numbers drawn from a Poisson distribution.
array-base-broadcasted-ternary4d
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
math-base-special-acotdf
Compute the arccotangent (in degrees) of a single-precision floating-point number.
math-base-special-lcmf
Compute the least common multiple (lcm) of two single-precision floating-point numbers.
@stdlib/random-array-cauchy
Create an array containing pseudorandom numbers drawn from a Cauchy distribution.
stats-strided-dstdevwd
Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.
stats-strided-nanmax
Calculate the maximum value of a strided array, ignoring NaN values.
stats-base-dists-planck-mgf
Planck (discrete exponential) distribution moment-generating function (MGF).
math-base-special-nanminf
Return the minimum value of two single-precision floating-point numbers, ignoring NaN.
stats-strided-scumin
Calculate the cumulative minimum of single-precision floating-point strided array elements.
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.
@stdlib/array-base-binary3d
Apply a binary callback to elements in three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/math-base-special-asind
Compute the arcsine (in degrees) of a double-precision floating-point number.
stats-strided-nanvariancech
Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
stats-array-nanstdevtk
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass textbook algorithm.
stats-array-nanstdevyc
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-sztest2
Compute a two-sample Z-test for two single-precision floating-point strided arrays.
array-struct-factory
Return a constructor for creating arrays having a fixed-width composite data type.
stats-base-ndarray-cumax
Compute the cumulative maximum value of a one-dimensional ndarray.
stats-base-ndarray-dcumax
Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.
@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-dmeanstdevpn
Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
stats-strided-dsnanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
stats-strided-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
stats-base-dists-planck-logpmf
Evaluate the logarithm of the probability mass function (PMF) for a Planck (discrete exponential) distribution.