@stdlib/random-strided-rayleigh
Fill a strided array with pseudorandom numbers drawn from a Rayleigh distribution.
blas-ext-base-ndarray-scusum
Compute the cumulative sum of a one-dimensional single-precision floating-point ndarray.
stats-array-variancetk
Calculate the variance of an array using a one-pass textbook algorithm.
stats-strided-dnanminabs
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
stats-array-nanmeanwd
Calculate the arithmetic mean of an array, ignoring NaN values and using Welford's algorithm.
blas-ext-base-ndarray-gsum
Compute the sum of all elements in a one-dimensional ndarray.
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.
stats-strided-dsvariance
Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
@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.
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.
@stdlib/slice-base-str2multislice
Parse a string-serialized MultiSlice object.
math-base-special-atanf
Compute the arctangent of a single-precision floating-point number.
stats-strided-dnanvariancepn
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
stats-strided-dvariancetk
Calculate the variance of a double-precision floating-point strided array using a one-pass textbook algorithm.
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).
@stdlib/math-base-ops-divf
Divide two single-precision floating-point numbers.
number-uint8-base-mul
This repository provides a fast and efficient way to perform base multiplication on unsigned 8-bit integers. Join us in enhancing numerical computations in JavaScript! 🚀💻
array-base-mskbinary3d
Apply a binary callback to elements in two three-dimensional nested input arrays according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
array-base-mskbinary4d
Apply a binary callback to elements in two four-dimensional nested input arrays according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.
assert-is-equal-booleanarray
Test if two arguments are both BooleanArrays and have equal values.
stats-strided-mskmax
The "stats-strided-mskmax" repository offers efficient statistical functions for handling masked maximum values in arrays. Explore the code to enhance your numerical computations in JavaScript! 🐱💻📊
stats-strided-max-by
This repository contains the `stats-strided-max-by` function, which computes the maximum value of a strided array using a callback function. Explore the code and contribute to enhancing numerical computation in JavaScript! 🛠️📊
@stdlib/array-base-ternary4d
Apply a ternary callback to elements in three four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
stats-array-nanrange-by
Calculate the range of an array via a callback function, ignoring NaN values.
@stdlib/ndarray-base-binary-tiling-block-size
Resolve a loop block size for multi-dimensional array tiled loops.
stats-base-ndarray-dmax
Compute the maximum value of a one-dimensional double-precision floating-point ndarray.
@stdlib/blas-base-transpose-operation-enum2str
Return the BLAS transpose operation string associated with a BLAS transpose operation enumeration constant.
blas-ext-base-ndarray-slast-index-of
Return the last index of a specified search element in a one-dimensional single-precision floating-point ndarray.
blas-ext-base-ndarray-dlast-index-of
Return the last index of a specified search element in a one-dimensional double-precision floating-point ndarray.
ndarray-base-spread-dimensions
Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.
@stdlib/random-array-tools
Pseudorandom number generator array creation function tools.
stats-base-ndarray-ztest
Compute a one-sample Z-test for a one-dimensional ndarray.
ndarray-base-unary-strided1d
Apply a one-dimensional strided array function to a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
@stdlib/random-array-laplace
Create an array containing pseudorandom numbers drawn from a Laplace (double exponential) distribution.
stats-strided-svariancetk
Calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.
stats-strided-sstdev
Calculate the standard deviation of a single-precision floating-point strided array.