stats-strided-scumin
Calculate the cumulative minimum of single-precision floating-point strided array elements.
stats-strided-nanmax
Calculate the maximum value of a strided array, ignoring NaN values.
stats-strided-dvarianceyc
Calculate the variance of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-dnanstdevpn
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
stats-strided-meanors
Calculate the arithmetic mean of a strided array using ordinary recursive summation.
stats-strided-dcumin
Calculate the cumulative minimum of double-precision floating-point strided array elements.
stats-strided-smeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
stats-strided-dsnanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.
stats-strided-dztest2
Compute a two-sample Z-test for two double-precision floating-point strided arrays.
stats-strided-nanstdevpn
Calculate the standard deviation of a strided array ignoring NaN values and using a two-pass algorithm.
stats-strided-snanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
stats-strided-range-by
Calculate the range of a strided array via a callback function.
stats-strided-dnanstdevyc
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-dsempn
Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.
stats-strided-dmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
stats-strided-dvarmtk
Calculate the variance of a double-precision floating-point strided array provided a known mean and using a one-pass textbook algorithm.
stats-strided-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-dsem
Calculate the standard error of the mean for a double-precision floating-point strided array.
stats-strided-dsmeanpw
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation with extended accumulation and returning an extended precision result.
stats-strided-dsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.
stats-strided-dnanvariancech
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
stats-strided-dnanvarianceyc
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-mskmin
Calculate the minimum value of a strided array according to a mask.
stats-strided-dstdevwd
Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.
stats-strided-dnanvariancetk
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
stats-strided-dvarmpn
Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.
stats-strided-smaxsorted
Calculate the maximum value of a sorted single-precision floating-point strided array.
stats-strided-dnanmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-smediansorted
Calculate the median value of a sorted single-precision floating-point strided array.
stats-strided-dsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
stats-strided-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
stats-strided-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
stats-strided-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
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.
stats-strided-dnanmean
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-base-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
stats-strided-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-dnanmskrange
Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.
stats-strided-dstdevpn
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
stats-strided-wasm-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
stats-strided-mskrange
Calculate the range of a strided array according to a mask.
stats-strided-dnanminabs
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
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.
stats-strided-nanmaxabs
Calculate the maximum absolute value of a strided array, ignoring NaN values.
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.
stats-strided-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
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! 🛠️📊
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-snanmaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-dmediansorted
Calculate the median value of a sorted double-precision floating-point strided array.
stats-strided-smaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array.
stats-strided-max-by
Calculate the maximum value of a strided array via a callback function.
stats-strided-min-by
Calculate the minimum value of a strided array via a callback function.
stats-strided-nanmax-by
Calculate the maximum value of a strided array via a callback function, ignoring NaN values.
stats-strided-nanmin-by
Calculate the minimum value of a strided array via a callback function, ignoring NaN values.
stats-strided-nanmax-by
This repository provides a function for computing the maximum value of a strided array while ignoring NaN values. Explore the code and contribute to enhance numerical computation in JavaScript! 🐱💻📊
stats-strided-dsnanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.
stats-strided-snanmin
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-smskrange
Calculate the range of a single-precision floating-point strided array according to a mask.
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! 🛠️✨
stats-strided-svariancech
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-drange
Calculate the range of a double-precision floating-point strided array.
stats-strided-snanmskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
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.
stats-strided-svariance
Calculate the variance of a single-precision floating-point strided array.
stats-strided-dvariancech
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-dvariancewd
Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.
stats-strided-dmeanlipw
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
stats-strided-nanstdevyc
Compute nan-standard deviations for strided arrays with ease using stats-strided-nanstdevyc. Ideal for numerical and scientific tasks in JavaScript. 🚀📊
stats-strided-dnanstdevch
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
stats-strided-scumax
Calculate the cumulative maximum of single-precision floating-point strided array elements.
stats-strided-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-dmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array.
stats-strided-mediansorted
Calculate the median value of a sorted strided array.
stats-strided-dstdevch
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-dmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.
stats-strided-wasm-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
stats-strided-dnanstdevch
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
stats-strided-dnanstdevyc
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-dmin
Calculate the minimum value of a double-precision floating-point strided array.
stats-strided-dnanstdevwd
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
stats-strided-dminsorted
Calculate the minimum value of a sorted double-precision floating-point strided array.
stats-strided-sminsorted
Calculate the minimum value of a sorted single-precision floating-point strided array.
stats-strided-dnanstdev
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values.
stats-strided-dvarm
Calculate the variance of a double-precision floating-point strided array provided a known mean.
stats-strided-dmskrange
Calculate the range of a double-precision floating-point strided array according to a mask.
stats-strided-dmean
Calculate the arithmetic mean of a double-precision floating-point strided array.
stats-strided-smax
Calculate the maximum value of a single-precision floating-point strided array.
stats-strided-dminabs
Calculate the minimum absolute value of a double-precision floating-point strided array.
stats-strided-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-nanvariancech
Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.