An open API service indexing awesome lists of open source software.

Statistics

Statistics is a mathematical discipline concerned with developing and studying mathematical methods for collecting, analyzing, interpreting, and presenting large quantities of numerical data. Statistics is a highly interdisciplinary field of study with applications in fields such as physics, chemistry, life sciences, political science, and economics.

https://github.com/sl-pirate/count-crusher

a multi-purpose counting program with built-in basic statistic functionality, written in Java

counter java javafx statistics

Last synced: 15 Apr 2026

https://github.com/dindinyt37/roblox-stats-tracker

Automated statistics tracker for Roblox games and groups. Collects and logs visits, favorites, player counts, and more at configurable intervals

analytics automation csv data-collection game-analytics monitoring nodejs roblox roblox-api statistics

Last synced: 15 Apr 2026

https://github.com/stdlib-js/stats-base-snanvariancepn

Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.

array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance

Last synced: 08 Oct 2025

https://github.com/stdlib-js/stats-base-varianceyc

Calculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.

cramer deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array unbiased var variance youngs

Last synced: 09 Apr 2025

https://github.com/birmingham-and-solihull-ics/statistics_training

A repository for statistics training material

data-science nhs quarto r statistics training-materials

Last synced: 18 Jan 2026

https://github.com/jcgoran/fitk

FITK - generation, manipulation, and plotting of Fisher-like matrices and tensors

numerical-methods statistics

Last synced: 23 Mar 2025

https://github.com/mikaeldui/united-nations-fao-statistics-dotnet

FAO is dedicated to collecting, analysing, interpreting and disseminating food and agriculture statistics that are relevant for decision-making.

asfis fao isscaap nfiss statistics united-nations

Last synced: 23 Mar 2025

https://github.com/trishume/normal

Normal distribution calculator web app

javascript statistics web-app

Last synced: 09 Oct 2025

https://github.com/stdlib-js/random-array-pareto-type1

Create an array containing pseudorandom numbers drawn from a Pareto (Type I) distribution.

continuous extreme-value generator javascript math mathematics node node-js nodejs pareto power-law prng pseudorandom rand random rng statistics stats stdlib type1

Last synced: 30 Jan 2026

https://github.com/muhammadhilmyputrarisma/ab-test

Python code for A/B testing on Cookie Cats game data. This project analyzes the impact of moving the first gate from level 30 to level 40 on player retention and game rounds, helping to evaluate if delaying the gate improves player engagement and gameplay experience.

ab-testing cookie-cats data-analysis data-visualization game-analytics python statistics

Last synced: 18 May 2026

https://github.com/erwinelder/walletstats

Accounting your incomes and expenses to view statistics of that.

expenses incomes statistics stats wallet

Last synced: 24 Feb 2026

https://github.com/adamzammit/leastfilledmultichoice

LimeSurvey plugin to extend the multiple choice question to allow setting default values based on the least filled responses

least-filled limesurvey limesurvey-plugin multiple-choice statistics

Last synced: 29 Jan 2026

https://github.com/vladstudennikov/embedding-geometry

Influence of UMAP on clustering of text embeddings. Calculating spherical disperancy of text embeddings.

clustering dispensary manifold-learning ml nlp statistics umap

Last synced: 26 Jun 2026

https://github.com/komangandika/time-series

Im really interested in the world of trading, so why not create a repo dedicated to Time-Series

quant statistics time-series

Last synced: 15 Mar 2025

https://github.com/fn-jakubkarp/digit-span-experiment

This repository contains a replica of Miller Magic Number experiment

jasp magic-number opensesame psychology-experiments statistics

Last synced: 15 Mar 2025

https://github.com/chmue/vam-bayes-intro

A brief introduction to Bayesian Statistics for Very Applied Methods

bayes introduction statistics

Last synced: 04 Jan 2026

https://github.com/gregoritsch3/ml_eda_clustering_aidassessment

An EDA and Machine Learning Clustering exercise on the Country Aid Assessment dataset demonstrating the use of PCA, KMeans and DBSCAN clustering, Elbow Methods, etc. The clustering algorithm successfully demarcates countries that are in most dire need of aid based on their GDPP and Child Mortality rate.

anova dbscan kmeans machine-learning matplotlib numpy pandas pca scikit-learn seaborn statistics

Last synced: 16 Apr 2026

https://github.com/sixarm/sixarm_shell_statistics

SixArm.com » Shell » Statistics commands

awk numcommand scripts shell statistics unix

Last synced: 30 Mar 2025

https://github.com/rhagenson/rscripts

Random R scripts and utilities I have created. May be useful for others, but no guarantee

helpers r statistics utilities

Last synced: 23 Mar 2025

https://github.com/ilhanyumer/simplestatistics

Generate simple statistics from a given set of numbers.

java statistics

Last synced: 23 Mar 2025

https://github.com/jfaccioli/school-performance-pandas

A data analysis to showcase trends in school performance.

jupyter-notebook pandas python statistics

Last synced: 04 May 2026

https://github.com/yandexdataschool/ml-sweights-experiments

Experiments for the "Machine Learning on data with sPlot background subtraction" paper

