@stdlib/stats-base-mediansorted
Calculate the median value of a sorted strided array.
@stdlib/stats-base-dists-lognormal-quantile
Lognormal distribution quantile function.
@stdlib/stats-base-dists-lognormal-entropy
Lognormal distribution differential entropy.
@stdlib/stats-base-dists-betaprime-cdf
Beta prime distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-binomial-logpmf
Natural logarithm of the probability mass function (PMF) for a binomial distribution.
@stdlib/constants-float32-abs-mask
Mask for excluding the sign bit of a single-precision floating-point number.
smart-gate
🔐 Open source system for handling access to any physical entry gate.
@stdlib/stats-base-dists-truncated-normal-pdf
Truncated normal distribution probability density function (PDF).
@stdlib/array-one-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
stats-base-dists-erlang-cdf
Erlang distribution cumulative distribution function (CDF).
@hugoalh/env
An ECMAScript (JavaScript & TypeScript) module for enhanced environment variables operation.
@stdlib/stats-base-dists-pareto-type1-cdf
Pareto (Type I) distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-arcsine-cdf
Arcsine distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-logistic-cdf
Logistic distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-triangular-stdev
Triangular distribution standard deviation.
@stdlib/stats-base-dists-uniform-quantile
Uniform distribution quantile function.
@stdlib/regexp-whitespace
Return a regular expression to match a white space character.
@stdlib/stats-base-dists-triangular-kurtosis
Triangular distribution excess kurtosis.
@stdlib/stats-base-dists-triangular-mgf
Triangular distribution moment-generating function (MGF).
@stdlib/stats-incr-mmaxabs
Compute a moving maximum absolute value incrementally.
@stdlib/math-base-assert-is-negative-zerof
Test if a single-precision floating-point numeric value is negative zero.
@stdlib/constants-float32-num-bytes
Size (in bytes) of a single-precision floating-point number.
@stdlib/random-iter-randu
Create an iterator for generating uniformly distributed pseudorandom numbers between 0 and 1.
@stdlib/math-base-special-cbrt
Compute the cube root of a double-precision floating-point number.
@stdlib/stats-base-dists-triangular-logcdf
Triangular distribution logarithm of cumulative distribution function (CDF).
@stdlib/stats-incr-mpcorrdist
Compute a moving sample Pearson product-moment correlation distance incrementally.
@stdlib/math-base-special-frexp
Split a double-precision floating-point number into a normalized fraction and an integer power of two.
@stdlib/stats-incr-minmaxabs
Compute minimum and maximum absolute values incrementally.
@hugoalh/github-actions-core
An ECMAScript (JavaScript & TypeScript) module to provide a better and easier way for GitHub Actions to communicate with the runner, and the toolkit for developing GitHub Actions.
@stdlib/stats-base-dists-uniform-logcdf
Uniform distribution logarithm of cumulative distribution function (CDF).
@stdlib/stats-base-dists-uniform-pdf
Uniform distribution probability density function (PDF).
@stdlib/stats-base-svariance
Calculate the variance of a single-precision floating-point strided array.
@stdlib/math-base-special-sqrtf
Compute the principal square root of a single-precision floating-point number.
@stdlib/stats-incr-meanabs2
Compute an arithmetic mean of squared absolute values incrementally.
@stdlib/stats-base-dists-weibull-stdev
Weibull distribution standard deviation.
@stdlib/stats-incr-mapcorr
Compute a moving sample absolute Pearson product-moment correlation coefficient incrementally.
@stdlib/stats-incr-mda
Compute the mean directional accuracy (MDA) incrementally.
@stdlib/math-base-special-sincos
Simultaneously compute the sine and cosine of a number.
@hugoalh/string-overflow
An ECMAScript (JavaScript & TypeScript) module to truncate the string with the specify length; Safe with the emojis, URLs, and words.
@stdlib/stats-base-dists-hypergeometric-pmf
Hypergeometric distribution probability mass function (PMF).
@stdlib/stats-base-dists-weibull-logpdf
Weibull distribution logarithm of probability density function (PDF).
@stdlib/stats-incr-mmda
Compute a moving mean directional accuracy (MDA) incrementally.
@stdlib/math-base-special-logaddexp
Compute the natural logarithm of exp(x) + exp(y).
@stdlib/stats-incr-covmat
Compute an unbiased sample covariance matrix incrementally.
@stdlib/assert-is-prototype-of
Test if an object's prototype chain contains a provided prototype.