@stdlib/math-strided-special-abs-by
Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.
@stdlib/math-base-special-round2
Round a numeric value to the nearest power of two on a linear scale.
@stdlib/math-iter-special-gamma
Create an iterator which evaluates the gamma function for each iterated value.
@stdlib/math-iter-special-atanh
Create an iterator which computes the hyperbolic arctangent of each iterated value.
@stdlib/datasets-suthaharan-single-hop-sensor-network
Labeled wireless sensor network data set collected from a simple single-hop wireless sensor network deployment using TelosB motes.
@stdlib/constants-float16-cbrt-eps
Cube root of half-precision floating-point epsilon.
@stdlib/datasets-fivethirtyeight-ffq
FiveThirtyEight reader responses to a food frequency questionnaire (FFQ).
@hugoalh/is-object-plain
An ECMAScript (JavaScript & TypeScript) module to determine whether the item is plain object.
@stdlib/stats-base-dists-hypergeometric-mean
Hypergeometric distribution expected value.
@stdlib/stats-base-dcuminabs
Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
@stdlib/assert-has-define-property-support
Detect `Object.defineProperty` support.
@stdlib/random-streams-exponential
Create a readable stream for generating pseudorandom numbers drawn from an exponential distribution.
@stdlib/math-strided-special-abs2
Compute the squared absolute value for each element in a strided array.
@stdlib/utils-async-inmap-right
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
@stdlib/constants-complex128-num-bytes
Size (in bytes) of a 128-bit complex number.
@stdlib/math-base-ops-subf
Subtract two single-precision floating-point numbers.
@stdlib/simulate-iter-dirac-comb
Create an iterator which generates a Dirac comb.
@stdlib/stats-base-dists-geometric-stdev
Geometric distribution standard deviation.
@stdlib/stats-base-nanrange
Calculate the range of a strided array, ignoring NaN values.
@stdlib/math-strided-special-ahaversin-by
Compute the inverse half-value versed sine of each element retrieved from an input strided array via a callback function.
@stdlib/stats-base-dists-discrete-uniform-quantile
Discrete uniform distribution quantile function.
@stdlib/ndarray-base-assert-is-single-segment-compatible
Determine if an array is compatible with a single memory segment.
@stdlib/random-iter-triangular
Create an iterator for generating pseudorandom numbers drawn from a triangular distribution.
@stdlib/stats-base-dists-hypergeometric-logpmf
Natural logarithm of the probability mass function (PMF) for a hypergeometric distribution.
@stdlib/ndarray-base-binary-loop-interchange-order
Reorder ndarray dimensions and associated strides for loop interchange.
@stdlib/strided-base-binary-signature-callbacks
Assign callbacks to binary interfaces according to type promotion rules.
@stdlib/number-float32-base-exponent
Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.
@stdlib/stats-base-dists-cosine-stdev
Raised cosine distribution standard deviation.
@stdlib/stats-base-dists-kumaraswamy-quantile
Kumaraswamy's double bounded distribution quantile function.
@stdlib/strided-base-smskmap2
Apply a binary function to single-precision floating-point strided input arrays according to a strided mask array and assign results to a single-precision floating-point strided output array.
@stdlib/stats-base-dists-pareto-type1-pdf
Pareto distribution (Type I) probability density function (PDF).
@stdlib/math-iter-special-acot
Create an iterator which computes the inverse cotangent of each iterated value.
@stdlib/stats-base-dists-invgamma-logpdf
Natural logarithm of the probability density function (PDF) for an inverse gamma distribution.
@stdlib/blas-ext-base-dsnansumors
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
@stdlib/constants-float64-max-base10-exponent-subnormal
The maximum base 10 exponent for a subnormal double-precision floating-point number.
@stdlib/streams-node-from-strided-array
Create a readable stream from a strided array-like object.
@stdlib/stats-base-dists-pareto-type1-skewness
Pareto (Type I) distribution skewness.
@stdlib/stats-base-dists-kumaraswamy-ctor
Kumaraswamy's double bounded distribution constructor.
@stdlib/stats-base-dists-discrete-uniform-logpmf
Natural logarithm of the probability mass function (PMF) for a discrete uniform distribution.
@stdlib/stats-iter-cuprod
Create an iterator which iteratively computes a cumulative product.
@stdlib/streams-node-from-circular-array
Create a readable stream from a circular array-like object.
@stdlib/utils-for-in
Invoke a function for each own and inherited enumerable property of an object.
@stdlib/stats-base-dists-pareto-type1-quantile
Pareto (Type I) distribution quantile function.
@stdlib/array-nans
Create an array filled with NaNs and having a specified length.
@stdlib/ndarray-base-assert-is-column-major
Given a stride array, determine whether an array is column-major.
@stdlib/stats-base-dists-frechet-stdev
Fréchet distribution standard deviation.
@stdlib/math-base-special-ahavercos
Compute the inverse half-value versed cosine.
@stdlib/ndarray-base-meta-data-props
Define non-enumerable read-only properties which expose ndarray function meta data.
@stdlib/strided-base-map-by2
Apply a binary function to each pair of elements retrieved from strided input arrays according to a callback function and assign results to a strided output array.