data-analysis high-energy-physics machine-learning statistics

Last synced: 15 May 2025

https://github.com/stdlib-js/stats-strided-smeanli

Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.

arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs one-pass statistics stats stdlib strided strided-array typed welford

Last synced: 28 Apr 2026

https://github.com/imnotannamaria/ia_statistics_for_devs

Repository focused on learning statics to deal with AI with pandas.

ia pandas python statistics

Last synced: 11 Apr 2026

https://github.com/mncube/mxsrquick

Streamline workflows for Bayesian mixing model and MixSIAR projects

bayesian mixsiar r statistics

Last synced: 27 May 2026

https://github.com/ptfonseca/inspector

inspector: Validation of arguments and objects in user-defined functions

input-validation r r-package statistics validation validations

Last synced: 21 Feb 2026

https://github.com/uscbiostats/hpc-with-r

Workshop: Introduction to R (for HPC users)

datascience hpc parallel-computing rstats statistics workshop

Last synced: 03 Mar 2026

https://github.com/coder5omkar/logistic-regression-customer-churn-prediction

This project uses Logistic Regression to predict customer churn in the telecom industry. To run, clone the repository, install dependencies, and run the Jupyter notebook for full analysis and predictions.

logistic-regression ml pandas scikit-learn seaborn statistics

Last synced: 20 Apr 2026

https://github.com/m-clark/connections

connections among various statistical methods

graph statistical-methods statistical-models statistics

Last synced: 23 Mar 2025

https://github.com/stdlib-js/stats-strided-sstdevch

Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.

deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance

Last synced: 16 May 2026

https://github.com/shenxianpeng/gitstats-action

GitHub Action that generates insightful visual reports from Git repositories using GitStats

composite-action git git-stats github-actions report statistics

Last synced: 27 May 2026

https://github.com/alex1990/numstat

Output the measures of a list of numbers, such as sum, minimum, maximum and so on.

statistics

Last synced: 16 May 2025

https://github.com/mmyros/bayes-window

Pretty, easy, flexible Bayesian estimation with data overlay

altair bayesian-inference inferential-statistics numpyro statistics

Last synced: 16 Jan 2026

https://github.com/praisetompane/statistics

An attempt at unpacking statistics and its foundations in layman's terms.

statistics

Last synced: 16 Apr 2025

https://github.com/thechibo/estim

Distribution Parameter Estimation - DEPRECATED - please use https://github.com/thechibo/joker

estimation maximum-likelihood-estimation moment-estimation probability-distribution r r-package statistics

Last synced: 27 May 2026

https://github.com/bozenne/lavasearch2

Tools for model specification in the latent variable framework (add-on for the lava package)

inference latent-variable-models r statistics

Last synced: 05 Jan 2026

https://github.com/profile-icons/github-stats-modified

Better GitHub statistics images for your profile, with stats from private repos too. Modification of 'jstrieb/github-stats' to visualize language stats by line changes with wider SVG, support portable dark-mode and i18n, display traffic (views + clones) stats, and update once weekly.

contributions dark-mode forks git-scraping github github-actions github-api hacktoberfest i18n images languages profile readme-md readme-template stars statistics stats traffic visualizations zig

Last synced: 11 Jun 2026

https://github.com/praju-1/deep_learning

This repository include Deep_learning concept which is subset of machine learning which is based on Neural Networking.

keras nltk pandas python sklearn spacy statistics tensorflow

Last synced: 11 Apr 2026

https://github.com/beliavsky/dataframe

DataFrame for Fortran for floating point data

dataframe fortran modern-fortran statistics

Last synced: 05 Jan 2026

https://github.com/filip-kustura/statistics-olympics-analysis

A group seminar analyzing the relationship between citizens' average height and a country's Olympic success. The project involved data collection, descriptive statistics and statistical testing. Created and presented as part of the mandatory undergraduate Statistics course in spring 2021.

correlation-analysis data-analysis data-visualization descriptive-statistics group-project hypothesis-testing olympic-games r-programming research sports-analytics statistical-testing statistics university-project

Last synced: 05 Jan 2026

https://github.com/nano-maxwell/frc_scouting_app

A scouting app for the FIRST Robotics Competition developed by members of team 3464 ("Sim-City").

dart first-robotics-competition flutter frc frc-scouting mobile-app statistics

Last synced: 11 Apr 2026

https://github.com/kamilpytlak/hcv-research-analysis

🦠 Results of statistical analysis of HCV testing at the diagnostic point in Wrocław (part of a scientific publication)

hcv research statistics

Last synced: 16 Jan 2026

https://github.com/outlawhayden/beer-model

OLS Linear Model - Regressing User Beer Ratings based on Observations

data-science linear-models modeling statistics

Last synced: 11 Apr 2025

https://github.com/sam81/rguide

A guide for the R programming language

bookdown r statistics

Last synced: 09 Jul 2025

https://github.com/andygeiss/gostats

Collect and print statistics like code complexity about a specific Golang source directory.

abstract-syntax-tree code-complexity go golang source-code statistics

Last synced: 31 Mar 2025

