Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the minimum value of a sorted double-precision floating-point strided array.
Calculate the range of a double-precision floating-point strided array.
Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.
Calculate the variance of a double-precision floating-point strided array.
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
Rank-N dense Tensor type for MathTS with Float64Array-backed storage