lapack-base-dlamch
Determine double-precision floating-point machine parameters.
@stdlib/blas-base-transpose-operation-str2enum
Return the enumeration constant associated with a BLAS transpose operation.
@stdlib/assert-is-same-complex128
Test if two arguments are both double-precision complex floating-point numbers and have the same value.
@stdlib/slice-base-length
Compute the number of elements in a normalized slice.
is-string-ascii-es
An ECMAScript (JavaScript & TypeScript) module to determine whether the string is ASCII.
stats-strided-dmin
Calculate the minimum value of a double-precision floating-point strided array.
math-base-special-atan2d
Compute the angle in the plane (in degrees) between the positive x-axis and the ray from (0,0) to the point (x,y).
blas-ext-base-wasm-dnanasumors
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
stats-strided-sminsorted
Calculate the minimum value of a sorted single-precision floating-point strided array.
@stdlib/math-base-special-asecdf
Compute the arcsecant (in degrees) of a single-precision floating-point number.
stats-array-mskmin
Calculate the minimum value of an array according to a mask.
blas-ext-base-ndarray-gsum
Compute the sum of all elements in a one-dimensional ndarray.
blas-ext-base-ndarray-scusum
Compute the cumulative sum of a one-dimensional single-precision floating-point ndarray.
constants-float64-max-nth-factorial
Maximum nth factorial when stored in double-precision floating-point format.
@stdlib/random-array-uniform
Create an array containing pseudorandom numbers drawn from a continuous uniform distribution.
@stdlib/array-zero-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
number-int32-base-muldw
Compute the double word product of two signed 32-bit integers.
tips-tools
Compile references of publications, devices, SoC and tools for technical watch. Provides CLI tool, web page, Ruby server and kind of PWA to search and get results from corpora.
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.
stats-strided-smskmin
Calculate the minimum value of a single-precision floating-point strided array according to a mask.
stats-strided-dmean
Calculate the arithmetic mean of a double-precision floating-point strided 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-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
@hugoalh/is-numeric-integral
An ECMAScript (JavaScript & TypeScript) module to determine whether the numeric is integral.
stats-strided-dminabs
Calculate the minimum absolute value of a double-precision floating-point strided array.
@stdlib/math-base-tools-normhermitepolyf
Evaluate a normalized Hermite polynomial using single-precision floating-point arithmetic.
stats-strided-dnanstdevpn
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
math-base-special-maxf
Return the maximum single-precision floating-point number.
stats-base-dists-planck-quantile
Planck (discrete exponential) distribution quantile function.
stats-strided-dnanmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
stats-array-nanmaxabs
Calculate the maximum absolute value of an array, ignoring NaN values.
@hugoalh/string-dissect
An ECMAScript (JavaScript & TypeScript) module to dissect the string; Safe with the emojis, URLs, and words.
stats-array-max-by
Calculate the maximum value of an array via a callback function.
stats-strided-dnanvariancetk
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
ndarray-vector-uint8c
Create a clamped unsigned 8-bit integer vector (i.e., a one-dimensional ndarray).
array-base-broadcasted-quaternary3d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
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.
constants-float32-sqrt-phi
Square root of the golden ratio as a single-precision floating-point number.
lapack-base-spttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
number-float64-base-add5
Compute the sum of five double-precision floating-point numbers.
stats-strided-dnanrange
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-dcuminabs
Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
stats-strided-dnanstdev
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values.
stats-strided-dnanstdevwd
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
stats-strided-dnanstdevyc
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-dnanstdevch
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
stats-array-nanstdev
Calculate the standard deviation of an array ignoring `NaN` values.
stats-strided-stdevtk
Calculate the standard deviation of a strided array using a one-pass textbook algorithm.
helperUtils
Reusable javascript helper utility methods. <https://www.npmjs.com/package/@darcher/js-helpers>
stats-base-ndarray-max-by
Compute the maximum value of a one-dimensional ndarray via a callback function.
stats-strided-svarianceyc
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.