GitHub topics: avg
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: about 21 hours ago - Pushed at: about 22 hours 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: 210 KB - Last synced at: about 21 hours ago - Pushed at: about 22 hours 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: about 21 hours ago - Pushed at: about 22 hours 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: about 21 hours ago - Pushed at: about 22 hours 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: about 21 hours ago - Pushed at: about 22 hours 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: 716 KB - Last synced at: about 21 hours ago - Pushed at: about 22 hours ago - Stars: 2 - Forks: 0

122321312/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: 67.4 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dmeanvar
Calculate the mean and variance of a double-precision floating-point strided array.
Language: JavaScript - Size: 1.43 MB - Last synced at: 1 day ago - Pushed at: 2 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.28 MB - Last synced at: 1 day ago - Pushed at: 2 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: 2 days ago - Pushed at: 2 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: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

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: 3 days ago - Pushed at: 3 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: 3 days ago - Pushed at: 3 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: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dists-erlang-mean
Erlang distribution expected value.
Language: Python - Size: 495 KB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 1 - 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: 4 days ago - Pushed at: 5 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: 259 KB - Last synced at: 4 days ago - Pushed at: 5 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: 224 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-array-mediansorted
Calculate the median value of a sorted array.
Language: JavaScript - Size: 427 KB - Last synced at: 4 days ago - Pushed at: 5 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: 438 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 1 - 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: 195 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-incr-mmeanabs2
Compute a moving arithmetic mean of squared absolute values incrementally.
Language: JavaScript - Size: 970 KB - Last synced at: 4 days ago - Pushed at: 5 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: 4 days ago - Pushed at: 5 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: 4 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-degenerate-mean
Degenerate distribution expected value.
Language: Python - Size: 456 KB - Last synced at: 4 days ago - Pushed at: 7 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-chi-mean
Chi distribution expected value.
Language: Python - Size: 1.14 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 2 - Forks: 0

imlinhanchao/adventext
文字冒险游戏
Language: TypeScript - Size: 5.74 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 4 - 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: 12 days ago - Pushed at: 12 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: 12 days ago - Stars: 2 - 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: 12 days ago - Pushed at: 12 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: 12 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-mean
Compute an arithmetic mean incrementally.
Language: JavaScript - Size: 452 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-arcsine-median
Arcsine distribution median.
Language: Python - Size: 481 KB - Last synced at: 12 days ago - Pushed at: 12 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: 12 days ago - Pushed at: 12 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: 12 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-uniform-mean
Uniform distribution expected value.
Language: Python - Size: 358 KB - Last synced at: 12 days ago - Pushed at: 12 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: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

BIYUEHU/avgjs
Next generation lightweight visual novel/Galgame game production engine
Language: Idris - Size: 146 MB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 8 - Forks: 1

Lunatic-Works/Nova
Programmer-friendly framework for visual novels (VN) / text-based adventure games (AVG) on Unity
Language: C# - Size: 163 MB - Last synced at: 13 days ago - Pushed at: 14 days ago - Stars: 643 - Forks: 83

stdlib-js/stats-base-dists-cosine-mean
Raised cosine distribution expected value.
Language: Python - Size: 441 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

HilalOzdemirBuyukasik/SQL-Learning-Journey
A collection of practical SQL exercises and queries designed to reinforce foundational database skills. Covers filtering, pattern matching, date operations, and real-world examples using Northwind and generic tables.
Language: TSQL - Size: 24.4 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