https://github.com/gfyoung/statwrappers

Useful wrapper classes around Python stat library functionality

python statistics wrapper

Last synced: 28 Aug 2025

https://github.com/carlosefr/bpstat-api-scripts

(Unofficial) scripts to fetch data from the Bank of Portugal's statistics API

economy government-data opendata portugal statistics

Last synced: 15 Mar 2025

https://github.com/stdlib-js/stats-strided-dmeanpn

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

arithmetic-mean array average avg central-tendency double float64 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed

Last synced: 26 Apr 2026

https://github.com/auraoneai/iaa-kit

Modern inter-annotator agreement metrics with bootstrap intervals, ordinal support, and missing-data handling.

ai-evaluation evals inter-annotator-agreement statistics

Last synced: 28 May 2026

https://github.com/stla/gfimm

Generalized fiducial inference

r statistics

Last synced: 31 Mar 2025

https://github.com/szymon-budziak/probability_theory_and_statistics_course_agh

Solutions from Probability theory and Statistics course at AGH UST. If you use it and it helped you please leave a star ⭐

probability-theory r statistics

Last synced: 19 Mar 2025

https://github.com/mncube/simboil

A collection of simulation helper functions

iteration r sample simulation statistics

Last synced: 28 May 2026

https://github.com/wattyven/opencovidca-dashboard

A Jupyter notebook for making quick and dirty visualizations of Canadian COVID statistics using data from the OpenCOVID API. (API unfortunately deprecated)

canada-covid-19 covid-19 data-visualization jupyter jupyter-notebook statistics

Last synced: 14 Mar 2025

https://github.com/vlada-pv/eda-regression-marketingdata

Engineering a regression model to predict clients' annual income, evaluating feature distributions, testing hypotheses, and assessing the model using the OLS method.

eda ols prediction-model regression-analysis regression-models statistics

Last synced: 15 Mar 2025

https://github.com/pymivn/vinastats

Khám phá các sự thật ở Việt Nam với thống kê và số liệu từ tổng cục thống kê Việt Nam

numpy pandas statistics vietnam

Last synced: 02 Apr 2026

https://github.com/blockky/estadistica-rlab

Prácticas hechas en R para Estadística

r rstudio statistics

Last synced: 03 Sep 2025

https://github.com/gemmaro/msgstat

gettext PO file statistics (to learn C gettext PO library)

gettext po-file statistics

Last synced: 18 Apr 2026

https://github.com/kimaruthagna/german_tank_problem

A simple python code to implement the estimation formula popularly known as the german tank problem, developed by the Allies in WW2. A second script implements the bedford law of first digit distribution

bedford first-digit german-tank statistics

Last synced: 18 Mar 2025

https://github.com/marberts/pysps

Sequential Poisson sampling in Python

python sampling statistics

Last synced: 24 Mar 2025

https://github.com/ritam2006/pmr-backend

A Java Spring Boot backend service for my Portfolio Management Risk project.

api financial-analysis java postgresql springboot sql statistics

Last synced: 02 Jul 2025

https://github.com/messente/messente-api-csharp

Messente API library: https://www.nuget.org/packages/com.Messente.Api

number-lookup omnichannel phonebook statistics

Last synced: 24 Mar 2025

https://github.com/hannahgsimon/halmodeling2024graphs

Created code to develop and analyze statistical graphs for the spatial radiotherapy model, which can be found at https://github.com/hannahgsimon/HALModeling2024. This project was in association with the Cleveland Clinic Lerner Research Institute, Jacob Scott Lab.

agent-based-model bifurcation-analysis cancer-models computational-biology data-visualization hybrid-automata immune-response mathematical-modelling ordinary-differential-equations radiation-therapy spatial-model statistics systems-biology

Last synced: 23 Nov 2025

https://github.com/insooeric/texttospeech

Text To Speech backend with statistics

backend-api docker dotnet-core openai statistics

Last synced: 12 Apr 2026

https://github.com/deve-sh/normal-distributor

A JavaScript Project to form a Normal Probability Distribution out of a provided Sample.

javascript normal-distribution statistics

Last synced: 03 Sep 2025

https://github.com/muonray/cern-root-financial-mechanics-and-market-analysis-codes

CERN ROOT codes used to develop the images and graphs in the article on my blog: http://muonray.blogspot.com/2014/09/particle-physics-software-and-financial.html

article cern cern-root drift efficient-frontier finance financial-analysis geometric-brownian-motion graphs market-analysis-codes monte-carlo monte-carlo-methods optimization-methods quant simulation statistics stock-market

Last synced: 24 Mar 2025

https://github.com/stdlib-js/stats-strided-dnanstdevtk

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.

array deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance

Last synced: 29 Apr 2026

https://github.com/stdlib-js/stats-strided-dnanstdevch

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.

array deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance

Last synced: 27 Apr 2026

https://github.com/allenvox/statistics

Workspace for applied problems of probability theory & mathematical statistics & modelling class

acf autocorrelation distribution k-means k-means-clustering maths matplotlib numpy probability-theory python sklearn statistics

Last synced: 17 Apr 2026