Updated 6 months ago

@stdlib/stats-base-dsempn • Rank 3.6 • Science 57%

Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.

Updated 6 months ago

@stdlib/stats-base-dsemtk • Rank 3.6 • Science 57%

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.

Updated 6 months ago

@stdlib/stats-base-dsemyc • Rank 3.3 • Science 57%

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.

Updated 6 months ago

@stdlib/stats-base-dsemch • Rank 3.1 • Science 57%

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 6 months ago

@stdlib/stats-base-dsemwd • Rank 3.0 • Science 57%

Calculate the standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.

Updated 6 months ago

stats-strided-dsemyc • Science 57%

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.

Updated 6 months ago

stats-strided-dsemch • Science 57%

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 6 months ago

stats-strided-dsemtk • Science 44%

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.

Updated 6 months ago

stats-strided-dsempn • Science 57%

Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.

Updated 6 months ago

stats-strided-dsemwd • Science 57%

Calculate the standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.