Ecosyste.ms: Repos

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

GitHub topics: central-tendency

stdlib-js/stats-incr-variance

Compute an unbiased sample variance incrementally.

Language: JavaScript - Size: 1020 KB - Last synced: 4 days ago - Pushed: 5 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-iter-meanabs2

Compute the arithmetic mean of squared absolute values for all iterated values.

Language: JavaScript - Size: 1.12 MB - Last synced: 4 days ago - Pushed: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dmeanors

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

Language: JavaScript - Size: 1.13 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dmidrange

Calculate the mid-range of a double-precision floating-point strided array.

Language: JavaScript - Size: 508 KB - Last synced: 4 days ago - Pushed: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-midrange

Compute the mid-range of all iterated values.

Language: JavaScript - Size: 1.08 MB - Last synced: 4 days ago - Pushed: 5 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-midrange

Compute a mid-range incrementally.

Language: JavaScript - Size: 347 KB - Last synced: about 7 hours ago - Pushed: 5 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmeanwd

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

Language: JavaScript - Size: 474 KB - Last synced: 4 days ago - Pushed: 5 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanmean

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

Language: JavaScript - Size: 696 KB - Last synced: 4 days ago - Pushed: 5 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dnanmeanors

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

Language: JavaScript - Size: 472 KB - Last synced: 4 days ago - Pushed: 5 days ago - Stars: 1 - Forks: 0

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.

Language: JavaScript - Size: 474 KB - Last synced: 4 days ago - Pushed: 5 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: 476 KB - Last synced: 4 days ago - Pushed: 5 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: 473 KB - Last synced: 4 days ago - Pushed: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-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: 1.22 MB - Last synced: 4 days ago - Pushed: 5 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-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: 473 KB - Last synced: 4 days ago - Pushed: 5 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-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: 475 KB - Last synced: 4 days ago - Pushed: 5 days 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: 475 KB - Last synced: 4 days ago - Pushed: 5 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-iter-mean

Compute the arithmetic mean over all iterated values.

Language: JavaScript - Size: 1.13 MB - Last synced: 4 days ago - Pushed: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-meanors

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

Language: JavaScript - Size: 526 KB - Last synced: 4 days ago - Pushed: 5 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: 466 KB - Last synced: 5 days ago - Pushed: 5 days ago - Stars: 2 - 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: 5 days ago - Pushed: 5 days ago - Stars: 1 - 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: 471 KB - Last synced: 4 days ago - Pushed: 5 days ago - Stars: 1 - 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: 476 KB - Last synced: 4 days ago - Pushed: 5 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: 476 KB - Last synced: 5 days ago - Pushed: 5 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-hmean

Compute a harmonic mean incrementally.

Language: JavaScript - Size: 398 KB - Last synced: 4 days ago - Pushed: 5 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-mean

Compute an arithmetic mean incrementally.

Language: JavaScript - Size: 558 KB - Last synced: 5 days ago - Pushed: 5 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-wmean

Compute a weighted arithmetic mean incrementally.

Language: JavaScript - Size: 388 KB - Last synced: 5 days ago - Pushed: 5 days ago - Stars: 2 - Forks: 0

RoshniRanaDS/Excel-Challenge-from-University-Of-Toronto

Crowdfunding Data Analysis

Size: 1.25 MB - Last synced: 3 months ago - Pushed: 3 months 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: 995 KB - Last synced: 24 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-sdsmean

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

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

stdlib-js/stats-base-mediansorted

Calculate the median value of a sorted strided array.

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

saikrishnabudi/Basic-Statistics-Level-1

Data Science - Statistics Work Level-1

Language: Jupyter Notebook - Size: 1.04 MB - Last synced: 4 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

ksonod/my_statistics

My notes on statistics

Language: Jupyter Notebook - Size: 179 KB - Last synced: 8 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

dilaragokay/central-tendency-rotations

Computation of mean, median, and mode of a set of rotations (quaternions)

Language: Python - Size: 9.77 KB - Last synced: 10 months ago - Pushed: about 2 years ago - Stars: 0 - 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: 503 KB - Last synced: 22 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-meanpw

Calculate the arithmetic mean of a strided array using pairwise summation.

Language: JavaScript - Size: 484 KB - Last synced: about 1 month ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-smean

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

Language: JavaScript - Size: 810 KB - Last synced: 23 days ago - Pushed: about 2 months 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: 23 days ago - Pushed: about 2 months ago - Stars: 2 - 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: 781 KB - Last synced: 22 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

arunkumarsp-ds/Cyclistic-Bikeshare-Data-Analysis-For-designing-a-marketing-Strategy-using-R-programming.

Language: HTML - Size: 1010 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

stdlib-js/stats-incr-gmean

Compute a geometric mean incrementally.

Language: Makefile - Size: 774 KB - Last synced: 23 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-iter-cugmean

Create an iterator which iteratively computes a cumulative geometric mean.

Language: JavaScript - Size: 1.14 MB - Last synced: 23 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-stdev

Compute a corrected sample standard deviation incrementally.

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

stdlib-js/stats-iter-mmidrange

Create an iterator which iteratively computes a moving mid-range.

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

stdlib-js/stats-base-dnanmeanpw

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

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

stdlib-js/stats-iter-mmean

Create an iterator which iteratively computes a moving arithmetic mean.

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

stdlib-js/stats-iter-cumeanabs

Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.

Language: Makefile - Size: 826 KB - Last synced: 23 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-iter-cumean

Create an iterator which iteratively computes a cumulative arithmetic mean.

