Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.
-
Updated
Jan 13, 2025 - JavaScript
Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.
Calculate the standard error of the mean for a double-precision floating-point strided array.
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.
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.
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.
Add a description, image, and links to the standard-error topic page so that developers can more easily learn about it.
To associate your repository with the standard-error topic, visit your repo's landing page and select "manage topics."