stats-strided-nanmax
Calculate the maximum value of a strided array, ignoring NaN values.
sbb
Semantic Body Browser - a tool for graphically exploring an organism's body.
@stdlib/random-strided-bernoulli
Fill a strided array with pseudorandom numbers drawn from a Bernoulli distribution.
@stdlib/slice-base-sargs2multislice
Create a MultiSlice object from a comma-separated list of string-serialized MultiSlice constructor arguments.
math-array-special-abs
Compute the absolute value for each element in an input array.
blas-ext-base-ndarray-ssum
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray.
array-base-cuevery-by-right
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
array-base-broadcasted-quinary4d
Apply a quinary callback to elements in five broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
@stdlib/math-base-special-kernel-log1p
Compute log(1+f) - f for 1+f in ~[sqrt(2)/2, sqrt(2)].
crumbs
An enterprise-oriented design system, built on top of an open core which is pluggable in any framework.
@stdlib/complex-float64-base-assert-is-equal
Test whether two double-precision complex floating-point numbers are equal.
ndarray-base-unary-reduce-subarray-by
Perform a reduction over a list of specified dimensions in an input ndarray according to a callback function and assign results to a provided output ndarray.
ndarray-base-unary-reduce-strided1d-by
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function accepting a callback and assign results to a provided output ndarray.
@stdlib/stats-base-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
@stdlib/lapack-base-dlacpy
Copy all or part of a matrix A to another matrix B.
bytes-matcher-es
An ECMAScript (JavaScript & TypeScript) module to determine whether the bytes is match the specify signature.
stats-strided-dsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
stats-strided-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
random-strided-minstd
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).
math-base-special-lucasf
Compute the nth Lucas number as a single-precision floating-point number.
stats-max-by
Compute the maximum value along one or more ndarray dimensions according to a callback function.
assert-napi-has-property
Assert that a Node-API value has a specified property.
stats-strided-dnanmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.
array-base-broadcasted-quaternary2d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
stats-strided-sztest
Compute a one-sample Z-test for a single-precision floating-point strided array.
@stdlib/array-base-unary4d
Apply a unary callback to elements in a four-dimensional nested input array and assign results to elements in a four-dimensional nested output array.
stats-array-nanmeanors
Calculate the arithmetic mean of an array, ignoring NaN values and using ordinary recursive summation.
stats-base-ndarray-dcumax
Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.
stats-base-ndarray-cumax
Compute the cumulative maximum value of a one-dimensional ndarray.
array-struct-factory
Return a constructor for creating arrays having a fixed-width composite data type.
@stdlib/array-base-map4d
Apply a function to elements in a four-dimensional nested input array and assign results to elements in a new four-dimensional nested output array.
math-base-special-cinvf
Compute the inverse of a single-precision complex floating-point number.
@stdlib/array-base-quaternary2d
Apply a quaternary callback to elements in four two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
math-base-special-sinf
Compute the sine of a single-precision floating-point number (in radians).
stats-base-ztest-one-sample-results-factory
Return a constructor for creating a one-sample Z-test results object.
number-uint32-base-muldw
Compute the double word product of two unsigned 32-bit integers.
@stdlib/math-base-special-secd
Compute the secant of an angle measured in degrees.
stats-strided-snanrange
Calculate the range of a single-precision floating-point strided array, ignoring NaN values.
math-base-special-minabsf
Return the minimum absolute single-precision floating-point number.
@stdlib/strided-base-reinterpret-complex
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
stats-strided-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
stats-strided-stdevch
Calculate the standard deviation of a strided array using a one-pass trial mean algorithm.
math-base-special-acotdf
Compute the arccotangent (in degrees) of a single-precision floating-point number.
@stdlib/random-array-poisson
Create an array containing pseudorandom numbers drawn from a Poisson distribution.
stats-strided-dnanvarianceyc
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
array-base-broadcasted-ternary3d
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
stats-strided-sstdevyc
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-dnanvariancech
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
ndarray-vector-uint16
Create an unsigned 16-bit integer vector (i.e., a one-dimensional ndarray).
@stdlib/array-zero-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
@stdlib/random-array-uniform
Create an array containing pseudorandom numbers drawn from a continuous uniform distribution.
@stdlib/complex-float32-base-add
Add two single-precision complex floating-point numbers.