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

GitHub topics: mean

maxgfr/gaussian-helper

A simple tool to help you with Gaussian calculations

Language: TypeScript - Size: 1.64 MB - Last synced at: about 2 hours ago - Pushed at: about 3 hours ago - Stars: 1 - 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: 195 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - 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: 466 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-mmeanvar

Compute a moving arithmetic mean and unbiased sample variance incrementally.

Language: JavaScript - Size: 942 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - 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.05 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - 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: 738 KB - Last synced at: 2 days ago - Pushed at: 2 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: 2 days ago - Pushed at: 2 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-erlang-mean

Erlang distribution expected value.

Language: Python - Size: 478 KB - Last synced at: 2 days ago - Pushed at: 2 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: 2 days ago - Pushed at: 2 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-anova1

Perform a one-way analysis of variance.

Language: JavaScript - Size: 3.18 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 8 - 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: 1.49 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-mean

Compute an arithmetic mean incrementally.

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

stdlib-js/stats-base-meanors

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

Language: JavaScript - Size: 469 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-mcv

Compute a moving coefficient of variation (CV) incrementally.

Language: JavaScript - Size: 978 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-uniform-mean

Uniform distribution expected value.

Language: Python - Size: 358 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 2 - 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: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dists-cosine-mean

Raised cosine distribution expected value.

Language: Python - Size: 441 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 2 - 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: 193 KB - Last synced at: 9 days ago - Pushed at: 9 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: 473 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-incr-mmeanabs2

Compute a moving arithmetic mean of squared absolute values incrementally.

Language: JavaScript - Size: 958 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-hmean

Compute a harmonic mean incrementally.

Language: JavaScript - Size: 437 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-bradford-mean

Bradford distribution expected value.

Language: JavaScript - Size: 235 KB - Last synced at: 9 days ago - Pushed at: 9 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: 209 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-incr-mda

Compute the mean directional accuracy (MDA) incrementally.

Language: JavaScript - Size: 424 KB - Last synced at: 9 days ago - Pushed at: 9 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: 705 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-gmean

Compute a geometric mean incrementally.

Language: JavaScript - Size: 922 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 2 - 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: 359 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - 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: 9 days ago - Pushed at: 9 days 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: 9 days ago - Pushed at: 9 days ago - Stars: 1 - 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: 254 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-iter-mean

Compute the arithmetic mean over all iterated values.

Language: JavaScript - Size: 989 KB - Last synced at: 9 days ago - Pushed at: 9 days 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: 749 KB - Last synced at: 9 days ago - Pushed at: 9 days 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: 811 KB - Last synced at: 9 days ago - Pushed at: 9 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: 445 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - 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: 214 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-incr-nanmean

Compute an arithmetic mean incrementally, ignoring NaN values.

Language: JavaScript - Size: 176 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dsemyc

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.

Language: JavaScript - Size: 451 KB - Last synced at: 9 days ago - Pushed at: 9 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: 210 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dists-rayleigh-mean

Rayleigh distribution expected value.

Language: Python - Size: 357 KB - Last synced at: about 10 hours ago - Pushed at: 9 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: 1000 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

bolorundurovj/Mini-Blog

A pretty basic MEAN Web App for creating posts

Language: TypeScript - Size: 4.22 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 3 - Forks: 1

stdlib-js/stats-base-dists-chi-mean

Chi distribution expected value.

Language: Python - Size: 1.13 MB - Last synced at: 12 days ago - Pushed at: 12 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: 729 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-lognormal-mean

Lognormal distribution expected value.

Language: Python - Size: 733 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-kumaraswamy-mean

Kumaraswamy's double bounded distribution expected value.

Language: Python - Size: 1.06 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

dan-divy/spruce

A social networking platform made using Node.js and MongoDB

Language: SCSS - Size: 107 MB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 503 - Forks: 119

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: 244 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - 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: 201 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-incr-mmidrange

Compute a moving mid-range incrementally.

Language: JavaScript - Size: 950 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

Marco-Congedo/PosDefManifold.jl

A Julia package for manipulating data in the Riemannian manifold of positive definite matrices

Language: Julia - Size: 2.82 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 28 - Forks: 5

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: 188 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

jeroenterheerdt/HADailySensor

Sensor for Home Assistant that gets reset at midnight

Language: Python - Size: 930 KB - Last synced at: 2 days ago - Pushed at: about 2 months ago - Stars: 87 - Forks: 20

cstodor/QuizApp

MEAN Stack Quiz Application (MongoDB, ExpressJS, Angular4, NodeJS)

Language: TypeScript - Size: 1.14 MB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 27 - Forks: 14

sergio7174/pharmacysees

Fullstack open source application, dynamic Pharmacy control website(MEAN ST)

