stats-array-nanmean
Calculate the arithmetic mean of an array, ignoring NaN values.
@stdlib/array-base-unary3d
Apply a unary callback to elements in a three-dimensional nested input array and assign results to elements in a three-dimensional nested output array.
stats-array-nanmskrange
Calculate the range of an array according to a mask, ignoring NaN values.
@stdlib/stats-base-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
stats-strided-svariance
Calculate the variance of a single-precision floating-point strided array.
@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.
stats-strided-dvariancech
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.
@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.
@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.
@stdlib/strided-base-reinterpret-complex
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
stats-array-variancech
Calculate the variance of an array using a one-pass trial mean algorithm.
stats-array-variancepn
Calculate the variance of an array using a two-pass algorithm.
ndarray-base-unary-reduce-strided1d-dispatch-by
This repository provides efficient methods for unary reduction operations on strided 1D arrays. Explore the code and contribute to the future of numerical computation! 🐱💻✨
@stdlib/random-array-bernoulli
Create an array containing pseudorandom numbers drawn from a Bernoulli distribution.
array-base-symmetric-banded-filled2d-by
Create a filled two-dimensional symmetric banded nested array according to a provided callback function.
random-array-weibull
Create an array containing pseudorandom numbers drawn from a Weibull distribution.
@stdlib/random-array-tools-binary
Constructor for creating arrays filled with pseudorandom values drawn from a binary PRNG.
array-base-cunone-by-right
Cumulatively test whether no array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
blas-ext-base-wasm-dapx
Add a scalar constant to each element in a double-precision floating-point strided array.
@stdlib/math-strided-special-asinh-by
Compute the hyperbolic arcsine of each element retrieved from an input strided array via a callback function.
stats-array-nanmeanwd
Calculate the arithmetic mean of an array, ignoring NaN values and using Welford's algorithm.
@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.
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.
@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.
random-tools-binary
Constructor for creating ndarrays filled with pseudorandom values drawn from a binary PRNG.
stats-strided-dnanstdevpn
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
ndarray-base-unary-strided1d-dispatch
Constructor for applying a strided function to an input ndarray.
array-base-without
Return a new array containing every element from an input array, except for the element at a specified index.
stats-array-nanrange-by
Calculate the range of an array via a callback function, ignoring NaN values.
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.
stats-strided-smin
Calculate the minimum value of a single-precision floating-point strided array.
math-array-tools-unary
Constructor for applying a unary function to each element in an input array.
blas-base-dtrsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
stats-strided-dztest
Compute a one-sample Z-test for a double-precision floating-point strided array.
@stdlib/array-base-map5d
Apply a function to elements in a five-dimensional nested input array and assign results to elements in a new five-dimensional nested output array.
array-base-broadcasted-quaternary5d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a five-dimensional nested output array.
stats-strided-dnanmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
stats-array-min-by
Calculate the minimum value of an array via a callback function.
ndarray-base-assert-is-integer-index-data-type
Test if an input value is a supported ndarray integer index data type.
math-array-special-abs
Compute the absolute value for each element in an input array.