An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with arithmetic-mean

A curated list of projects in awesome lists tagged with arithmetic-mean .

https://github.com/stdlib-js/stats-base-smeanpn

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

arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed

Last synced: 10 Oct 2025

https://github.com/stdlib-js/stats-base-dmeanpw

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

arithmetic-mean average avg central-tendency javascript math mathematics mean node node-js nodejs pairwise pw statistics stats stdlib strided strided-array summation typed

Last synced: 16 Oct 2025

https://github.com/stdlib-js/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.

arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed

Last synced: 25 Apr 2025

https://github.com/stdlib-js/stats-base-snanmeanors

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

arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs ors statistics stats stdlib strided strided-array typed

Last synced: 19 Apr 2025

https://github.com/stdlib-js/stats-base-meanors

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

arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs ors statistics stats stdlib strided strided-array

Last synced: 25 Apr 2025

https://github.com/stdlib-js/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.

arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed welford

Last synced: 09 Apr 2025

https://github.com/stdlib-js/stats-base-smeankbn2

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

arithmetic-mean average avg central-tendency compensated javascript kahan kbn math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed

Last synced: 12 Jul 2025

https://github.com/stdlib-js/stats-base-meankbn2

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

arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array

Last synced: 13 Apr 2025

https://github.com/stdlib-js/stats-base-sdsmeanors

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

arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs ors statistics stats stdlib strided strided-array typed

Last synced: 05 Oct 2025

https://github.com/stdlib-js/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.

arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed welford

Last synced: 07 Jul 2025

https://github.com/stdlib-js/stats-incr-maape

Compute the mean arctangent absolute percentage error (MAAPE) incrementally.

abs absolute arithmetic-mean average avg deviation difference err error javascript mape math mathematics mean node node-js nodejs statistics stats stdlib

Last synced: 05 Oct 2025

https://github.com/stdlib-js/stats-base-smeanli

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

arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs one-pass statistics stats stdlib strided strided-array typed welford

Last synced: 01 Aug 2025

https://github.com/kuiz-error/stats-strided-smeanwd

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

arithmetic-mean array average avg javascript mathematics nodejs statistics stats stdlib strided strided-array typed welford

Last synced: 28 Oct 2025

https://github.com/stdlib-js/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.

arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs single statistics stats stdlib strided strided-array typed

Last synced: 04 Oct 2025

https://github.com/stdlib-js/stats-strided-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.

arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed

Last synced: 07 Oct 2025

https://github.com/stdlib-js/stats-strided-dnanmean

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

arithmetic-mean array average avg central-tendency double float64 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed

Last synced: 27 Mar 2025

https://github.com/stdlib-js/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.

arithmetic-mean average avg central-tendency javascript math mathematics mean node node-js nodejs one-pass pairwise pw statistics stats stdlib strided strided-array welford

Last synced: 19 Mar 2025

https://github.com/stdlib-js/stats-strided-smeanwd

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

arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed welford

Last synced: 30 Mar 2025

https://github.com/stdlib-js/stats-strided-sdsmean

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

arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed

Last synced: 30 Mar 2025

https://github.com/stdlib-js/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.

arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs single statistics stats stdlib strided strided-array typed

Last synced: 30 Mar 2025

https://github.com/stdlib-js/stats-strided-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.

arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed welford

Last synced: 10 Aug 2025

https://github.com/stdlib-js/stats-strided-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.

arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs ors statistics stats stdlib strided strided-array typed

Last synced: 07 Jul 2025

https://github.com/stdlib-js/stats-strided-smeanli

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

arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs one-pass statistics stats stdlib strided strided-array typed welford

Last synced: 22 Jun 2025

https://github.com/stdlib-js/stats-strided-wasm-dmeanwd

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

arithmetic-mean array average avg central-tendency float64 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed welford

Last synced: 30 Jun 2025

https://github.com/stdlib-js/stats-strided-smeanpn

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

arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed

Last synced: 22 Jun 2025

https://github.com/stdlib-js/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.

arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed welford

Last synced: 31 Mar 2025

https://github.com/stdlib-js/stats-strided-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.

arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs pairwise pw statistics stats stdlib strided strided-array typed

Last synced: 31 Mar 2025

https://github.com/stdlib-js/stats-strided-dnanmeanwd

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

arithmetic-mean array average avg central-tendency float64 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed welford

Last synced: 28 Jul 2025

https://github.com/stdlib-js/stats-strided-dmeanpw

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

arithmetic-mean average avg central-tendency javascript math mathematics mean node node-js nodejs pairwise pw statistics stats stdlib strided strided-array summation typed

Last synced: 04 Jul 2025

https://github.com/stdlib-js/stats-array-nanmeanwd

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

arithmetic-mean array average avg central-tendency domain extent javascript math mathematics mean node node-js nodejs statistics stats stdlib

Last synced: 24 Jun 2025

https://github.com/stdlib-js/stats-strided-dmeanvarpn

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

arithmetic-mean average avg central-tendency deviation dispersion javascript math mathematics mean node node-js nodejs sample-variance statistics stats stdlib unbiased var variance

Last synced: 20 Jul 2025

https://github.com/stdlib-js/stats-strided-dsmean

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

arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed

Last synced: 25 Jun 2025

https://github.com/stdlib-js/stats-strided-dnanmeanpw

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

arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs pairwise pw statistics stats stdlib strided strided-array typed

Last synced: 31 Mar 2025

https://github.com/blightstk/stats-strided-sdsmeanors

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

arithmetic-mean array average avg central-tendency javascript mathematics nodejs ors statistics stats strided strided-array typed

Last synced: 04 Jul 2025

https://github.com/stdlib-js/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.

arithmetic-mean array average avg central-tendency double float64 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed

Last synced: 31 Mar 2025

https://github.com/ruthwik25/stats-strided-snanmeanwd

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

arithmetic-mean array avg central-tendency float32 javascript mathematics nodejs statistics stats stdlib strided typed welford

Last synced: 03 Apr 2025

https://github.com/xionlightt/stats-strided-sdsmean

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

arithmetic-mean average avg central-tendency float float32 javascript mathematics nodejs statistics stdlib strided strided-array typed

Last synced: 03 Apr 2025