@stdlib/math-base-special-binet
Evaluate Binet's formula extended to real numbers.
@hugoalh/unique-array
An ECMAScript (JavaScript & TypeScript) module to return unique array elements without any duplicated elements by ignore their reference points.
@stdlib/stats-incr-mmeanabs2
Compute a moving arithmetic mean of squared absolute values incrementally.
@stdlib/math-base-tools-evalpoly-compile
Compile a module for evaluating a polynomial.
@stdlib/blas-base-cswap
Interchanges two complex single-precision floating-point vectors.
@stdlib/blas-base-dswap
Interchange two double-precision floating-point vectors.
@stdlib/stats-incr-rmse
Compute the root mean squared error (RMSE) incrementally.
@stdlib/stats-incr-mmeanabs
Compute a moving arithmetic mean of absolute values incrementally.
@stdlib/stats-incr-mminabs
Compute a moving minimum absolute value incrementally.
math-base-special-ceilsd
Round a numeric value to the nearest number toward positive infinity with N significant figures.
@stdlib/stats-base-dists-logistic-stdev
Logistic distribution standard deviation.
@stdlib/stats-base-dists-laplace-stdev
Laplace distribution standard deviation.
@stdlib/stats-incr-sumabs2
Compute a sum of squared absolute values incrementally.
@stdlib/stats-base-dists-f-pdf
F distribution probability density function (PDF).
@stdlib/math-base-special-hypot
Compute the hypotenuse avoiding overflow and underflow.
@stdlib/math-strided-special-asin-by
Compute the arcsine of each element retrieved from an input strided array via a callback function.
@stdlib/math-base-special-truncf
Round a single-precision floating-point number toward zero.
@stdlib/stats-incr-mpcorr
Compute a moving sample Pearson product-moment correlation coefficient incrementally.
@stdlib/stats-base-dists-gamma-mgf
Gamma distribution moment-generating function (MGF).
@stdlib/stats-incr-mmeanstdev
Compute a moving arithmetic mean and corrected sample standard deviation incrementally.
@stdlib/blas-ext-base-gsumors
Calculate the sum of strided array elements using ordinary recursive summation.
@stdlib/stats-incr-ewvariance
Compute an exponentially weighted variance incrementally.
@stdlib/strided-napi-smap
C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array and assigning results to elements in a single-precision floating-point strided output array.
@stdlib/stats-base-dists-invgamma-variance
Inverse gamma distribution variance.
@stdlib/stats-incr
Standard library functions for computing statistics incrementally.
@stdlib/strided-base-meta-data-props
Define non-enumerable read-only properties which expose strided array function meta data.
@stdlib/math-strided-special-abs
Compute the absolute value for each element in a strided array.
@stdlib/blas-ext-base-ssum
Calculate the sum of single-precision floating-point strided array elements.
@stdlib/math-base-special-rsqrt
Compute the reciprocal square root of a double-precision floating-point number.
@stdlib/math-base-special-hypotf
Compute the hypotenuse avoiding overflow and underflow (single-precision).
@stdlib/stats-base-dists-signrank
Distribution of Wilcoxon signed rank test statistic.
@stdlib/constants-float32-significand-mask
Mask for the significand of a single-precision floating-point number.
@stdlib/blas-ext-base-dsumors
Calculate the sum of double-precision floating-point strided array elements using ordinary recursive summation.
@stdlib/stats-base-dists-arcsine-quantile
Arcsine distribution quantile function.
@stdlib/blas-ext-base-dapxsum
Adds a constant to each double-precision floating-point strided array element and computes the sum.
@stdlib/stats-incr-nansumabs2
Compute a sum of squared absolute values incrementally, ignoring NaN values.
@stdlib/stats-incr-pcorr2
Compute a squared sample Pearson product-moment correlation coefficient.
@stdlib/math-base-special-besselj0
Compute the Bessel function of the first kind of order zero.
@stdlib/blas-base-ccopy
Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.
@stdlib/random-iter-discrete-uniform
Create an iterator for generating pseudorandom numbers drawn from a discrete uniform distribution.
@stdlib/stats-incr-msumabs2
Compute a moving sum of squared absolute values incrementally.
@stdlib/strided-base-mskunary
Apply a unary callback to elements in a strided input array according to elements in a strided mask array and assign results to elements in a strided output array.
@stdlib/stats-base-dists-laplace-logcdf
Laplace distribution logarithm of cumulative distribution function (CDF).
@stdlib/stats-base-dists-arcsine-kurtosis
Arcsine distribution excess kurtosis.
@stdlib/stats-iter-mprod
Create an iterator which iteratively computes a moving product.
@stdlib/stats-base-dists-rayleigh-stdev
Rayleigh distribution standard deviation.