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-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-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-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-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-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/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: 14 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-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: 07 Sep 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/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-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-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-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-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/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: 27 Mar 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-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: 18 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/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: 30 Aug 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/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/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