@stdlib/stats-incr-maape
Compute the mean arctangent absolute percentage error (MAAPE) incrementally.
@stdlib/stats-base-meanpn
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
@stdlib/stats-base-dmeanvarpn
Calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.
@stdlib/stats-base-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
@stdlib/stats-base-dmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.
@stdlib/stats-base-dmeanstdevpn
Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
@stdlib/stats-base-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-base-nanmeanwd
Calculate the arithmetic mean of a strided array, ignoring NaN values and using Welford's algorithm.
@stdlib/stats-base-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/stats-base-meankbn
Calculate the arithmetic mean of a strided array using an improved Kahan–Babuška algorithm.
@stdlib/stats-base-dmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
@stdlib/stats-base-nanmeanpn
Calculate the arithmetic mean of a strided array, ignoring NaN values and using a two-pass error correction algorithm.
@stdlib/stats-base-dnanmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.
@stdlib/stats-base-smeanlipw
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
@stdlib/stats-base-dmeankbn2
Calculate the arithmetic mean of a double-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
@stdlib/stats-base-meanpw
Calculate the arithmetic mean of a strided array using pairwise summation.
@stdlib/stats-base-smeankbn
Calculate the arithmetic mean of a single-precision floating-point strided array using an improved Kahan–Babuška algorithm.
@stdlib/stats-base-meanwd
Calculate the arithmetic mean of a strided array using Welford's algorithm.
@stdlib/stats-base-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
@stdlib/stats-base-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.
@stdlib/stats-base-smeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
@stdlib/stats-base-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.
@stdlib/stats-base-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
@stdlib/stats-base-dsnanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.
@stdlib/stats-base-dmeanlipw
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
@stdlib/stats-base-dnanmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.
@stdlib/stats-base-dsnanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
@stdlib/stats-base-smeankbn2
Calculate the arithmetic mean of a single-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
@stdlib/stats-base-dmeanli
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.
@stdlib/stats-base-meankbn2
Calculate the arithmetic mean of a strided array using a second-order iterative Kahan–Babuška algorithm.
@stdlib/stats-base-snanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
@stdlib/stats-base-smeanpw
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.
stats-base-smeanli
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.
@stdlib/stats-incr-meanvar
Compute an arithmetic mean and unbiased sample variance incrementally.
@stdlib/stats-incr-mape
Compute the mean absolute percentage error (MAPE) incrementally.
stats-incr-meanstdev
Compute an arithmetic mean and corrected sample standard deviation incrementally.
@stdlib/stats-incr-mmeanabs
Compute a moving arithmetic mean of absolute values incrementally.
@stdlib/stats-incr-mmeanstdev
Compute a moving arithmetic mean and corrected sample standard deviation incrementally.
@stdlib/stats-base-dsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.
@stdlib/stats-base-dmeanstdev
Calculate the mean and standard deviation of a double-precision floating-point strided array.
@stdlib/stats-incr-meanabs
Compute an arithmetic mean of absolute values incrementally.
@stdlib/stats-base-nanmean
Calculate the arithmetic mean of a strided array, ignoring NaN values.
@stdlib/stats-base-dnanmean
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-iter-mmean
Create an iterator which iteratively computes a moving arithmetic mean.
@stdlib/stats-base-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
@stdlib/stats-iter-cumeanabs
Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.
@stdlib/stats-base-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.
@stdlib/stats-base-dsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
stats-base-snanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-base-meanors
Calculate the arithmetic mean of a strided array using ordinary recursive summation.
@stdlib/stats-base-smeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.
@stdlib/stats-base-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
@stdlib/stats-base-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
@stdlib/stats-base-dmeanvar
Calculate the mean and variance of a double-precision floating-point strided array.
@stdlib/stats-base-sdsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using extended accumulation.
@stdlib/stats-base-dnanmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
@stdlib/stats-iter-meanabs
Compute the arithmetic mean of absolute values for all iterated values.
@stdlib/stats-base-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
@stdlib/stats-iter-cumean
Create an iterator which iteratively computes a cumulative arithmetic mean.
@stdlib/stats-iter-mmeanabs
Create an iterator which iteratively computes a moving arithmetic mean of absolute values.
@stdlib/stats-iter-mmeanabs2
Create an iterator which iteratively computes a moving arithmetic mean of squared absolute values.
stats-base-dsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
stats-incr-mmeanvar
Compute a moving arithmetic mean and unbiased sample variance incrementally.
stats-base-dmean
Calculate the arithmetic mean of a double-precision floating-point strided array.
stats-base-nanmeanors
Calculate the arithmetic mean of a strided array, ignoring NaN values and using ordinary recursive summation.
stats-iter-meanabs2
Compute the arithmetic mean of squared absolute values for all iterated values.
@stdlib/stats-iter-cumeanabs2
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
stats-strided-smeanli
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.
stats-array-nanmeanors
Calculate the arithmetic mean of an array, ignoring NaN values and using ordinary recursive summation.
stats-strided-dnanmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.
stats-strided-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
stats-strided-dsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
stats-array-nanmean
Calculate the arithmetic mean of an array, ignoring NaN values.
stats-array-meanwd
Calculate the arithmetic mean of an array using Welford's algorithm.
stats-strided-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
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.
stats-strided-wasm-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
stats-base-sdsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and 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-dnanmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.
stats-strided-smeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
stats-strided-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
stats-strided-dmeanli
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.
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.
stats-strided-snanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
stats-strided-dsnanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.
stats-strided-meanors
Calculate the arithmetic mean of a strided array using ordinary recursive summation.
stats-array-meanpw
Calculate the arithmetic mean of an array using pairwise summation.
@stdlib/stats-base-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
stats-array-nanmean
This repository provides a function to compute the mean of an array while ignoring NaN values. 📊 Explore efficient numerical computations in JavaScript with our standard library! 🚀