stats-base-nanvariancech
Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
stats-base-dvariancewd
Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.
stats-base-nanstdevwd
Calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.
stats-base-snanvariancech
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
https://github.com/girder/girder
A data management platform for the web, developed by Kitware
stats-base-snanvariancewd
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
blas-base-sdsdot
Calculate the dot product of two single-precision floating-point vectors with extended accumulation.
@stdlib/number-float64-base-get-low-word
Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled
Calculate a scaled Lanczos sum for the approximation of the gamma function.
@stdlib/math-base-special-sqrt
Compute the principal square root of a double-precision floating-point number.
@stdlib/string-base-replace
Replace search occurrences with a replacement string.
@stdlib/math-base-special-trunc
Round a double-precision floating-point number toward zero.
@stdlib/math-base-special-kernel-cos
Compute the cosine of a number on `[-π/4, π/4]`.
https://github.com/electron/forge
:electron: A complete tool for building and publishing Electron applications
@stdlib/math-base-special-kernel-betainc
Incomplete beta function and its first derivative.
@stdlib/stats-base-dists-degenerate-cdf
Degenerate distribution cumulative distribution function (CDF).
@stdlib/math-base-special-gamma-delta-ratio
Compute the ratio of two gamma functions.
@stdlib/math-base-special-gamma-lanczos-sum
Calculate the Lanczos sum for the approximation of the gamma function.
@stdlib/assert-instance-of
Test whether a value has in its prototype chain a specified constructor as a prototype property.
@stdlib/constants-float64-high-word-significand-mask
High word mask for the significand of a double-precision floating-point number.
@stdlib/math-base-special-kernel-sin
Compute the sine of a number on `[-π/4, π/4]`.
@stdlib/constants-float64-min-base10-exponent
The minimum base 10 exponent for a normal double-precision floating-point number.
@stdlib/constants-float64-eps
Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.
@stdlib/stats-base-dists-t-cdf
Student's t distribution cumulative distribution function (CDF).
@stdlib/assert-tools-array-like-function
Return a function which tests if every element in an array-like object passes a test condition.
@stdlib/stats-base-dists-gamma-cdf
Gamma distribution cumulative distribution function (CDF).