Projects in Awesome Lists tagged with arithmetic-mean
A curated list of projects in awesome lists tagged with arithmetic-mean .
https://github.com/nodef/extra-bigint
A BigInt can represent whole numbers larger than 2⁵³ - 1.
abs aliquot-sum arithmetic-mean big bigint binomial cbrt ceil-div compare constrain cubic-mean extra factorial floor-div gcd geometric-mean harmonic-mean hypot integer is
Last synced: 18 Oct 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-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-dmeanstdev
Calculate the mean and standard deviation of a double-precision floating-point strided array.
arithmetic-mean average avg central-tendency deviation dispersion javascript math mathematics mean node node-js nodejs sample-standard-deviation statistics stats stdlib unbiased var variance
Last synced: 13 May 2025
https://github.com/nodef/extra-number
A number is a mathematical object used to count, measure, and label.
aliquot-sum arithmetic-mean binomial ceil ceil-div compare constrain cubic-mean degrees extra factorial floor floor-div from-roman-numerals gcd geometric-mean harmonic-mean is is-pow number
Last synced: 20 Jul 2025
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-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.
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: 15 Feb 2026
https://github.com/stdlib-js/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.
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: 15 Feb 2026
https://github.com/stdlib-js/stats-base-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: 19 Feb 2026
https://github.com/stdlib-js/stats-base-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
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: 19 Aug 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-meanpw
Calculate the arithmetic mean of a strided array 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
Last synced: 24 May 2026
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-meanwd
Calculate the arithmetic mean of a strided array using Welford's algorithm.
arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array welford
Last synced: 13 Mar 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-snanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values.
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: 16 Jun 2026
https://github.com/stdlib-js/stats-iter-cumeanabs
Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.
abs absolute accumulate arithmetic-mean average avg central-tendency cumulative-mean javascript magnitude math mathematics mean node node-js nodejs statistics stats stdlib value
Last synced: 22 Jun 2026
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: 20 Feb 2026
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: 17 Feb 2026
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: 17 Feb 2026
https://github.com/stdlib-js/stats-incr-mmeanstdev
Compute a moving arithmetic mean and corrected sample standard deviation incrementally.
arithmetic-mean average avg central-tendency javascript math mathematics mean moving-average moving-mean node node-js nodejs sample sample-variance statistics stats stdlib unbiased variance
Last synced: 06 Mar 2026
https://github.com/stdlib-js/stats-incr-meanabs
Compute an arithmetic mean of absolute values incrementally.
abs absolute accumulator arithmetic-mean average avg central-tendency incremental javascript magnitude math mathematics mean node node-js nodejs statistics stats stdlib value
Last synced: 01 Jul 2026
https://github.com/nodef/extra-math
Mathematics is the classification and study of all possible patterns.
aliquot-sum arithmetic-mean binomial ceil ceil-div constrain cubic-mean degrees distance extra factorial floor floor-div gcd geometric-mean harmonic-mean is-pow is-prime lcm math
Last synced: 26 Feb 2026
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-nanmean
Calculate the arithmetic mean of a strided array, ignoring NaN values.
arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array
Last synced: 10 Apr 2025
https://github.com/stdlib-js/stats-incr-meanstdev
Compute an arithmetic mean and corrected sample standard deviation incrementally.
arithmetic-mean average avg central-tendency dispersion javascript math mathematics mean node node-js nodejs sample-variance standard-deviation statistics stats stdlib unbiased var variance
Last synced: 06 Sep 2025
https://github.com/stdlib-js/stats-array-nanmeanpn
Calculate the arithmetic mean of an array, ignoring NaN values and using a two-pass error correction algorithm.
arithmetic-mean array average avg central-tendency domain extent javascript math mathematics mean node node-js nodejs statistics stats stdlib
Last synced: 29 Jun 2026
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-dmean
Calculate the arithmetic mean of a double-precision floating-point strided array.
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: 25 Jul 2025
https://github.com/stdlib-js/stats-iter-mmeanabs
Create an iterator which iteratively computes a moving arithmetic mean of absolute values.
abs absolute arithmetic-mean average avg central-tendency javascript magnitude math mathematics mean moving-average moving-mean node node-js nodejs statistics stats stdlib value
Last synced: 26 Jul 2025
https://github.com/k1729p/study19
arithmetic-mean bayes-formula big-decimal big-integer compact-number-format cubes fibonacci-numbers geometric-mean golden-ratio harmonic-mean java least-common-multiple mathematics quadratic-mean roots secure-random secure-random-generator statistics
Last synced: 02 May 2026
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: 02 May 2026
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: 05 May 2026
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: 09 May 2026
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: 01 May 2026
https://github.com/stdlib-js/stats-strided-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
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: 23 Jun 2026
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: 14 May 2026
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: 15 May 2026
https://github.com/stdlib-js/stats-array-nanmeanors
Calculate the arithmetic mean of an array, ignoring NaN values and using ordinary recursive summation.
arithmetic-mean array average avg central-tendency domain extent javascript math mathematics mean node node-js nodejs statistics stats stdlib
Last synced: 28 Apr 2026
https://github.com/stdlib-js/stats-array-meanpw
Calculate the arithmetic mean of an array using pairwise summation.
arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs statistics stats stdlib
Last synced: 28 Apr 2026
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: 17 May 2026
https://github.com/stdlib-js/stats-strided-meanpn
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array
Last synced: 22 Apr 2026
https://github.com/stdlib-js/stats-strided-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: 28 Apr 2026
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: 18 May 2026
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: 19 May 2026
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: 21 May 2026
https://github.com/rudxain/bin-rle.rs
Trying to calculate distributive operations in logarithmic-time
algorithm arithmetic-mean binary-search crate distributive experimental exponential-search folding geometric-mean niche no-std optimization reduction run-length-encoding specialized summation
Last synced: 14 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: 15 May 2026
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: 28 Apr 2026
https://github.com/stdlib-js/stats-strided-dmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array 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: 26 Apr 2026
https://github.com/simonjuniorj/srednia
Simple application to calculate arithmetic mean, writed in C#
Last synced: 31 May 2026
https://github.com/stdlib-js/stats-strided-dmean
Calculate the arithmetic mean of a double-precision floating-point strided array.
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: 13 Apr 2026
https://github.com/stdlib-js/stats-array-nanmean
Calculate the arithmetic mean of an array, ignoring NaN values.
arithmetic-mean array average avg central-tendency domain extent javascript math mathematics mean node node-js nodejs statistics stats stdlib
Last synced: 24 Apr 2026
https://github.com/stdlib-js/stats-strided-meanwd
Calculate the arithmetic mean of a strided array using Welford's algorithm.
arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array welford
Last synced: 24 Apr 2026
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: 27 Apr 2026
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: 27 Apr 2026
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: 27 Apr 2026
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: 28 Apr 2026
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: 28 Apr 2026
https://github.com/stdlib-js/stats-strided-nanmeanwd
Calculate the arithmetic mean of a strided array, ignoring NaN values and using Welford's algorithm.
arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array welford
Last synced: 28 Apr 2026
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: 29 Apr 2026
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: 01 May 2026
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: 01 May 2026
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: 02 May 2026
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: 02 May 2026