JavaScript Statistics

Open-source JavaScript projects categorized as Statistics

Top 19 JavaScript Statistic Projects

  • stdlib

    ✨ Standard library for JavaScript and Node.js. ✨

  • Project mention: Node still seems better than python after all this time for web server speed but.. | /r/node | 2023-06-20

    Numpy is a library - node.js has plenty of them, what is missing? There is stdlib package that offers optimized math functions, for example.

  • simple-statistics

    simple statistics for node & browser javascript

  • Project mention: Simple Statistics: Statistical methods in JavaScript for browsers and servers | news.ycombinator.com | 2023-06-24

    This project is nice enough, but I wonder what is the point of some of the simpler functions.

    The maxSorted function for example is as trivial as it gets: https://github.com/simple-statistics/simple-statistics/blob/... It would be actually simpler for everyone without the abstraction.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • githut

    Github Language Statistics

  • Project mention: Include <Rules> | news.ycombinator.com | 2024-02-04

    This is the best measure I've found:

    https://madnight.github.io/githut/#/pushes/2023/4

    Unfortunately it doesn't have new projects, but it does seem like C++ peaked a couple of years ago and is starting to trend down. "Plummeting" is clearly an exaggeration though.

  • swagger-stats

    API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices.

  • ims

    📚 Introduction to Modern Statistics - A college-level open-source textbook with a modern approach highlighting multivariable relationships and simulation-based inference. For v1, see https://openintro-ims.netlify.app.

  • Project mention: Introduction to Modern Statistics | news.ycombinator.com | 2023-10-12

    Seems to be mostly Creative Commons BY-SA 3.0 but there's a lot of "yes, but" language in that file: https://github.com/OpenIntroStat/ims/blob/main/LICENSE.md

  • jamovi

    jamovi - open software to bridge the gap between researcher and statistician

  • wallace-cli

    Pretty CSS analytics on the CLI

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • wrapperr

    Website based application that summarizes Plex statistics from a given period and displays it in a nice format. Similar to the Spotify Wrapped concept.

  • Project mention: Any plans for Plex to offer a year in review for music plays? | /r/PleX | 2023-12-02

    I've played around with https://github.com/aunefyren/wrapperr before.

  • mathicall.js

    A fast javascript maths library designed for simulation and data processing.

  • RegexAnalyzer

    Regular Expression Analyzer and Composer for JavaScript, PHP, Python

  • textics

    📉 JavaScript Text Statistics that counts lines, words, chars, and spaces.

  • Library-Tree

    Feature rich library viewer for foobar2000

  • Project mention: Can't import import packages in Spidermonkey panel | /r/foobar2000 | 2023-12-10

    SMP v1.6.1 Biography-v1.4.1.zip Library-Tree-v2.4.0.zip

  • MMM-NFL

    National Football League Module for MagicMirror²

  • hacktoberfest-data

    Generating stats from the raw Hacktoberfest application data.

  • Project mention: Hacktoberfest 2023: Where Open Source Enthusiasts of All Levels Unite | dev.to | 2023-09-27

    In its illustrious decade, Hacktoberfest has transformed from a modest initiative to a global festival. Last year alone, more than 145,000 developers across 150 countries merged more than 300,000 pull requests. Projects like Kubernetes, React, and TensorFlow have all been beneficiaries of this collective effort. The #hacktoberfest hashtag has become a beacon on social media, illuminating the vast expanse of the open-source universe.

  • ran

    Library for generating various random variables (by synesenom)

  • issue-stats-card

    Analyse a github repo's issues then generates a table of stats for quick info.

  • spotify-statistics

    A website to generate detailed statistics from your entire spotify streaming history.

  • Project mention: Analyzing Spotify Stream History | news.ycombinator.com | 2024-02-12

    I wrote a website to do exactly this with your own data and Python in the browser using pyodide und plotly.js for visualizations: https://github.com/piebro/spotify-statistics/

  • random-sample

    Sample elements from an array-like object.

  • Project mention: Building a self-creating website with Supabase and AI | dev.to | 2024-04-23

    We'll loop the list of 80 IDs, picking a random piece of art from the original ID list. I'm using stdlib's random-sample which uses Fisher-Yates as its algorithm to randomize entries as I didn't want to bloat my own code too much with these kind of helpers. Fetching the artwork data I unfortunately noticed that some of the artwork do not have images available. This meant that we'll need to loop the list until we have 80 pieces with images. For the main piece of the story we keep things simple and just pick the first one in the list. We store some metadata along the way, too, which we can/will use later.

  • what-have-you-liked-recently

    Detailed statistics of the latest 50 songs you faved on Spotify

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Statistics related posts

  • Is there a downside to Vercel Analytics?

    2 projects | /r/nextjs | 7 Dec 2023
  • Any plans for Plex to offer a year in review for music plays?

    1 project | /r/PleX | 2 Dec 2023
  • Introduction to Modern Statistics

    9 projects | news.ycombinator.com | 12 Oct 2023
  • Creating a more than minor side-project: From planning to release

    1 project | dev.to | 24 Aug 2023
  • Building a privacy-friendly, self-hosted application architecture with SvelteKit

    2 projects | dev.to | 16 Jul 2023
  • Would Umami be a viable option for SaaS within an e-commerce platform designed for sellers?

    1 project | /r/webdev | 5 Jul 2023
  • Simple Statistics: Statistical methods in JavaScript for browsers and servers

    2 projects | news.ycombinator.com | 24 Jun 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 1 Jun 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Statistic projects in JavaScript? This list will help you:

Project Stars
1 stdlib 4,071
2 simple-statistics 3,342
3 githut 940
4 swagger-stats 881
5 ims 833
6 jamovi 526
7 wallace-cli 522
8 wrapperr 293
9 mathicall.js 81
10 RegexAnalyzer 71
11 textics 36
12 Library-Tree 26
13 MMM-NFL 26
14 hacktoberfest-data 19
15 ran 13
16 issue-stats-card 8
17 spotify-statistics 5
18 random-sample 2
19 what-have-you-liked-recently 0

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com