Language: TypeScript - Size: 0 Bytes - Last synced at: 27 days ago - Pushed at: 27 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: 264 KB - Last synced at: 28 days ago - Pushed at: 28 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.47 MB - Last synced at: 5 days ago - Pushed at: 29 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-binomial-mean

Binomial distribution expected value.

Language: Python - Size: 491 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-betaprime-mean

Beta prime distribution expected value.

Language: Python - Size: 418 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 1 - 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: 716 KB - Last synced at: 4 days ago - Pushed at: 29 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: 822 KB - Last synced at: 1 day ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-beta-mean

Beta distribution expected value.

Language: Python - Size: 421 KB - Last synced at: 4 days ago - Pushed at: about 1 month 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: 1.37 MB - Last synced at: 4 days ago - Pushed at: about 1 month 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: 1.33 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-ttest2

Two-sample Student's t-Test.

Language: JavaScript - Size: 4.69 MB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 4 - 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: 447 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dsempn

Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.

Language: JavaScript - Size: 1.59 MB - Last synced at: about 1 month ago - Pushed at: about 1 month 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.25 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 1

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: 499 KB - Last synced at: 9 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

nitin27may/mean-docker

A full-featured contact management system built with TypeScript-powered MEAN stack (MongoDB, Express.js, Angular 19, Node.js). Features JWT authentication, responsive Bootstrap 5 UI, Angular SSR, and complete Docker integration. Run as microservices or standalone components with development and production configurations.

Language: TypeScript - Size: 7.27 MB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 116 - Forks: 66

mrdav30/MEANcore

MEANcore - Open Source MEAN stack Boiler Plate

Language: JavaScript - Size: 6.16 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 17 - Forks: 3

stdlib-js/stats-base-dists-frechet-mean

Fréchet distribution expected value.

Language: Python - Size: 1.02 MB - Last synced at: 17 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-levy-mean

Lévy distribution expected value.

Language: Python - Size: 419 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-dmidrange

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

Language: JavaScript - Size: 189 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/stats-ztest2

Two-sample z-Test.

Language: JavaScript - Size: 2.05 MB - Last synced at: 15 days ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

stdlib-js/stats-base-dists-laplace-mean

Laplace distribution expected value.

Language: Python - Size: 427 KB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

FelixAVeras/InQ

SaaS app about appointment reservation

Language: TypeScript - Size: 236 KB - Last synced at: 23 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Djolka/MusicShop

MEAN stack application for buying musical instruments.

Language: HTML - Size: 4.61 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-incr-me

Compute the mean error (ME) incrementally.

Language: JavaScript - Size: 420 KB - Last synced at: about 2 months ago - Pushed at: 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: 1.13 MB - Last synced at: 21 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-cumidrange

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

Language: JavaScript - Size: 944 KB - Last synced at: 20 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mmda

Compute a moving mean directional accuracy (MDA) incrementally.

Language: JavaScript - Size: 990 KB - Last synced at: 17 days ago - Pushed at: about 2 months ago - Stars: 2 - 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: 236 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dsemch

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

Language: JavaScript - Size: 329 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dists-weibull-mean

Weibull distribution expected value.

Language: Python - Size: 1.01 MB - Last synced at: 13 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-meanvar

Compute an arithmetic mean and unbiased sample variance incrementally.

Language: JavaScript - Size: 771 KB - Last synced at: 14 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-mgmean

Compute a moving geometric mean incrementally.

Language: JavaScript - Size: 1.17 MB - Last synced at: 14 days ago - Pushed at: 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: 1.11 MB - Last synced at: 27 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-mae

Compute the mean absolute error (MAE) incrementally.

Language: JavaScript - Size: 410 KB - Last synced at: 9 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-planck-mean

Planck distribution expected value.

Language: Python - Size: 264 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-arcsine-mean

Arcsine distribution expected value.

Language: Python - Size: 419 KB - Last synced at: 12 days ago - Pushed at: about 2 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: 24 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-exponential-mean

Exponential distribution expected value.

Language: Python - Size: 416 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-discrete-uniform-mean

Discrete uniform distribution expected value.

Language: Python - Size: 423 KB - Last synced at: 27 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-degenerate-mean

Degenerate distribution expected value.

Language: Python - Size: 439 KB - Last synced at: 1 day ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-chisquare-mean

Chi-squared distribution expected value.

Language: Python - Size: 442 KB - Last synced at: 11 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-bernoulli-mean

Bernoulli distribution expected value.

Language: Python - Size: 367 KB - Last synced at: 7 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-invgamma-mean

Inverse gamma distribution expected value.

Language: Python - Size: 394 KB - Last synced at: 14 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-mmae

Compute a moving mean absolute error (MAE) incrementally.

Language: JavaScript - Size: 974 KB - Last synced at: 14 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-pareto-type1-mean

Pareto (Type I) distribution expected value.

Language: JavaScript - Size: 449 KB - Last synced at: 10 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0