stats-strided-dstdevpn
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
stats-strided-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-variancewd
Calculate the variance of a strided array using Welford's algorithm.
stats-strided-varianceyc
Calculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
ndarray-vector-uint32
Create an unsigned 32-bit integer vector (i.e., a one-dimensional ndarray).
@stdlib/constants-float64-max-safe-nth-factorial
Maximum safe nth factorial when stored in double-precision floating-point format.
math-base-special-cosf
Compute the cosine of a single-precision floating-point number (in radians).
@stdlib/math-base-special-cotd
Compute the cotangent of an angle measured in degrees
stats-strided-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
@stdlib/random-array-tools-unary-factory
Create a factory function for generating pseudorandom values drawn from a unary PRNG.
constants-float32-sqrt-pi
Square root of the mathematical constant π as a single-precision floating-point number.
fractal-generator
Fractal generator implemented in JavaScript, deployable as web site or Electron desktop app.
@stdlib/math-base-special-truncsd
Round a numeric value to the nearest number toward zero with N significant figures.
rps-multiplayer
A rock-paper-scissors multiplayer web realtime game. [bootcamp]
stats-array-nanstdevch
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass trial mean algorithm.
ndarray-vector-uint32
Create an unsigned 32-bit integer vector (i.e., a one-dimensional ndarray).
forest_cover_change
Google Earth Engine code for forest cover change mapping based on the LandTrendr algorithm
pace_oci_toolkit
Google Earth Engine (GEE) JavaScript-based tools for working with NASA PACE OCI data
stats-base-ndarray-dcumin
Efficiently perform statistical operations on ndarray data structures with stats-base-ndarray-dcumin. Enhance your numerical computations in JavaScript. 🚀📊
stats-strided-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
https://github.com/amin2312/anes
ANes is nes emulator base on javascript. It is port version of AminNes
https://github.com/amin2312/atween
ATween is a easy, fast and tiny tween library, it can run in javascript or other platforms (such as lua via haxe).
@stdlib/array-base-broadcasted-ternary2d
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
stats-array-min-by
Calculate the minimum value of an array via a callback function.
@stdlib/array-base-quaternary5d
Apply a quaternary callback to elements in four five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
math-base-special-ldexpf
Multiply a single-precision floating-point number by an integer power of two.
@hugoalh/symmetric-crypto
An ECMAScript (JavaScript & TypeScript) module to provide an easier symmetric crypto.
stats-base-dists-planck-median
Planck (discrete exponential) distribution median.
@hugoalh/is-numeric-integral
An ECMAScript (JavaScript & TypeScript) module to determine whether the numeric is integral.
stats-strided-dnanmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
stats-strided-dminabs
Calculate the minimum absolute value of a double-precision floating-point strided array.
@stdlib/utils-define-nonenumerable-write-only-accessor
Define a non-enumerable write-only accessor.
array-base-broadcasted-quaternary5d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a five-dimensional nested output array.
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/stats-base-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
@stdlib/math-base-special-acotd
Compute the arccotangent (in degrees) of a double-precision floating-point number.
math-base-special-havercosf
Compute the half-value versed cosine of a single-precision floating-point number (in radians).
math-base-special-vercosf
Compute the versed cosine of a single-precision floating-point number (in radians).
stats-strided-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
stats-strided-dnanmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
math-base-special-wrapf
The "math-base-special-wrapf" repository offers a collection of mathematical functions for precise floating-point operations. This library enhances numerical accuracy and performance in JavaScript applications. 🖥️📊
@stdlib/array-base-map5d
Apply a function to elements in a five-dimensional nested input array and assign results to elements in a new five-dimensional nested output array.
stats-array-nanmaxabs
Calculate the maximum absolute value of an array, ignoring NaN values.
stats-strided-mskmax
Calculate the maximum value of a strided array according to a mask.
stats-strided-smskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask.
stats-strided-dnanvariancetk
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
stats-strided-dztest
Compute a one-sample Z-test for a double-precision floating-point strided array.
stats-strided-mskmin
Calculate the minimum value of a strided array according to a mask.
@stdlib/complex-float64-base-assert-is-equal
Test whether two double-precision complex floating-point numbers are equal.
stats-strided-dsemtk
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.
array-base-broadcasted-quinary4d
Apply a quinary callback to elements in five broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
stats-strided-dmskrange
Calculate the range of a double-precision floating-point strided array according to a mask.