string-base-format-interpolate
Generate string from a token array by interpolating values.
math-base-special-cflipsign
Return a complex number with the same magnitude as `z` and the sign of `y*z`.
utils-for-each-right
Invoke a function for each element in a collection, iterating from right to left.
strided-napi-zmap
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision complex floating-point strided input array and assigning results to a double-precision complex floating-point strided output array.
strided-napi-dmskmap
C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assigning results to elements in a double-precision floating-point strided output array.
math-base-special-signum
Evaluate the signum function for a double-precision floating-point number.
math-base-special-ceil
Round a double-precision floating-point number toward positive infinity.
stats-base-nanmeanors
Calculate the arithmetic mean of a strided array, ignoring NaN values and using ordinary recursive summation.
stats-base-min-by
Calculate the minimum value of a strided array via a callback function.
@stdlib/blas-base-dsdot
Calculate the dot product with extended accumulation and result of two single-precision floating-point vectors.
@stdlib/blas-ext-base-dcusumpw
Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.
@stdlib/blas-ext-base-dasumpw
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
https://github.com/crowdstrike/falconjs
CrowdStrike Falcon API JS library for the browser and Node
@neuprint/vimo-sketches
A React component to sketch / search for network motifs.
https://github.com/austinjhunt/petrinet-webgme-designstudio
A custom design studio for modeling and simulating distributed systems as Petri (place/transition) Nets, built with JointJS, WebGME, and NodeJS.
@stdlib/number-float64-base-to-int64-bytes
Convert an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order.
@stdlib/assert-is-capitalized
Test if a value is a string having an uppercase first character.
@stdlib/random-array-discrete-uniform
Create an array containing pseudorandom numbers drawn from a discrete uniform distribution.
@stdlib/stats-base-dists-cauchy-entropy
Cauchy distribution differential entropy.
@stdlib/math-iter-special-expit
Create an iterator which evaluates the standard logistic function for each iterated value.
@stdlib/math-iter-special-rad2deg
Create an iterator which converts an angle from radians to degrees for each iterated value.
@stdlib/math-iter-special-rsqrt
Create an iterator which computes the reciprocal (inverse) square root of each iterated value.
@stdlib/stats-base-dmskmin
Calculate the minimum value of a double-precision floating-point strided array according to a mask.
@stdlib/math-base-special-fast-acosh
Compute the hyperbolic arccosine of a number.
@stdlib/stats-iter-cumeanabs2
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
@stdlib/math-iter-special-cos
Create an iterator which computes the cosine of each iterated value.
@stdlib/math-strided-special-srsqrt
Compute the reciprocal square root for each element in a single-precision floating-point strided array.
@stdlib/math-iter-special-inv
Create an iterator which computes the multiplicative inverse of each iterated value.
@stdlib/blas-ext-base-dapxsumors
Adds a constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.
@stdlib/math-strided-special-sinv
Compute the multiplicative inverse for each element in a single-precision floating-point strided array.
@stdlib/utils-property-descriptors
Return an object's own property descriptors.
@stdlib/assert-is-float64matrix-like
Test if a value is a 2-dimensional ndarray-like object containing double-precision floating-point numbers.
@stdlib/utils-async-series-waterfall
Execute functions in series, passing the results of one function as arguments to the next function.
@stdlib/utils-map3d
Apply a function to each nested element in a three-dimensional nested array and assign the result to a nested element in a new three-dimensional nested array.
@stdlib/math-strided-special-dramp
Evaluate the ramp function for each element in a double-precision floating-point strided array.
console-log-each
Insert array element values into a format string and print the result.
stats-strided-mskmin
Calculate the minimum value of a strided array according to a mask.
stats-array-nanmax-by
Calculate the maximum value of an array via a callback function, ignoring NaN values.
stats-strided-dnanvariancetk
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
stats-array-nanmaxabs
Calculate the maximum absolute value of an array, ignoring NaN values.
constants-float32-max-safe-nth-double-factorial
Maximum safe nth double factorial when stored in single-precision floating-point format.
stats-strided-dnanmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/blas-base-cscal
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.
@stdlib/math-base-tools-normhermitepolyf
Evaluate a normalized Hermite polynomial using single-precision floating-point arithmetic.
stats-strided-dminabs
Calculate the minimum absolute value of a double-precision floating-point strided array.
stats-strided-dsmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.
stats-strided-dstdevyc
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/blas-base-zscal
Scale a double-precision complex floating-point vector by a double-precision complex floating-point constant.
stats-strided-dmeanvarpn
Calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.