stats-strided-snanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
ndarray-base-unary-strided1d-dispatch-factory
Create a function for applying a strided function to a provided ndarray.
@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.
complex-float64-base-sub
Subtract two double-precision complex floating-point numbers.
lapack-base-dgttrf
Compute an `LU` factorization of a real tridiagonal matrix `A` using elimination with partial pivoting and row interchanges
ndarray-base-assert-is-integer-index-data-type
Test if an input value is a supported ndarray integer index data type.
sbb
Semantic Body Browser - a tool for graphically exploring an organism's body.
stats-incr-nanskewness
Compute a corrected sample skewness incrementally, ignoring NaN values.
stats-base-ztest-one-sample-results-float32
Create a one-sample Z-test single-precision floating-point results object.
https://github.com/arturbomtempo-learning/contact-registration
Project developed for the purpose of training the creation of a CRUD with JSON Server.
stats-strided-nanstdevpn
Calculate the standard deviation of a strided array ignoring NaN values and using a two-pass 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.
stats-strided-dztest2
Compute a two-sample Z-test for two double-precision floating-point strided arrays.
https://github.com/arturbomtempo-dev/rocket-pay
Creation a credit card generator from the data entered by the user.
stats-base-ndarray-scumax
Compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.
https://github.com/arturbomtempo-learning/cotemig-framework-assignments
Projects created in the Framework subject of the technical course in web and mobile development.
stats-strided-dnanmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.
math-array-special-abs
Compute the absolute value for each element in an input array.
stats-array-nanmeanpn
Calculate the arithmetic mean of an array, ignoring NaN values and using a two-pass error correction algorithm.
math-base-special-gammasgnf
Computes the sign of the gamma function for a single-precision floating-point number.
blas-ext-base-ndarray-ssum
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray.
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/stats-base-dists-bernoulli-stdev
Bernoulli distribution standard deviation.
@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.
number-float64-base-ulp-difference
Compute the number of representable double-precision floating-point values that separate two double-precision floating-point numbers along the real number line.
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-lcmf
Compute the least common multiple (lcm) of two single-precision floating-point numbers.
@stdlib/slice-base-sargs2multislice
Create a MultiSlice object from a comma-separated list of string-serialized MultiSlice constructor arguments.
stats-strided-scumin
Calculate the cumulative minimum of single-precision floating-point strided array elements.
@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.
stats-array-nanmskmax
Calculate the maximum value of an array according to a mask, ignoring NaN values.
@stdlib/math-base-special-asind
Compute the arcsine (in degrees) of a double-precision floating-point number.
@hugoalh/base16
An ECMAScript (JavaScript & TypeScript) module for Base16 encode and decode.
https://github.com/capjamesg/pwa.js
A utility script for turning a web page into a PWA. Not ready for use.
stats-strided-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-svariancech
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
@hugoalh/eol
An ECMAScript (JavaScript & TypeScript) module to handle end of line (EOL).
complex-float32-base-identity
Evaluate the identity function for a single-precision complex floating-point number.
hotspotter
An incentivized crowdsensing system for the visualization of Wi-Fi and cellular network coverage.
stats-strided-meanwd
Calculate the arithmetic mean of a strided array using Welford's algorithm.
stats-strided-dsnanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.
stats-strided-meanors
Calculate the arithmetic mean of a strided array using ordinary recursive summation.
@stdlib/math-base-special-lnf
Evaluate the natural logarithm of a single-precision floating-point number.
runtime-info-es
An ECMAScript (JavaScript & TypeScript) module for runtime information.
@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.
ndarray-base-unary-reduce-strided1d-assign-struct
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.
@stdlib/constants-time-milliseconds-in-minute
Number of milliseconds in a minute.
@stdlib/stats-base-dists-betaprime-mean
Beta prime distribution expected value.
@stdlib/blas-base-scasum
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.
@stdlib/random-strided-tools-binary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a binary PRNG.
math-base-special-logf
Compute the base `b` logarithm of a single-precision floating-point number.
stats-strided-sstdev
Calculate the standard deviation of a single-precision floating-point strided array.
stats-strided-svariancetk
Calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.
array-base-cuany-by-right
Cumulatively test whether at least one array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
array-little-endian-factory
Return a typed array constructor for creating typed arrays stored in little-endian byte order.