defisym/HibiscusAVGEngine
Script based AVG game engine
Language: TypeScript - Size: 154 MB - Last synced at: 17 days ago - Pushed at: 18 days ago - Stars: 8 - 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: 19 days ago - Pushed at: 19 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: 558 KB - Last synced at: 5 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-incr-hmean
Compute a harmonic mean incrementally.
Language: JavaScript - Size: 437 KB - Last synced at: 19 days ago - Pushed at: 19 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: 19 days ago - Pushed at: 19 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: 8 days ago - Pushed at: 19 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: 19 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-gmean
Compute a geometric mean incrementally.
Language: JavaScript - Size: 922 KB - Last synced at: 19 days ago - Pushed at: 19 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: 19 days ago - Pushed at: 19 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: 19 days ago - Pushed at: 19 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: 19 days ago - Pushed at: 19 days 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: 19 days ago - Pushed at: 19 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: 19 days ago - Pushed at: 19 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: 19 days ago - Pushed at: 19 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: 19 days ago - Pushed at: 19 days 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: 19 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: 210 KB - Last synced at: 19 days ago - Pushed at: 19 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: 3 days ago - Pushed at: 19 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: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-lognormal-mean
Lognormal distribution expected value.
Language: Python - Size: 733 KB - Last synced at: 23 days ago - Pushed at: 23 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: 23 days ago - Pushed at: 23 days ago - Stars: 2 - 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: 244 KB - Last synced at: 26 days ago - Pushed at: 26 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: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

avgjs/avg-core 📦
A Future-oriented Adventure Game Framework based on React & Pixi.js. Docs: https://avgjs.github.io/docs/
Language: JavaScript - Size: 11.5 MB - Last synced at: 24 days ago - Pushed at: almost 5 years ago - Stars: 864 - Forks: 68

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: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dists-binomial-mean
Binomial distribution expected value.
Language: Python - Size: 461 KB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 1 - 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: 4 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-betaprime-mean
Beta prime distribution expected value.
Language: Python - Size: 426 KB - Last synced at: 5 days ago - Pushed at: about 1 month 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: 2 days ago - Pushed at: about 1 month 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: 11 days 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: 14 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: 2 days 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.33 MB - Last synced at: 7 days ago - Pushed at: about 1 month 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.33 MB - Last synced at: 7 days ago - Pushed at: about 1 month 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: 447 KB - Last synced at: about 1 month ago - Pushed at: about 1 month 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: 499 KB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-frechet-mean
Fréchet distribution expected value.
Language: Python - Size: 1.02 MB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

avgjs/storyscript 📦
Scripting system for expressing AVG stories, a DSL for AVG.js
Language: JavaScript - Size: 43 KB - Last synced at: 22 days ago - Pushed at: about 6 years ago - Stars: 101 - Forks: 13

stdlib-js/stats-base-dists-levy-mean
Lévy distribution expected value.
Language: Python - Size: 419 KB - Last synced at: 21 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-laplace-mean
Laplace distribution expected value.
Language: Python - Size: 427 KB - Last synced at: 23 days ago - Pushed at: about 2 months ago - Stars: 1 - 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: 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: about 1 month ago - Pushed at: 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: 26 days ago - Pushed at: 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: 2 months ago - Pushed at: 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: 23 days ago - Pushed at: 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: 23 days ago - Pushed at: 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: 23 days ago - Pushed at: 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: 19 days ago - Pushed at: 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 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

efchatz/bypassing-av-detection
Bypassing antivirus detection: old-school malware, new tricks
Language: C++ - Size: 63.5 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 58 - Forks: 9

stdlib-js/stats-base-dists-arcsine-mean
Arcsine distribution expected value.
Language: Python - Size: 419 KB - Last synced at: 22 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

BIYUEHU/gal-keeper
A visual novel management, statistics and cloud syncing tool built with Tauri and React.
Language: TypeScript - Size: 3.55 MB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 50 - Forks: 1

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: 2 days ago - Pushed at: 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: 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: 5 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-chisquare-mean
Chi-squared distribution expected value.
Language: Python - Size: 442 KB - Last synced at: 20 days ago - Pushed at: 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: 17 days ago - Pushed at: 2 months ago - Stars: 2 - 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: 227 KB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dists-invgamma-mean
Inverse gamma distribution expected value.
Language: Python - Size: 394 KB - Last synced at: 23 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0
