@stdlib/constants-float32-smallest-normal
Smallest positive normalized single-precision floating-point number.
@stdlib/constants-float64-gamma-lanczos-g
Arbitrary constant `g` to be used in Lanczos approximation functions.
@stdlib/number-float32-base-to-word
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
@stdlib/math-base-special-kernel-tan
Compute the tangent of a number on [-π/4, π/4].
@stdlib/math-base-assert-is-nonnegative-integer
Test if a finite double-precision floating-point number is a nonnegative integer.
@stdlib/stats-base-dists-normal-quantile
Normal distribution quantile function.
@stdlib/stats-base-dists-chisquare-cdf
Chi-squared distribution cumulative distribution function (CDF).
@hugoalh/http-header-link
An ECMAScript (JavaScript & TypeScript) module to handle HTTP header `Link` according to RFC 8288 standard.
math-base-special-binomcoefln
Compute the natural logarithm of the binomial coefficient.
@stdlib/utils-inherit
Implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.
@stdlib/stats-base-dists-chisquare-logpdf
Natural logarithm of the probability density function (PDF) for a chi-squared distribution.
@stdlib/strided-base-reinterpret-complex128
Reinterpret a Complex128Array as a Float64Array.
@stdlib/strided-base-reinterpret-complex64
Reinterpret a Complex64Array as a Float32Array.
@stdlib/math-base-special-roundn
Round a numeric value to the nearest multiple of 10^n.
https://github.com/awesome-spectral-indices/spectral
Awesome Spectral Indices for the Google Earth Engine JavaScript API (Code Editor).
@stdlib/math-base-special-factorialln
Evaluate the natural logarithm of the factorial function.
@stdlib/stats-base-dists-poisson-cdf
Poisson distribution cumulative distribution function (CDF).
@stdlib/array-base-assert-is-accessor-array
Test if an array-like object supports the accessor (get/set) protocol.
@stdlib/random-base-exponential
Exponentially distributed pseudorandom numbers.
@stdlib/stats-base-dists-normal-cdf
Normal distribution cumulative distribution function (CDF).
stats-base-dists-degenerate-pdf
Degenerate distribution probability density function (PDF).
@stdlib/constants-float64-min-base10-exponent-subnormal
The minimum base 10 exponent for a subnormal double-precision floating-point number.
@stdlib/stats-base-dists-chisquare-mean
Chi-squared distribution expected value.
@stdlib/utils-enumerable-properties
Return an array of an object's own enumerable property names and symbols.
@stdlib/stats-base-dists-degenerate-logpdf
Degenerate distribution logarithm of probability density function (logPDF).
@stdlib/stats-base-dists-binomial-cdf
Binomial distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-cosine-cdf
Raised cosine distribution cumulative distribution function (CDF).
@stdlib/random-base-laplace
Laplace (double exponential) distributed pseudorandom numbers.
@stdlib/random-base-pareto-type1
Pareto (Type I) distributed pseudorandom numbers.
@stdlib/stats-base-dists-chisquare-mgf
Chi-squared distribution moment-generating function (MGF).
@stdlib/stats-base-dists-t-quantile
Student's t distribution quantile function.