stats-strided-variancewd
Calculate the variance of a 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-dmaxsorted
Calculate the maximum value of a sorted double-precision floating-point strided array.
stats-strided-dmax
Calculate the maximum value of a double-precision floating-point strided array.
stats-strided-dcovmatmtk
Compute the covariance matrix for an `M` by `N` double-precision floating-point matrix `A` and assigns the results to a matrix `B` when provided known means 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-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
stats-strided-dminabs
Calculate the minimum absolute value of a double-precision floating-point strided array.
stats-strided-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
stats-strided-dnanmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
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-mskmin
Calculate the minimum value of a strided array according to a mask.
stats-strided-dmskrange
Calculate the range of a double-precision floating-point strided array according to a mask.
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-dnanmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
stats-strided-dnanmin
Calculate the minimum value of a double-precision floating-point strided array, ignoring NaN values.
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-dsemwd
Calculate the standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.
stats-strided-svariancewd
Calculate the variance of a single-precision floating-point strided array using Welford's algorithm.
stats-strided-meanwd
Calculate the arithmetic mean of a strided array using Welford's algorithm.
stats-strided-dsvariance
Calculate the variance of a single-precision floating-point strided array using 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-stdevch
Calculate the standard deviation of a strided array using a one-pass trial mean algorithm.
stats-strided-dmskmax
Calculate the maximum value of a double-precision floating-point strided array according to a mask.
stats-strided-dsemyc
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-dsemch
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.
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-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
stats-strided-snanminabs
Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-nanminabs
Calculate the minimum absolute value of a strided array, ignoring NaN values.
stats-strided-snanmskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
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-dnanvariancewd
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
stats-strided-wasm-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
stats-strided-dstdevyc
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
stats-strided-variancech
Calculate the variance of a strided array using a one-pass trial mean algorithm.
stats-strided-variancepn
Calculate the variance of a strided array using a two-pass algorithm.
stats-strided-dvariance
Calculate the variance of a double-precision floating-point strided array.
stats-strided-dsmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.
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-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-dsem
Calculate the standard error of the mean for a double-precision floating-point strided array.
stats-strided-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
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-nanmax
Calculate the maximum value of a strided array, ignoring NaN values.
stats-strided-dsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation 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-dnanmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.
@stdlib/stats-base-dmeankbn
Calculate the arithmetic mean of a double-precision floating-point strided array using an improved Kahan–Babuška algorithm.
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.
@stdlib/blas-ext-base-gnansumpw
Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.
stats-strided-dztest
Compute a one-sample Z-test for a double-precision floating-point strided array.
stats-strided-dmediansorted
Calculate the median value of a sorted double-precision floating-point strided array.
stats-strided-snanmaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-sstdevtk
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook algorithm.
stats-strided-dnanmskrange
The "stats-strided-dnanmskrange" repository provides efficient statistical functions for handling strided arrays in JavaScript. Explore the power of numerical computation with this library! 🐱💻📊
stats-strided-sminsorted
Calculate the minimum value of a sorted single-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-srange
Calculate the range of a single-precision floating-point strided array.
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/stats-base-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
stats-strided-smskmin
Calculate the minimum value of a single-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-dstdevwd
Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.
stats-strided-mskmax
Calculate the maximum value of a strided array according to a mask.
stats-base-sdsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation with extended accumulation.
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-wasm-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
stats-strided-dmskmin
Calculate the minimum value of a double-precision floating-point strided array according to a mask.
stats-strided-snanrange
Calculate the range of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-sztest2
Compute a two-sample Z-test for two single-precision floating-point strided arrays.
stats-strided-sztest
Compute a one-sample Z-test for a single-precision floating-point strided array.
stats-strided-dnanmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.
stats-strided-dsnanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
stats-strided-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
stats-strided-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
stats-strided-dsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
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-nanvarianceyc
Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-nanvariancetk
Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.
stats-strided-nanvariance
Calculate the variance of a strided array ignoring NaN values.
stats-strided-sstdevpn
Calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.
stats-strided-dnanmean
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-dsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
@stdlib/stats-base-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
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.