didyoumean
popularMatch human-quality input to potential matches by edit distance.
Updated by @dcporter
resourcejs
A simple Express library to reflect Mongoose models to a REST interface.
Updated by @travist
math-helper-functions
Helper with misc. math functions such as sums, averages, max, min, etc
Updated by @alrico88
@stdlib/stats-base-dmeanvarpn
Calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-dnanmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-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 …
Updated by @stdlib-bot
@stdlib/stats-base-dmeanstdevpn
Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-dsempn
Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-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 …
Updated by @stdlib-bot
@stdlib/stats-base-snanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-smeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-dsemtk
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-dsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
Updated by @stdlib-bot
@stdlib/stats-base-dsmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.
Updated by @stdlib-bot
@stdlib/stats-base-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 …
Updated by @stdlib-bot
@stdlib/stats-base-dsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning …
Updated by @stdlib-bot
@stdlib/stats-base-dsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision …
Updated by @stdlib-bot
@stdlib/stats-base-dmidrange
Calculate the mid-range of a double-precision floating-point strided array.
Updated by @stdlib-bot
@stdlib/stats-base-dsemwd
Calculate the standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-dnanmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.
Updated by @stdlib-bot
@stdlib/stats-base-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
Updated by @stdlib-bot