Language: Makefile - Size: 859 KB - Last synced: about 1 month ago - Pushed: about 2 months ago - Stars: 1 - 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: 978 KB - Last synced: 24 days ago - Pushed: about 2 months 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: 946 KB - Last synced: 22 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmeanpw

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

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

stdlib-js/stats-iter-cumeanabs2

Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.

Language: JavaScript - Size: 729 KB - Last synced: 21 days ago - Pushed: about 2 months ago - Stars: 2 - 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: 935 KB - Last synced: 23 days ago - Pushed: about 2 months ago - Stars: 2 - 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: 23 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-iter-meanabs

Compute the arithmetic mean of absolute values for all iterated values.

Language: Makefile - Size: 1.11 MB - Last synced: 23 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-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: 1010 KB - Last synced: 23 days ago - Pushed: about 2 months 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: 1010 KB - Last synced: about 1 month ago - Pushed: about 2 months 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: 965 KB - Last synced: 23 days ago - Pushed: about 2 months 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: 932 KB - Last synced: 23 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

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.

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

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

stdlib-js/stats-base-mean

Calculate the arithmetic mean of a strided array.

Language: JavaScript - Size: 415 KB - Last synced: about 1 month ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-meanvar

Compute an arithmetic mean and unbiased sample variance incrementally.

Language: Makefile - Size: 753 KB - Last synced: 23 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

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.

Language: JavaScript - Size: 870 KB - Last synced: 24 days ago - Pushed: about 2 months ago - Stars: 2 - 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: 938 KB - Last synced: 24 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: 24 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: 24 days ago - Pushed: about 2 months ago - Stars: 2 - 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: 1.12 MB - Last synced: 24 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-mgmean

Compute a moving geometric mean incrementally.

Language: Makefile - Size: 1.03 MB - Last synced: 22 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

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: 757 KB - Last synced: 22 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: 4 days ago - Pushed: about 2 months 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: 479 KB - Last synced: 24 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

rafi007akhtar/stapy

Python package containing functions implemented for descriptive and inferential statistics.

Language: Python - Size: 207 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 5 - Forks: 0

HillidatulIlmi/Storytelling-Data-and-Hypotesis-Testing

Storytelling data about inventory Items with visualization. Statistical analysis of the case of orders items & products with hypothesis testing. Then create a web application that contains the results of the analysis.

Language: Jupyter Notebook - Size: 2.71 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

leasynoth/py_mct

Implementation of the calculation of measures of the central tendency

Language: Python - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

lpinzari/homogeneity-location-index

The objective of this work is to provide tools to be used for the classification of ordinal categorical distributions. To demonstrate how to do it, we propose an Homogeneity (HI) and Location (LI) Index to measure the concentration and central value of an ordinal categorical distribution.

Language: R - Size: 26.4 KB - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 3 - Forks: 4

stdlib-js/stats-iter-cuhmean

Create an iterator which iteratively computes a cumulative harmonic mean.

Language: JavaScript - Size: 822 KB - Last synced: about 1 month ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-cumidrange

Create an iterator which iteratively computes a cumulative mid-range.

Language: Makefile - Size: 815 KB - Last synced: 21 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-smidrange

Calculate the mid-range of a single-precision floating-point strided array.

Language: JavaScript - Size: 639 KB - Last synced: 24 days ago - Pushed: about 2 months ago - Stars: 1 - 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: 23 days ago - Pushed: about 2 months ago - Stars: 1 - 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: 736 KB - Last synced: 23 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 1

stdlib-js/stats-base-smeanpw

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

Language: JavaScript - Size: 761 KB - Last synced: 22 days ago - Pushed: about 2 months ago - Stars: 1 - 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: 693 KB - Last synced: 24 days ago - Pushed: about 2 months ago - Stars: 1 - 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: 992 KB - Last synced: 24 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-smediansorted

Calculate the median value of a sorted single-precision floating-point strided array.

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

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

stdlib-js/stats-base-dmeankbn

Calculate the arithmetic mean of a double-precision floating-point strided array using an improved Kahan–Babuška algorithm.

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

stdlib-js/stats-base-dmeankbn2

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

Language: JavaScript - Size: 695 KB - Last synced: 23 days ago - Pushed: about 2 months ago - Stars: 1 - 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: 479 KB - Last synced: 22 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-meanabs

Compute an arithmetic mean of absolute values incrementally.

Language: Makefile - Size: 303 KB - Last synced: 22 days ago - Pushed: about 2 months 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.23 MB - Last synced: 23 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mmeanabs

Compute a moving arithmetic mean of absolute values incrementally.

Language: Makefile - Size: 908 KB - Last synced: 23 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mhmean

Compute a moving harmonic mean incrementally.

Language: Makefile - Size: 851 KB - Last synced: 23 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-mmeanabs2

Create an iterator which iteratively computes a moving arithmetic mean of squared absolute values.

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

stdlib-js/stats-incr-mmean

Compute a moving arithmetic mean incrementally.

Language: Makefile - Size: 816 KB - Last synced: 22 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mmeanstdev

Compute a moving arithmetic mean and corrected sample standard deviation incrementally.

Language: JavaScript - Size: 805 KB - Last synced: about 1 month ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mmeanvar

Compute a moving arithmetic mean and unbiased sample variance incrementally.

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

stdlib-js/stats-incr-mmidrange

Compute a moving mid-range incrementally.

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

stdlib-js/stats-base-dmean

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

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

stdlib-js/stats-incr-meanstdev

Compute an arithmetic mean and corrected sample standard deviation incrementally.

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

stdlib-js/stats-base-dmediansorted

Calculate the median value of a sorted double-precision floating-point strided array.

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