Updated 6 months ago

@stdlib/stats-base-meanpn • Rank 9.9 • Science 57%

Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.

Updated 6 months ago

@stdlib/stats-base-dmeanvarpn • Rank 4.9 • Science 57%

Calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.

Updated 6 months ago

@stdlib/stats-base-snanmeanwd • Rank 4.6 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.

Updated 6 months ago

@stdlib/stats-base-dmeanpn • Rank 4.6 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dmeanstdevpn • Rank 4.3 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-dsmeanpn • Rank 4.2 • Science 57%

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.

Updated 6 months ago

stats-base-nanmeanwd • Rank 4.2 • Science 57%

Calculate the arithmetic mean of a strided array, ignoring NaN values and using Welford's algorithm.

Updated 6 months ago

@stdlib/stats-base-dnanmeanpn • Rank 4.0 • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.

Updated 6 months ago

@stdlib/stats-base-meankbn • Rank 3.9 • Science 57%

Calculate the arithmetic mean of a strided array using an improved Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-dmeanpw • Rank 3.9 • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.

Updated 6 months ago

@stdlib/stats-base-nanmeanpn • Rank 3.9 • Science 57%

Calculate the arithmetic mean of a strided array, ignoring NaN values and using a two-pass error correction algorithm.

Updated 6 months ago

@stdlib/stats-base-dnanmeanpw • Rank 3.9 • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.

Updated 6 months ago

@stdlib/stats-base-smeanlipw • Rank 3.9 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.

Updated 6 months ago

@stdlib/stats-base-dmeankbn2 • Rank 3.8 • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-smeankbn • Rank 3.7 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using an improved Kahan–Babuška algorithm.

Updated 6 months ago

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

Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.

Updated 6 months ago

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

Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation with extended accumulation and returning an extended precision result.

Updated 6 months ago

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

Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.

Updated 6 months ago

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

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.

Updated 6 months ago

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

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

Updated 6 months ago

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

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.

Updated 6 months ago

@stdlib/stats-base-dmeanlipw • Rank 3.5 • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.

Updated 6 months ago

@stdlib/stats-base-dnanmeanwd • Rank 3.5 • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-dsnanmeanwd • Rank 3.4 • Science 57%

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.

Updated 6 months ago

@stdlib/stats-base-smeankbn2 • Rank 3.4 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-dmeanli • Rank 3.4 • Science 57%

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

Updated 6 months ago

@stdlib/stats-base-meankbn2 • Rank 3.4 • Science 57%

Calculate the arithmetic mean of a strided array using a second-order iterative Kahan–Babuška algorithm.

Updated 6 months ago

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

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.

Updated 6 months ago

@stdlib/stats-base-smeanpw • Rank 2.6 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.

Updated 6 months ago

stats-base-smeanli • Rank 2.6 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 6 months ago

@stdlib/stats-base-dsmeanors • Rank 4.6 • Science 44%

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.

Updated 6 months ago

@stdlib/stats-base-dnanmean • Rank 4.3 • Science 44%

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-snanmeanors • Rank 4.2 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.

Updated 6 months ago

@stdlib/stats-base-dsnanmeanors • Rank 4.0 • Science 44%

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.

Updated 6 months ago

@stdlib/stats-base-dsnanmean • Rank 3.8 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.

Updated 6 months ago

stats-base-snanmean • Rank 3.7 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values.

Updated 6 months ago

@stdlib/stats-base-smeanors • Rank 3.6 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.

Updated 6 months ago

@stdlib/stats-base-sdsmeanors • Rank 3.5 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.

Updated 6 months ago

@stdlib/stats-base-sdsnanmean • Rank 3.3 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using extended accumulation.

Updated 6 months ago

@stdlib/stats-base-dnanmeanors • Rank 3.2 • Science 44%

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.

Updated 6 months ago

@stdlib/stats-base-dmeanors • Rank 3.0 • Science 44%

Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.

Updated 6 months ago

@stdlib/stats-iter-mmeanabs2 • Rank 2.4 • Science 44%

Create an iterator which iteratively computes a moving arithmetic mean of squared absolute values.

Updated 6 months ago

stats-base-dsmean • Rank 0.7 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.

Updated 6 months ago

stats-base-nanmeanors • Rank 0.0 • Science 44%

Calculate the arithmetic mean of a strided array, ignoring NaN values and using ordinary recursive summation.

Updated 6 months ago

@stdlib/stats-iter-cumeanabs2 • Rank 3.6 • Science 26%

Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.

Updated 6 months ago

stats-strided-smeanli • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 6 months ago

stats-array-nanmeanors • Science 44%

Calculate the arithmetic mean of an array, ignoring NaN values and using ordinary recursive summation.

Updated 6 months ago

stats-strided-dnanmeanpw • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.

Updated 6 months ago

stats-strided-snanmeanors • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.

Updated 6 months ago

stats-strided-dsnanmean • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.

Updated 6 months ago

stats-array-meanwd • Science 44%

Calculate the arithmetic mean of an array using Welford's algorithm.

Updated 6 months ago

stats-strided-snanmeanwd • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.

Updated 6 months ago

stats-strided-dnanmeanpn • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.

Updated 6 months ago

stats-strided-wasm-dmeanors • Science 44%

Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.

Updated 6 months ago

stats-base-sdsnanmeanors • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation with extended accumulation.

Updated 6 months ago

stats-strided-dsmeanwd • Science 57%

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.

Updated 6 months ago

stats-strided-dnanmeanwd • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.

Updated 6 months ago

stats-strided-smeanpn • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.

Updated 6 months ago

stats-strided-dmeanli • Science 44%

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

Updated 6 months ago

stats-strided-dmeanlipw • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.

Updated 6 months ago

stats-strided-snanmeanpn • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.

Updated 6 months ago

stats-strided-dsnanmeanpn • Science 57%

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.

Updated 6 months ago

stats-strided-meanors • Science 44%

Calculate the arithmetic mean of a strided array using ordinary recursive summation.

Updated 6 months ago

stats-array-meanpw • Science 44%

Calculate the arithmetic mean of an array using pairwise summation.

Updated 6 months ago

@stdlib/stats-base-sdsmean • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.

Updated 6 months ago

stats-array-nanmean • Science 26%

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! 🚀