compute-median
Computes the median of an array.
Computes the median of an array.
Computes the geometric mean of an array.
Computes the truncated mean of an array.
Computes the arithmetic mean.
Provides a method to compute a sample variance incrementally.
Provides a method to compute an arithmetic mean incrementally.
Computes the mid-range of a numeric array.
Computes a trimmed midrange of a numeric array
Computes the median of an array ignoring non-numeric values.
Computes the trimean of a numeric array.
Computes the midhinge of a numeric array.
Calculate the arithmetic mean of a single-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
Calculate the median value of a sorted single-precision floating-point strided array.
Calculate the mid-range of a single-precision floating-point strided array.