stats-strided-nanmax
Calculate the maximum value of a strided array, ignoring NaN values.
https://github.com/bigfootds/supercamo
Camo-inspired ODM for NeDB, built specifically for BigfootDS' needs.
stats-strided-nanstdevyc
Compute nan-standard deviations for strided arrays with ease using stats-strided-nanstdevyc. Ideal for numerical and scientific tasks in JavaScript. 🚀📊
stats-base-ztest-one-sample-results-to-string
Serialize a one-sample Z-test results object as a formatted string.
https://github.com/dansm-5/tabs-to-links
Chrome extension to copy links from tabs in chrome
stats-strided-dvarmtk
Calculate the variance of a double-precision floating-point strided array provided a known mean and using a one-pass textbook algorithm.
https://github.com/exabyte-io/made
Materials Design in Javascript (made.js). A JavaScript (Node) library allowing for the creation and manipulation of material structures from atoms up on the web.
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.
math-base-special-gammasgnf
Computes the sign of the gamma function for a single-precision floating-point number.
random-array-beta
Create an array containing pseudorandom numbers drawn from a beta distribution.
pubviz
PubViz is a tool for interactive visualization of publication data in BibTeX.
math-array-special-abs
Compute the absolute value for each element in an input array.
constants-float32-num-significand-bits
Number of significand bits for a single-precision floating-point number.
complex-float64-base-identity
Evaluate the identity function for a double-precision complex floating-point number.
stats-incr-nanstdev
Compute a corrected sample standard deviation incrementally, ignoring NaN values.
random-exponential
Generate pseudorandom numbers drawn from an exponential distribution.
stats-strided-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
@stdlib/math-base-special-asecf
Compute the inverse (arc) secant of a single-precision floating-point number.
@stdlib/math-base-special-atand
Compute the arctangent(in degrees) of a double-precision floating-point number.
stats-strided-dsem
Calculate the standard error of the mean for a double-precision floating-point strided array.
stats-strided-dsmeanpw
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation with extended accumulation and returning an extended precision result.
blas-ext-cusum
Compute the cumulative sum along one or more ndarray dimensions.
constants-float32-max-nth-factorial
Maximum nth factorial when stored in single-precision floating-point format.
blas-base-wasm-dsdot
Compute the dot product of `x` and `y` with extended accumulation and result.
stats-base-ndarray-scumax
Compute the cumulative maximum value of a one-dimensional single-precision floating-point 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.
https://github.com/cumbof/computational-graphics-project
Final Project for Computational Graphics course
@stdlib/math-base-special-rad2degf
Convert an angle from radians to degrees (single-precision).
@stdlib/random-array-frechet
Create an array containing pseudorandom numbers drawn from a Fréchet distribution.
@hugoalh/blake
An ECMAScript (JavaScript & TypeScript) module to get the non-cryptographic hash of the data with algorithm Blake.
stats-strided-dnanmin
Calculate the minimum value of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-dnanmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
stats-strided-scumaxabs
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
math-base-special-roundf
Round a single-precision floating-point number to the nearest integer.
math-base-special-xlogyf
Compute `x * ln(y)` so that the result is `0` if `x = 0` for single-precision floating-point numbers `x` and `y`.
@stdlib/blas-base-zcopy
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
complex-float32-base-sub
Subtract two single-precision complex floating-point numbers.
extra-javascript-text
Utilities for processing JavaScript text.
@stdlib/math-strided-special-asinh-by
Compute the hyperbolic arcsine of each element retrieved from an input strided array via a callback function.
stats-strided-dnanmskrange
Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.
assert-is-equal-date-object
Test if two values are both Date objects corresponding to the same date and time.
constants-float32-max-safe-nth-double-factorial
Maximum safe nth double factorial when stored in single-precision floating-point format.
stats-strided-mediansorted
Calculate the median value of a sorted strided array.
stats-strided-dmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array.
blas-base-dtrmv
Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.
stats-array-nanmax-by
Calculate the maximum value of an array via a callback function, ignoring NaN values.
stats-array-mskmax
Calculate the maximum value of an array according to a mask.
stats-strided-mskmin
Calculate the minimum value of a strided array according to a mask.
math-base-special-ahavercosf
Compute the inverse half-value versed cosine for a single-precision floating point number.