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.
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.
stats-strided-svariancepn
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.
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.
random-tools-binary
Constructor for creating ndarrays filled with pseudorandom values drawn from a binary PRNG.
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.
stats-strided-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
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! 🛠️📊
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.
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-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-dsemtk
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.
stats-strided-smin
Calculate the minimum value of a single-precision floating-point strided array.
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.
math-array-tools-unary
Constructor for applying a unary function to each element in an input array.
stats-strided-dmeanli
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.
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.
https://github.com/alleninstitute/atexplorer
API's and Applications for ArrayTomography (AT)
@stdlib/blas-ext-base-gnansumpw
Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.
@stdlib/array-base-binarynd
Apply a binary callback to elements in n-dimensional nested input arrays and assign results to elements in an n-dimensional nested output array.
@stdlib/array-base-assert-is-complex128array
Test if a value is a Complex128Array.
@stdlib/array-base-quaternary3d
Apply a quaternary callback to elements in four three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
lapack-base-spttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
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-maxabs
This repository provides a function to compute the maximum absolute value of strided data efficiently. Join us in enhancing numerical computation in JavaScript! 🛠️✨
array-base-broadcasted-ternary5d
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a five-dimensional nested output array.