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/fearless-spider/stooq-dax-seasonal

Parsing seasonality from time series data can often be useful in data analytics. It helps with analyzing seasonality for decision making as well as for more accurate forecasts. Python can be used to separate out these trend and seasonal components.

numpy pandas python statistics

Last synced: 13 Apr 2026

https://github.com/llnl/syndata

SYNDATA software includes a suite of statistical/machine learning models to generate discrete/categorical synthetic data.

clinical-research machine-learning statistics synthetic-data-generation

Last synced: 30 Oct 2025

https://github.com/stdlib-js/random-array-rayleigh

Create an array containing pseudorandom numbers drawn from a Rayleigh distribution.

array continuous generator javascript math mathematics node node-js nodejs prng pseudorandom rand random rayleigh rng seed seedable statistics stats stdlib

Last synced: 26 Aug 2025

https://github.com/stdlib-js/random-strided-bernoulli

Fill a strided array with pseudorandom numbers drawn from a Bernoulli distribution.

bernoulli discrete generator javascript math mathematics node node-js nodejs prng pseudorandom rand random rng seed seedable statistics stats stdlib strided

Last synced: 12 Mar 2026

https://github.com/mkienzle/nsw-sea-garfish-stock-assessment

This repository contains data and computer programs to assess the status of the sea garfish fishery in New South Wales (Australia)

estimate fisheries fisheries-stock-assessment mortality-rates statistics survival-analysis

Last synced: 11 Jun 2026

https://github.com/ggiuffre/patterns

Track patterns in your day-to-day life.

flutter lifestyle mobile statistics

Last synced: 21 Apr 2026

https://github.com/ankostis/rollstats

Calculate rolling avg, var & stdev in Python & C++ code

cpp data-science python sample-code statistics

Last synced: 19 Apr 2026

https://github.com/stdlib-js/stats-incr-maape

Compute the mean arctangent absolute percentage error (MAAPE) incrementally.

abs absolute arithmetic-mean average avg deviation difference err error javascript mape math mathematics mean node node-js nodejs statistics stats stdlib

Last synced: 05 Oct 2025

https://github.com/xrstf/logstats

primitive tool to gather statistics from nginx logfiles

go log monitoring nginx statistics

Last synced: 19 Apr 2026

https://github.com/pixilie/steambot

A bot for Discord that provides your Steam statistics.

discord-bot gaming statistics steam-api steam-api-cli

Last synced: 16 Jul 2025

https://github.com/stdlib-js/stats-base-nanmax-by

Calculate the maximum value of a strided array via a callback function, ignoring NaN values.

array domain extent extremes javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array

Last synced: 07 Sep 2025

https://github.com/rara-ch/data-analysis-portfolio

This repository to store my data analytics projects, showcasing my skills in SQL and Python.

data-analysis mathematics matplotlib numpy pandas portfolio probability python seaborn sql statistics

Last synced: 12 Mar 2025

https://github.com/windowgenerator/gotablestats

gotablestats is a fast and flexible command-line tool for generating detailed statistical summaries from CSV and TSV files

csv go statistics tsv

Last synced: 05 Oct 2025

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

Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.

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

Last synced: 17 Feb 2026

https://github.com/statloc/core

[pre-released] ✨📊 Go package for collecting project statistic (by files, components, contributors and more). Core package for @statloc. Used by CLI.

core go go-library open-source package statistics

Last synced: 14 Jan 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/aritrakar/statpy

A simple package containing some functions for analysing Gaussian and Binomial distributions. Created for the Udacity AWS MLE Foundations 2021 course.

data-analysis python statistics

Last synced: 24 Oct 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/garciparedes/machine-learning-formulas

This project pretends to be a survey about Machine Learning algorithms focusing on math definitions.

computer-science formula latex machine-learning maths statistics university-of-valladolid

Last synced: 08 Oct 2025

https://github.com/bilalhameed248/ml-dl-notes

Machine-Learning, Deep-Learning, NLP, Statistical, OOP, Python Interview preparation Notes

computer-vision deep-learning interview machine-learning natural-language-processing nlp notes python statistics

Last synced: 08 Oct 2025

https://github.com/antononcube/raku-statistics-outlieridentifiers

Raku package for 1D outlier identifier functions.

hampel outlier-detection outliers raku splus statistics

Last synced: 09 Oct 2025

https://github.com/trishume/normal

Normal distribution calculator web app

