jstat/jstat
JavaScript Statistical Library observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 69
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5641
- days_rel: n/a
- days_push: 186
- n_releases_24m: 0
Adoption not part of the score
1806 stars · 248 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
jStat is a JavaScript library providing native implementations of statistical functions, including many probability distributions (weibull, cauchy, poisson, hypergeometric, beta) with pdf, cdf, inverse, mean, variance, and sampling. It also offers linear algebra, statistical tests, and regression models, and works in both the browser and Node.js.
Use cases
- compute probability distribution pdf and cdf values in JavaScript
- calculate statistical tests like t-test in the browser
- run linear regression on a dataset in Node.js
- sample random values from a beta or poisson distribution
- compute mean, variance, and standard deviation of a dataset
- find inverse cdf / critical values for distributions
When to choose
- you need a broad set of statistical distributions and tests in JavaScript
- you want a lightweight, dependency-free stats library usable in the browser via CDN
- you need regression or linear algebra helpers alongside distribution functions
When to avoid
- you need high-performance numerical computing for large datasets (use Python/R instead)
- you need machine learning features beyond classical statistics
- you need TypeScript typings or modern ESM-first packaging
Facets
library · maturity stable
math data-science data-science web-development browser statistics probability-distributions regression linear-algebra nodejs javascript
3 sources
- readme: https://github.com/jstat/jstat · fetched 2026-08-28 · 811b53f88727
- homepage: http://jstat.github.io/ · fetched 2026-08-29 · 76b5678d5063
- registry_npm: https://registry.npmjs.org/jstat · fetched 2026-08-29 · 6c293101e3b1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jstat/jstat | main | 63 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem