GitHub topics: arithmetic-mean
Xionlightt/stats-strided-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
Language: JavaScript - Size: 63.5 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

Kuiz-Error/stats-strided-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 67.4 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

Ruthwik25/stats-strided-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 67.4 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

deadmen504/stats-strided-dmeanvarpn
Language: JavaScript - Size: 74.2 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

samirjabi/stats-strided-dmeanvar
Efficiently compute strided mean and variance with stats-strided-dmeanvar. This library enhances numerical analysis in JavaScript and Node.js. ๐๐
Language: JavaScript - Size: 69.3 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

stdlib-js/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.
Language: JavaScript - Size: 239 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
Language: JavaScript - Size: 215 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-nanmeanwd
Calculate the arithmetic mean of a strided array, ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 373 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-meanpn
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
Language: JavaScript - Size: 340 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-meanors
Calculate the arithmetic mean of a strided array using ordinary recursive summation.
Language: JavaScript - Size: 190 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-mean
Calculate the arithmetic mean of a strided array.
Language: JavaScript - Size: 412 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

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.
Language: JavaScript - Size: 265 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

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.
Language: JavaScript - Size: 229 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

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.
Language: JavaScript - Size: 353 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

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.
Language: JavaScript - Size: 251 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
Language: JavaScript - Size: 254 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanmean
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
Language: JavaScript - Size: 451 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-snanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values.
Language: JavaScript - Size: 940 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-sdsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using extended accumulation.
Language: JavaScript - Size: 912 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 203 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-meanwd
Calculate the arithmetic mean of a strided array using Welford's algorithm.
Language: JavaScript - Size: 372 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

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.
Language: JavaScript - Size: 221 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

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.
Language: JavaScript - Size: 216 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dmeanstdevpn
Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
Language: JavaScript - Size: 294 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dmeanvarpn
Calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.
Language: JavaScript - Size: 406 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-nanmean
Calculate the arithmetic mean of a strided array, ignoring NaN values.
Language: JavaScript - Size: 487 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-dnanmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.
Language: JavaScript - Size: 342 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-array-nanmean
Calculate the arithmetic mean of an array, ignoring NaN values.
Language: JavaScript - Size: 433 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-incr-meanvar
Compute an arithmetic mean and unbiased sample variance incrementally.
Language: JavaScript - Size: 771 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 268 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-iter-cumeanabs
Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.
Language: JavaScript - Size: 962 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-meanstdev
Compute an arithmetic mean and corrected sample standard deviation incrementally.
Language: JavaScript - Size: 781 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

igorwillia/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! ๐
Language: JavaScript - Size: 48.8 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-array-nanmeanwd
Calculate the arithmetic mean of an array, ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 426 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-array-nanmeanpn
Calculate the arithmetic mean of an array, ignoring NaN values and using a two-pass error correction algorithm.
Language: JavaScript - Size: 427 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-array-nanmeanors
Calculate the arithmetic mean of an array, ignoring NaN values and using ordinary recursive summation.
Language: JavaScript - Size: 0 Bytes - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-nanmeanors
Calculate the arithmetic mean of a strided array, ignoring NaN values and using ordinary recursive summation.
Language: JavaScript - Size: 465 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanmeanwd
Calculate the arithmetic mean of a strided array, ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 692 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmeanstdev
Calculate the mean and standard deviation of a double-precision floating-point strided array.
Language: JavaScript - Size: 1.38 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 0

hiugiygiygbiu/stats-strided-meanpn
Stats-strided-meanpn provides efficient computation of strided means for numerical data. ๐ This library enhances your data analysis capabilities in JavaScript and Node.js. ๐
Language: JavaScript - Size: 56.6 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dmeanstdevpn
Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
Language: JavaScript - Size: 928 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmeanvar
Calculate the mean and variance of a double-precision floating-point strided array.
Language: JavaScript - Size: 732 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 543 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

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.
Language: JavaScript - Size: 245 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 288 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
Language: JavaScript - Size: 457 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-smeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
Language: JavaScript - Size: 394 KB - Last synced at: 5 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-nanmeanpn
Calculate the arithmetic mean of a strided array, ignoring NaN values and using a two-pass error correction algorithm.
Language: JavaScript - Size: 716 KB - Last synced at: 7 days ago - Pushed at: 15 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-array-meanpw
Calculate the arithmetic mean of an array using pairwise summation.
Language: JavaScript - Size: 529 KB - Last synced at: 3 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-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.
Language: JavaScript - Size: 357 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
Language: JavaScript - Size: 355 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-meankbn2
Calculate the arithmetic mean of a strided array using a second-order iterative KahanโBabuลกka algorithm.
Language: JavaScript - Size: 564 KB - Last synced at: 11 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
Language: JavaScript - Size: 250 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

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.
Language: JavaScript - Size: 761 KB - Last synced at: 2 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-meanwd
Calculate the arithmetic mean of a strided array using Welford's algorithm.
Language: JavaScript - Size: 734 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-meanpw
Calculate the arithmetic mean of a strided array using pairwise summation.
Language: JavaScript - Size: 566 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-meanors
Calculate the arithmetic mean of a strided array using ordinary recursive summation.
Language: JavaScript - Size: 482 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-meankbn
Calculate the arithmetic mean of a strided array using an improved KahanโBabuลกka algorithm.
Language: JavaScript - Size: 531 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 228 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-smeanpw
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.
Language: JavaScript - Size: 246 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-smeanli
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 334 KB - Last synced at: 5 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
Language: JavaScript - Size: 459 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-smeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.
Language: JavaScript - Size: 1.16 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/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.
Language: JavaScript - Size: 1.47 MB - Last synced at: 1 day ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 1.35 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 1