javascript statistics web-app

Last synced: 09 Oct 2025

https://github.com/saeun-park/data-analysis

데이터 분석 프로젝트 및 공모전

anova-test data-analysis data-visualization statistics

Last synced: 21 Jan 2026

https://github.com/shuienko/phstat

Get Pi-Hole metrics remotely using command line.

command-line dashboard go pi-hole statistics

Last synced: 21 Jan 2026

https://github.com/thomasgladwin/teg_rma

General framework for organizing data for N-way repeated measures analyses in Matlab (and partly Python), including an implementation of repeated measures ANOVA

anova matlab measures n-way python repeated repeated-measures-anova statistics

Last synced: 21 Jan 2026

https://github.com/nrennie/rss-william-guy-lecture

Materials for 2024-2025 William Guy Lecture aimed at 11-16 year olds.

presentations statistics

Last synced: 12 Oct 2025

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

Calculate the minimum value of a strided array according to a mask, ignoring NaN values.

domain extent extremes javascript mask masked masked-array math mathematics min minimum node node-js nodejs range statistics stats stdlib strided strided-array

Last synced: 27 Jan 2026

https://github.com/bharat-jambhulkar/simulation-studies

This repository contains small case studies related to statistical theory, with simulations performed using R.

r simulations statistics

Last synced: 13 Oct 2025

https://github.com/stdlib-js/random-array-tools-unary

Constructor for creating arrays filled with pseudorandom values drawn from a unary PRNG.

array generator javascript math mathematics node node-js nodejs prng pseudorandom rand random rng seed seedable statistics stats stdlib tools vector

Last synced: 09 Mar 2026

https://github.com/stdlib-js/random-streams-binomial

Create a readable stream for generating pseudorandom numbers drawn from a binomial distribution.

bernoulli binomial discrete javascript math mathematics node node-js nodejs prng pseudorandom rand random readable rng seed statistics stats stdlib stream

Last synced: 22 Jan 2026

https://github.com/stdlib-js/stats-iter-cusumabs2

Create an iterator which iteratively computes a cumulative sum of squared absolute values.

abs absolute accumulate cumulative-sum cumulative-total javascript magnitude math mathematics node node-js nodejs squared statistics stats stdlib sum summation total value

Last synced: 23 Feb 2026

https://github.com/madsmammen/imgdist

Measure distances, detect unit cells and create statistics for images of particles

detection electron microscope-images particle statistics

Last synced: 22 Jan 2026

https://github.com/dietrichson/metodos_cuantitativos_2

Material de Cátedra y de consulta

statistics

Last synced: 24 Feb 2026

https://github.com/ohspc89/snu_cogsci_2017w_stats

2017 Winter SNU Cogsci Stat Study Group

introduction-to-r statistics

Last synced: 22 Jan 2026

https://github.com/jrol123/vk_stats

Получение разнообразной статистики из чата vk

jupyter python statistics vk-api

Last synced: 14 Apr 2026

https://github.com/dawoody/saywotstats

A jQuery based site for fetching statistics for the game World of Tanks through an API and displaying aggregated metrics to players utilizing the site for statistics information. This site was online @ saywotstats.net until a year ago, now currently down

javascript metrics player statistics world-of-tanks

Last synced: 15 Oct 2025

https://github.com/izalu99/past-project-reports

Statistical Projects with R and knitr

predictive-modeling statistics

Last synced: 27 Jan 2026

https://github.com/saeedkohansal/chart.js-monthly-visits-statistics-chart-tutorial

Learn to build a Monthly Visits Statistics Chart from scratch using Chart.js! This tutorial repo guides you through creating an interactive, customizable chart to track website traffic. Features include dark mode support, responsive design, and dynamic data integration via JSON API. Perfect for web devs looking to master data visualization.

chart chart-js chartjs charts coding gilgeekify html html5 javascript js line-chart linechart programming statistics tutorial visit-stats web-analytics web-development webanalytics webdevelopment

Last synced: 19 Apr 2026

https://github.com/imandra-ai/imandra-stats-experiments

Experiments combining Imandra with statistical or probabilistic models

formal-verification machine-learning sampling statistics

Last synced: 18 Oct 2025

https://github.com/mikaeldui/openfisheries-dotnet-client

The OpenFisheries.org project seeks to advance the practice of data science in fisheries. The project does this by consolidating global fisheries datasets through an open web platform and viewing this data through a lens of modern analytics.

