stats-strided-smeanpw
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.
stats-strided-dstdevpn
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass 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-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-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-dnanvariancewd
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and 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-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
stats-strided-dsmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.
stats-strided-stdevtk
Calculate the standard deviation of a strided array using a one-pass textbook algorithm.
stats-strided-stdevwd
Calculate the standard deviation of a strided array using Welford's algorithm.
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-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-dnanmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.
stats-strided-dcumin
Calculate the cumulative minimum of double-precision floating-point strided array elements.
stats-strided-sminsorted
Calculate the minimum value of a sorted single-precision floating-point strided array.
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-sstdevyc
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
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-snanrange
Calculate the range of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-smeanli
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-nanvariancech
Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
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-dvarmpn
Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.
stats-strided-nanvariancepn
Calculate the variance of a strided array ignoring NaN values and using a two-pass algorithm.
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-mskmax
Calculate the maximum value 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-snanmskrange
Calculate the range of a single-precision floating-point strided array according to a mask, ignoring NaN values.
@stdlib/stats-base-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
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-snanmaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-dmeanli
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-dztest
Compute a one-sample Z-test for a double-precision floating-point strided 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.
@stdlib/blas-ext-base-gnansumpw
Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.
stats-strided-drange
Calculate the range of a double-precision floating-point strided array.
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-dmeanlipw
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.