blas-ext-base-wasm-dapxsum
Add a constant to each double-precision floating-point strided array element and compute the sum.
stats-strided-svariancech
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-dsvariancepn
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm with extended accumulation and returning an extended precision result.
ndarray-vector-float32
Create a single-precision floating-point vector (i.e., a one-dimensional ndarray).
constants-float32-max-base10-exponent
The maximum base 10 exponent for a single-precision floating-point number.
@stdlib/random-strided-rayleigh
Fill a strided array with pseudorandom numbers drawn from a Rayleigh distribution.
@stdlib/random-array-bernoulli
Create an array containing pseudorandom numbers drawn from a Bernoulli distribution.
stats-strided-dnanminabs
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
constants-float32-sqrt-half-pi
Square root of 0.5π as a single-precision floating-point number.
stats-array-nanmeanwd
Calculate the arithmetic mean of an array, ignoring NaN values and using Welford's algorithm.
constants-float32-max-safe-nth-tribonacci
Maximum safe nth Tribonacci number when stored in single-precision floating-point format.
math-base-special-cscf
Compute the cosecant of a single-precision floating-point number (in radians).
@stdlib/array-base-binary2d
Apply a binary callback to elements in two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
random-strided-gamma
Fill a strided array with pseudorandom numbers drawn from a gamma distribution.
@stdlib/math-base-napi-quaternary
C APIs for registering a Node-API module exporting an interface for invoking a quaternary numerical function.
stats-strided-scuminabs
Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.
stats-strided-snanmin
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
blas-ext-base-wasm-dnansumpw
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
math-base-special-sincosd
Simultaneously compute the sine and cosine of an angle measured in degrees.
random-tools-unary-factory
Create a function for generating pseudorandom numbers drawn from a single-parameter probability distribution.
stats-strided-dstdevch
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass trial mean algorithm.
@stdlib/random-array-gamma
Create an array containing pseudorandom numbers drawn from a gamma distribution.
stats-strided-nanmaxabs
Calculate the maximum absolute value of a strided array, ignoring NaN values.
stats-strided-dmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.
ndarray-base-promote-dtypes
Resolve the data type that results from applying promotion rules to a provided list of data types.
@stdlib/complex-float64-base-mul
Multiply two double-precision complex floating-point numbers.
ndarray-vector-int16
Create a signed 16-bit integer vector (i.e., a one-dimensional ndarray).
stats-strided-snanmskrange
Calculate the range of a single-precision floating-point strided array according to a mask, ignoring NaN values.
stats-strided-dnanmskrange
Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.
random-tools-binary
Constructor for creating ndarrays filled with pseudorandom values drawn from a binary PRNG.
stats-incr-nanmaxabs
Compute a maximum absolute value incrementally, ignoring NaN values.
math-base-special-heavisidef
Evaluate the Heaviside function for a single-precision floating-point number.
carbon
The ultimate high-level library for C/C++ (с реализацией на этих языках). 🎩
constants-float32-sqrt-half
Square root of 1/2 as a single-precision floating-point number.
stats-base-ndarray-scumin
Efficiently compute cumulative minimum values in ndarray structures with stats-base-ndarray-scumin. Enhance your numerical analysis in JavaScript! 🐙🌐
@stdlib/stats-base-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
stats-strided-dnanstdevtk
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
@stdlib/math-base-ops-divf
Divide two single-precision floating-point numbers.
stats-array-nanrange-by
Calculate the range of an array via a callback function, ignoring NaN values.
math-base-special-sech
Compute the hyperbolic secant of a double-precision floating-point number.
@stdlib/random-strided-bernoulli
Fill a strided array with pseudorandom numbers drawn from a Bernoulli distribution.
math-array-special-abs
Compute the absolute value for each element in an input array.
stats-base-ndarray-max
Compute the maximum value of a one-dimensional ndarray.
math-base-special-fibonaccif
Compute the nth Fibonacci number as a single-precision floating-point number.
math-base-special-gammasgnf
Computes the sign of the gamma function for a single-precision floating-point number.
math-base-special-wrapf
The "math-base-special-wrapf" repository offers a collection of mathematical functions for precise floating-point operations. This library enhances numerical accuracy and performance in JavaScript applications. 🖥️📊
stats-strided-smskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask.
math-base-special-cinvf
The "math-base-special-cinvf" repository provides a precise implementation of the inverse cumulative distribution function for the normal distribution. This library aims to enhance numerical computation in JavaScript, making it easier for developers to integrate statistical functions into their applications. 🛠️📊
stats-array-nanvariancewd
Calculate the variance of an array ignoring `NaN` values and using Welford's algorithm.
stats-array-nanvariance
Calculate the variance of an array ignoring `NaN` values.
@stdlib/array-base-map3d
Apply a function to elements in a three-dimensional nested input array and assign results to elements in a new three-dimensional nested output array.
stats-strided-dmeanli
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
blas-base-dtrsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
@stdlib/array-base-unary2d
Apply a unary callback to elements in a two-dimensional nested input array and assign results to elements in a two-dimensional nested output array.
stats-strided-svariancech
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.