dotnet-client fao fisheries openfisheries statistics united-nations

Last synced: 18 Oct 2025

https://github.com/hugomvale/odrpack.jl

Julia bindings for the modernized version of odrpack95.

mathematics regression statistics

Last synced: 20 Feb 2026

https://github.com/joe-chelladurai/uxr

Quantitative UX Research

quantitative statistics ux-research

Last synced: 22 Oct 2025

https://github.com/bam-tools/rbam

An R user interface to BaM

bayesian-inference modeling r statistics uncertainty

Last synced: 22 Oct 2025

https://github.com/xiaoruizhu/spsp

A novel approach for feature selection based on the entire solution paths rather than the choice of a single tuning parameter, which significantly improves the accuracy of the selection.

feature-selection r-package statistics variable-selection

Last synced: 22 Oct 2025

https://github.com/stephensrmmartin/mires

R package for Bayesian measurement invariance assessment using mixed effects and shrinkage.

bayesian measurement-invariance mixed-effects psychometrics r stan statistics

Last synced: 22 Oct 2025

https://github.com/devmotion/calibrationanalysis.jl

Multi-language suite for analyzing calibration of probabilistic predictive models.

calibration julia machine machine-learning python r reliability statistics

Last synced: 27 Jan 2026

https://github.com/eliseobaquero/bundesliga

Basic Bundesliga statistics from the 1999-2000 season to the 2021-2022 season

bundesliga football-data germany statistics

Last synced: 22 Oct 2025

https://github.com/eshaagarwa/hr-analytics-project

Explore our HR Analytics Dashboard, a powerful Power BI project designed for HR managers and leaders. Analyzed essential KPIs such as Employee Count, Attrition Rate, and Job Satisfaction across various demographics.

dashboard data data-visualization dataanylasis ms-excel ms-excel-data-analytics powerbi statistics

Last synced: 23 Jan 2026

https://github.com/ruivieira/naivebayes

A naive Bayes classifier for Crystal based on muatik's naive-bayes-classifier

classification crystal machine-learning naive-bayes statistics

Last synced: 24 Oct 2025

https://github.com/dcs-training/null-hypothesis-testing-with-r

This two-class course will focus on developing theoretical and practical skills for null hypothesis testing in R. Go to the readme file

data-analysis data-wrangling r statistics

Last synced: 24 Oct 2025

https://github.com/willysr/slackbuilds-stats

Statistic for SlackBuilds repository

sbo slackbuilds statistics

Last synced: 20 Feb 2026

https://github.com/podaac/gibs-imagestat

Calculate statistics on GIBS hosted imagery

development statistics tva

Last synced: 01 Jun 2026

https://github.com/pozdniakov/stats

R & Statistics learning materials

learning-r r statistics

Last synced: 26 Oct 2025

https://github.com/arc42/status.arc42.org-site

the statistics and status overview for all arc42 domains and ubdomains.

go golang hacktoberfest pageviews statistics status viewer-count

Last synced: 24 Jan 2026

https://github.com/jolars/slope.jl

Julia package for Sorted L-One Penalized Estimation (SLOPE)

lasso optimization regression slope statistics

Last synced: 28 Jan 2026

https://github.com/petzi53/itns-tutorials

Interactive tutorials for "Introduction to The New Statistics" (ITNS) - WIP

data-science exercises interactive-tutorials itns open-science r-programming statistics statistics-learning

Last synced: 06 Feb 2026

https://github.com/livrasand/ethicalmetrics

A privacy-focused, open-source web analytics platform designed as a powerful alternative to Google Analytics. Powered by an active community dedicated to ethical data tracking.

alternative analytics charts cloud-native ethical-analytics ethical-metrics gdpr go golang google-analytics google-analytics-alternative marketing metrics open-source product-analytics real-time self-hosted selfhosted statistics web-analytics

Last synced: 06 Feb 2026

https://github.com/alexanderthclark/intro-stats-2023-fall

Statistics 1101 Columbia University

statistics statistics-course stats

Last synced: 16 Mar 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/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/cedricstrolz/digitalisierung-statistik-ws24

Hier handelt es sich NICHT um Lösungen sondern Lernunterlagen

matplotlib numpy pandas python statistics

Last synced: 25 Feb 2026

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

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.

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

Last synced: 29 Jan 2026

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

Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.

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: 25 Feb 2026