@stdlib/random-strided-lognormal
Fill a strided array with pseudorandom numbers drawn from a lognormal distribution.
lapack-base-dge-trans
Convert input general matrix from row-major to column-major layout or vice versa.
stats-strided-dvariance
Calculate the variance of a double-precision floating-point strided array.
stats-strided-dmeanstdevpn
Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
stats-strided-dsnanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
blas-base-wasm-sdsdot
Calculate the dot product of two single-precision floating-point vectors with extended accumulation.
blas-base-wasm-dznrm2
Compute the L2-norm of a complex double-precision floating-point vector.
stats-array-nanvariancetk
Calculate the variance of an array ignoring `NaN` values and using a one-pass textbook algorithm.
stats-strided-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
@stdlib/math-base-tools-normhermitepolyf
Evaluate a normalized Hermite polynomial using single-precision floating-point arithmetic.
stats-strided-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
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-dminabs
Calculate the minimum absolute value of a double-precision floating-point strided array.
stats-strided-variancepn
Calculate the variance of a strided array using a two-pass algorithm.
stats-strided-variancech
Calculate the variance of a strided array using a one-pass trial mean algorithm.
stats-strided-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
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/strided-base-reinterpret-complex
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
stats-strided-smediansorted
Calculate the median value of a sorted single-precision floating-point strided array.
stats-strided-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
number-float64-base-add
Compute the sum of two double-precision floating-point numbers.
stats-base-ndarray-dcumin
Efficiently perform statistical operations on ndarray data structures with stats-base-ndarray-dcumin. Enhance your numerical computations in JavaScript. 🚀📊
array-base-unary5d-by
Apply a unary function to each element retrieved from a five-dimensional nested input array according to a callback function and assign results to elements in a five-dimensional nested output array.
@stdlib/math-base-special-secd
Compute the secant of an angle measured in degrees.
blas-ext-base-ndarray-dcusum
Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray.
stats-strided-dnanvariancewd
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
stats-strided-nanminabs
Calculate the minimum absolute value of a strided array, ignoring NaN values.
constants-float32-sqrt-two-pi
Square root of 2π as a single-precision floating-point number
stats-strided-snanminabs
Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
text-normalizer
Text normalizer for obtaining a Unicode Normalization Form for URL creation
stats-array-nanstdevch
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass trial mean algorithm.
open-sri
Ultralight, non-dependent and minimalist open-source package to recursively generate subresource integrity (SRI) hashes.
@stdlib/math-base-special-truncsd
Round a numeric value to the nearest number toward zero with N significant figures.
stats-strided-dvarmpn
Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.
constants-float32-sqrt-pi
Square root of the mathematical constant π as a single-precision floating-point number.
array-base-assert-has-almost-equal-values
Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).
@stdlib/blas-base-matrix-triangle-enum2str
Return the BLAS matrix triangle string associated with a BLAS matrix triangle enumeration constant.
stats-strided-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
@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.
stats-strided-varianceyc
Calculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-variancewd
Calculate the variance of a strided array using Welford's algorithm.
@stdlib/random-array-gumbel
Create an array containing pseudorandom numbers drawn from a Gumbel distribution.
@stdlib/lapack-base-dlaswp
Perform a series of row interchanges on an input matrix.
stats-strided-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
https://github.com/aveek-saha/mean-todo-app
A checklist style todo app made using the MEAN stack. The tasks sync seamlessly across multiple instances of the application
stats-strided-dstdevpn
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
stats-strided-smeanpw
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.
stats-strided-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
math-base-special-sech
Math Base Special Sech provides efficient mathematical functions for numerical computation in JavaScript. Enhance your projects with reliable and precise calculations! 🚀📊
blas-ext-base-glast-index-of
Explore the blas-ext-base-glast-index-of repository for efficient numerical computations in JavaScript and C. Join us in enhancing web-based scientific tools! 🚀💻
math-base-special-coversinf
Compute the coversed sine of a single-precision floating-point number (in radians).
blas-ext-base-ndarray-glast-index-of
Efficiently find the index of values in ndarrays with blas-ext-base-ndarray-glast-index-of. Ideal for numerical computations in JavaScript. 🐙💻
@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.
stats-strided-nanmin-by
Calculate the minimum value of a strided array via a callback function, ignoring NaN values.
wacline
WacLine is a software product line that allows configuration and derivation of web annotation browser extensions for specific domains using pure::variants
array-base-cuevery-by
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function.
@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.
constants-float64-max-nth-double-factorial
Maximum nth double factorial when stored in double-precision floating-point format.