stdlib-js/stats-base-smeankbn
Calculate the arithmetic mean of a single-precision floating-point strided array using an improved KahanโBabuลกka algorithm.
Language: JavaScript - Size: 1.42 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-dmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.
Language: JavaScript - Size: 252 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
Language: JavaScript - Size: 1.87 MB - Last synced at: 3 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-mean
Calculate the arithmetic mean of a strided array.
Language: JavaScript - Size: 551 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 249 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dmean
Calculate the arithmetic mean of a double-precision floating-point strided array.
Language: JavaScript - Size: 249 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-smeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
Language: JavaScript - Size: 1.62 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmeanvarpn
Calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.
Language: JavaScript - Size: 809 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.
Language: JavaScript - Size: 811 KB - Last synced at: 1 day ago - Pushed at: 23 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-wasm-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 777 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-wasm-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
Language: JavaScript - Size: 1.35 MB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-incr-mmeanvar
Compute a moving arithmetic mean and unbiased sample variance incrementally.
Language: JavaScript - Size: 949 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mape
Compute the mean absolute percentage error (MAPE) incrementally.
Language: JavaScript - Size: 429 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mpe
Compute the mean percentage error (MPE) incrementally.
Language: JavaScript - Size: 421 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 1 - Forks: 0

stdlib-js/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.
Language: JavaScript - Size: 568 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-mean
Compute an arithmetic mean incrementally.
Language: JavaScript - Size: 338 KB - Last synced at: 1 day ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmean
Calculate the arithmetic mean of a double-precision floating-point strided array.
Language: JavaScript - Size: 896 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mmeanstdev
Compute a moving arithmetic mean and corrected sample standard deviation incrementally.
Language: JavaScript - Size: 931 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-mmeanabs
Create an iterator which iteratively computes a moving arithmetic mean of absolute values.
Language: JavaScript - Size: 1.1 MB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-mean
Compute the arithmetic mean over all iterated values.
Language: JavaScript - Size: 989 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-nanmean
Compute an arithmetic mean incrementally, ignoring NaN values.
Language: JavaScript - Size: 176 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/stats-iter-meanabs2
Compute the arithmetic mean of squared absolute values for all iterated values.
Language: JavaScript - Size: 1010 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Rudxain/bin-rle.rs
Trying to calculate distributive operations in logarithmic-time
Language: Rust - Size: 36.1 KB - Last synced at: 26 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

nodef/extra-math
JavaScript utilities for numbers, arithmetic, divisors, geometry, and statistics.
Language: TypeScript - Size: 371 KB - Last synced at: 6 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

nodef/extra-number
A collection for common number functions (queries, comparisons, rounding, divisors, etc).
Language: TypeScript - Size: 420 KB - Last synced at: 6 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-me
Compute the mean error (ME) incrementally.
Language: JavaScript - Size: 426 KB - Last synced at: 10 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

nodef/extra-bigint
A BigInt can represent whole numbers larger than 2โตยณ - 1.
Language: TypeScript - Size: 333 KB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 5 - Forks: 2

stdlib-js/stats-iter-mmeanabs2
Create an iterator which iteratively computes a moving arithmetic mean of squared absolute values.
Language: JavaScript - Size: 1.13 MB - Last synced at: 18 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mae
Compute the mean absolute error (MAE) incrementally.
Language: JavaScript - Size: 410 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-meanpn
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
Language: JavaScript - Size: 758 KB - Last synced at: 23 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 587 KB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-dmeanli
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 246 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
Language: JavaScript - Size: 560 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

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.
Language: JavaScript - Size: 1010 KB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 510 KB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0
