Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: welford

stdlib-js/stats-base-dmeanwd

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

Language: JavaScript - Size: 470 KB - Last synced: 26 days ago - Pushed: 28 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanmeanwd

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

Language: JavaScript - Size: 473 KB - Last synced: 26 days ago - Pushed: 28 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanvariancewd

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

Language: JavaScript - Size: 479 KB - Last synced: 26 days ago - Pushed: 28 days ago - Stars: 2 - Forks: 0

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.

Language: JavaScript - Size: 470 KB - Last synced: 26 days ago - Pushed: 28 days ago - Stars: 1 - 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: 473 KB - Last synced: 26 days ago - Pushed: 28 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dvariancewd

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

Language: JavaScript - Size: 479 KB - Last synced: 26 days ago - Pushed: 28 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-meanwd

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

Language: JavaScript - Size: 463 KB - Last synced: 26 days ago - Pushed: 28 days ago - Stars: 2 - 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: 473 KB - Last synced: 26 days ago - Pushed: 28 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanvariancewd

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

Language: JavaScript - Size: 382 KB - Last synced: 26 days ago - Pushed: 28 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-variancewd

Calculate the variance of a strided array using Welford's algorithm.

Language: JavaScript - Size: 475 KB - Last synced: 26 days ago - Pushed: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-sstdevwd

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

Language: JavaScript - Size: 1020 KB - Last synced: 16 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

axiomhq/variance

Go implementation of variance's method for one-pass variance computation with D. H. D. West improved methods which features merging of several multiple sets of statistics and adding weighted values.

Language: Go - Size: 192 KB - Last synced: 27 days ago - Pushed: 3 months ago - Stars: 16 - Forks: 6

itsubaki/welford

Welford algorithm for Go

Language: Go - Size: 2.93 KB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 2 - 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: 752 KB - Last synced: 15 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-svariancewd

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

Language: JavaScript - Size: 761 KB - Last synced: 17 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanstdevwd

Calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.

Language: JavaScript - Size: 688 KB - Last synced: 16 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-stdevwd

Calculate the standard deviation of a strided array using Welford's algorithm.

Language: JavaScript - Size: 592 KB - Last synced: 17 days ago - Pushed: about 2 months ago - Stars: 3 - Forks: 0

stdlib-js/stats-base-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: 917 KB - Last synced: 15 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-smeanwd

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

Language: JavaScript - Size: 809 KB - Last synced: 16 days ago - Pushed: about 2 months ago - Stars: 2 - 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: 929 KB - Last synced: 16 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmeanli

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

Language: JavaScript - Size: 810 KB - Last synced: 26 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

breuderink/epsilon

Epsilon is a library with functions for machine learning and statistics written in plain C. It is intended to run on microcontrollers.

Language: C - Size: 1.83 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 4 - Forks: 0

stdlib-js/stats-base-smeanli

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

Language: JavaScript - Size: 828 KB - Last synced: 15 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-snanstdevwd

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

Language: JavaScript - Size: 1020 KB - Last synced: 15 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-snanvariancewd

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

Language: JavaScript - Size: 956 KB - Last synced: 17 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dnanstdevwd

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

Language: JavaScript - Size: 1.13 MB - Last synced: 17 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dsemwd

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

Language: JavaScript - Size: 1.07 MB - Last synced: 15 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dstdevwd

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

Language: JavaScript - Size: 1.39 MB - Last synced: 15 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0