blas-ext-base-wasm-dasumpw
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
stats-strided-sztest2
Compute a two-sample Z-test for two single-precision floating-point strided arrays.
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-array-nanstdevtk
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass textbook algorithm.
stats-strided-nanvariancech
Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
lapack-base-sge-trans
Convert a matrix from row-major layout to column-major layout or vice versa.
@stdlib/lapack-base-dpttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
math-base-special-nanminf
Return the minimum value of two single-precision floating-point numbers, ignoring NaN.
stats-base-dists-planck-mgf
Planck (discrete exponential) distribution moment-generating function (MGF).
https://github.com/caleb531/connect-four
The slickest way to get 4-in-a-row, written using HTML5, JS, and Mithril (like React). Features an AI player, online multiplayer capability, and a smooth user interface
stats-base-ztest-one-sample-results-factory
Return a constructor for creating a one-sample Z-test results object.
constants-float32-min-base10-exponent-subnormal
The minimum base 10 exponent for a subnormal single-precision floating-point number.
assert-is-almost-equal-complex128array
Test if two arguments are both Complex128Arrays and contain respective elements which are approximately equal within a specified number of ULPs (units in the last place).
stats-array-meanpw
Calculate the arithmetic mean of an array using pairwise summation.
array-base-mskbinary4d
Apply a binary callback to elements in two four-dimensional nested input arrays according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.
array-base-mskbinary3d
Apply a binary callback to elements in two three-dimensional nested input arrays according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
number-uint32-base-muldw
Compute the double word product of two unsigned 32-bit integers.
random-exponential
Generate pseudorandom numbers drawn from an exponential distribution.
complex-float64-base-identity
Evaluate the identity function for a double-precision complex floating-point number.
securibench-micro.js
A Securibench Micro inspired program analysis benchmark for server-side JavaScript
constants-float32-num-significand-bits
Number of significand bits for a single-precision floating-point number.
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.
https://github.com/antho8101/re-memory
🌌 A poetic point & click adventure built with Vite and pure JavaScript. Dive into a handcrafted world where lost love lingers in the glow of forgotten machines.
@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-base-ztest-one-sample-results-to-string
Serialize a one-sample Z-test results object as a formatted string.
@stdlib/slice-base-sargs2multislice
Create a MultiSlice object from a comma-separated list of string-serialized MultiSlice constructor arguments.
stats-strided-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
@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-base-dists-planck-logpmf
Evaluate the logarithm of the probability mass function (PMF) for a Planck (discrete exponential) distribution.
stats-strided-svariancech
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
@stdlib/math-base-special-lnf
Evaluate the natural logarithm of a single-precision floating-point number.
extra-javascript-text
Utilities for processing JavaScript text.
stats-strided-dmin
Calculate the minimum value of a double-precision floating-point strided array.
@stdlib/random-array-minstd-shuffle
Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
stats-strided-dnanvarianceyc
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-snanrange
Calculate the range of a single-precision floating-point strided array, ignoring NaN values.
random-tools-unary-factory
Create a function for generating pseudorandom numbers drawn from a single-parameter probability distribution.
constants-float32-max-safe-nth-tribonacci
Maximum safe nth Tribonacci number when stored in single-precision floating-point format.
array-base-unary5d-by
Apply a unary function to each element retrieved from a five-dimensional nested input array according to a callback function and assign results to elements in a five-dimensional nested output array.
stats-base-ztest-alternative-str2enum
Return the enumeration constant associated with a Z-test alternative hypothesis string.
stats-strided-mediansorted
Calculate the median value of a sorted strided array.
@stdlib/random-strided-mt19937
Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
stats-strided-dmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array.
@stdlib/array-base-assert-is-complex64array
Test if a value is a Complex64Array.
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.
@stdlib/constants-complex128-zero
Double-precision complex floating-point zero.
@stdlib/stats-base-dists-betaprime-mean
Beta prime distribution expected value.
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.