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.
- GitHub: https://github.com/topics/statistics
- Wikipedia: https://en.wikipedia.org/wiki/Statistics
- Related Topics: data-science, machine-learning, deep-learning, neural-network,
- Last updated: 2026-06-30 00:26:09 UTC
- JSON Representation
https://github.com/not-na/mousestats
Simple Mouse statistics counter
background-service linux python statistics tracker xorg
Last synced: 22 Apr 2026
https://github.com/stdlib-js/stats-array-variance
Calculate the variance of an array.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib unbiased var variance
Last synced: 22 Apr 2026
https://github.com/stdlib-js/stats-base-ndarray-min
Compute the minimum value of a one-dimensional ndarray.
domain extent extremes javascript math mathematics min minimum ndarray node node-js nodejs range statistics stats stdlib
Last synced: 22 Apr 2026
https://github.com/oldcrow/libhmm
Modern C++17 Hidden Markov Model library with smart pointer memory management, comprehensive training algorithms, and critical bug fixes. Features Viterbi training, multiple probability distributions, and memory-safe implementation.
baum-welch baum-welch-algorithm cmake cpp cpp17 hidden-markov-models machine-learning probability smart-pointers statistics viterbi-algorithm
Last synced: 10 May 2026
https://github.com/danielbatres/descriptive-statistics
This project is to learn about descriptive statistics applied to data science.
data-science descriptive-statistics jupyter-notebook python statistics
Last synced: 24 Apr 2026
https://github.com/soviaat/statify
The ultimate Minecraft mod that visualises statistics in a cool way.
fabric fabricmc fabricmc-mod google-sheets google-sheets-api minecraft minecraft-mod mod statistical-analysis statistics
Last synced: 24 Apr 2026
https://github.com/stdlib-js/stats-strided-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: 24 Apr 2026
https://github.com/stdlib-js/stats-strided-sstdevtk
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook 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: 24 Apr 2026
https://github.com/darealfreak/teeworlds-stats
PHP project to track and display stats for the game teeworlds
laravel laravel-application statistics teeworlds
Last synced: 24 Apr 2026
https://github.com/nazmulhossain2905/statistics-mathematics
Solve your Statistics Mathematics.
css html javascript nazmulhossain2905 statistics statistics-mathematics
Last synced: 24 Apr 2026
https://github.com/stdlib-js/stats-strided-dvariancetk
Calculate the variance of a double-precision floating-point strided array using a one-pass textbook 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: 24 Apr 2026
https://github.com/stdlib-js/stats-strided-meanwd
Calculate the arithmetic mean of a strided array using Welford's algorithm.
arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array welford
Last synced: 24 Apr 2026
https://github.com/p5quared/datafest23
First place submission (for all categories) for ASA Datafest '23.
Last synced: 24 Apr 2026
https://github.com/dsw7/local-llm-benchmark
Miscellaneous scripts I use for benchmarking my locally hosted LLMs
Last synced: 25 Apr 2026
https://github.com/santosh2702/data-science-training
data analysis of bank employees
jupyter-notebook machine-learning python statistics
Last synced: 25 Apr 2026
https://github.com/jose-jaen/advanced-econometrics
Econometric Theory
algorithms econometrics mathematics statistics
Last synced: 06 Jun 2026
https://github.com/jerryshell/timebank
⏰ Timebank is a time recording and statistics tool.
Last synced: 06 Jun 2026
https://github.com/stdlib-js/stats-array-nanmax-by
Calculate the maximum value of an 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
Last synced: 25 Apr 2026
https://github.com/stdlib-js/stats-strided-smaxsorted
Calculate the maximum value of a sorted single-precision floating-point strided array.
domain extent extremes javascript math mathematics max maximum node node-js nodejs ordered range sorted statistics stats stdlib strided strided-array typed
Last synced: 26 Apr 2026
https://github.com/stdlib-js/stats-strided-dcumin
Calculate the cumulative minimum of double-precision floating-point strided array elements.
accumulate cumulative domain extent extremes javascript math mathematics min minimum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 26 Apr 2026
https://github.com/zapabob/professional-statistics-suite
🔬 Professional Statistics Suite: Enterprise-grade analysis platform with AI integration, GPU acceleration & comprehensive statistical methods | AI統合・GPU加速・包括的統計手法搭載のエンタープライズグレード解析プラットフォーム
ai analysis claude datascience enterprise google llm machinelearning openai research statistics
Last synced: 26 Apr 2026
https://github.com/stdlib-js/stats-strided-wasm-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
arithmetic-mean array average avg central-tendency float64 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed welford
Last synced: 27 Apr 2026
https://github.com/sanghviharshit/wp-export-network-stats
Export information (e.g. site title, admin email, privacy settings, etc) of all the sites in a WordPress multisite network.
analytics export plugin statistics wordpress wordpress-multisite-network
Last synced: 27 Apr 2026
https://github.com/quantam-studios/cchs-football-stats
An application made in Dart with Flutter to track various data points in football games in an attempt to aid play formation.
dart flutter statistics unfinished
Last synced: 07 Jun 2026
https://github.com/stdlib-js/stats-strided-smaxabssorted
Calculate the maximum absolute value of a sorted single-precision floating-point strided array.
absolute absolute-value domain extent extremes javascript magnitude math mathematics max maxabs maximum node node-js nodejs range sorted statistics stats stdlib
Last synced: 27 Apr 2026
https://github.com/josemanuel22/mmd_gan.jl
Julia MMD GAN implementation
deep-learning generative-adversarial-network julia machine-learning statistics
Last synced: 27 Apr 2026
https://github.com/banyc/dfplot
Summarize a data frame by plotting. `cargo install --git https://github.com/Banyc/dfplot.git`.
csv data-analysis plotly plotting statistics
Last synced: 27 Apr 2026
https://github.com/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.
arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed welford
Last synced: 27 Apr 2026
https://github.com/stdlib-js/stats-strided-dnanstdevpn
Calculate the standard deviation of a double-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-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 27 Apr 2026
https://github.com/jcbritobr/essentialmathfordatas
Lots of notebooks providing examples on how to do calculus, statistics and machine learning with Python.
calculus data-science linear-algebra machine-learning math python3 statistics
Last synced: 27 Apr 2026
https://github.com/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.
arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs pairwise pw statistics stats stdlib strided strided-array typed
Last synced: 27 Apr 2026
https://github.com/drkane/area-profiles
Produce UK area profiles based on various data sources
dash-plotly data flask statistics uk
Last synced: 27 Apr 2026
https://github.com/stdlib-js/stats-strided-dnanminabs
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
abs absolute domain extent extremes javascript math mathematics min minimum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 27 Apr 2026
https://github.com/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.
arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 28 Apr 2026
https://github.com/vnery5/projetos
Repositório para abrigar alguns projetos pessoais feitos no intuito de aprender um pouco de Estatística e Machine Learning
machine-learning python statistics
Last synced: 28 Apr 2026
https://github.com/frankfont/rawloadtester
This javascript/PHP application calls the URL you select as many times as you choose and tells you how long it took the server to respond.
javascript php-log qatools statistics
Last synced: 28 Apr 2026
https://github.com/simranjeet97/data-science
Data Science Programs Based on Mathematics, Statistics and Machine Learning.
algrothm data-science machine-learning mathematics python3 statistics
Last synced: 08 Jun 2026
https://github.com/stdlib-js/stats-strided-dstdevch
Calculate the standard deviation of a double-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: 28 Apr 2026
https://github.com/sodascience/night_globe
Correcting inferences in volunteer data using geospatial covariates
geospatial-data inference statistics volunteer-data
Last synced: 28 Apr 2026
https://github.com/stdlib-js/stats-strided-nanmeanwd
Calculate the arithmetic mean of a strided array, ignoring NaN values and using Welford's algorithm.
arithmetic-mean array average avg central-tendency javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array welford
Last synced: 28 Apr 2026
https://github.com/johanneswiesner/statplot
A repository for creating publishable annotated plots
annotations plotting seaborn statistics
Last synced: 08 Jun 2026
https://github.com/codegeekr/test_datasciencestarter
test Data Science Starter
analytics data data-science data-visualization machine-learning python science starter-kit statistics test
Last synced: 28 Apr 2026
https://github.com/1sumer/python-sql-machine_learning
This repository contains a comprehensive collection of Python and SQL scripts, ranging from beginner to advanced levels. Whether you're a student, educator, or developer looking to learn, teach, or reference Python or SQL concepts, you'll find helpful and structured code examples here.
datasets machine-learning python sql statistics
Last synced: 14 May 2026
https://github.com/rpodcast/opensub-ness2025
R-based Submissions talk at NESS 2025
Last synced: 29 Apr 2026
https://github.com/stdlib-js/stats-array-variancewd
Calculate the variance of an array using Welford's algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib unbiased var variance welford
Last synced: 29 Apr 2026
https://github.com/misha-mayskiy/lootbox_analytics
Lootbox Analytics: Your personal dashboard for tracking and analyzing lootbox/gacha opening statistics from popular games. Currently supports Genshin Impact with detailed Pity/luck analysis. (Python, Flask, SQLAlchemy)
chartjs data-visualization flask gacha game-analytics genshin-impact pity-tracker python sqlalchemy statistics
Last synced: 29 Apr 2026
https://github.com/stdlib-js/stats-array-nanmeanwd
Calculate the arithmetic mean of an array, ignoring NaN values and using Welford's algorithm.
arithmetic-mean array average avg central-tendency domain extent javascript math mathematics mean node node-js nodejs statistics stats stdlib
Last synced: 29 Apr 2026
https://github.com/stdlib-js/stats-strided-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
array domain extent extremes float64 javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 29 Apr 2026
https://github.com/tdworowy/data_science_notes
General data science staff.
data-science jupyter-notebook python r statistics
Last synced: 29 Apr 2026
https://github.com/bilgeswe/datascience
Using Statistics and Data Science Project in Python using Google Colab tools, CVS and XLSX
box-plot colab-notebook cvs data-science data-scraping data-visualization heatmaps numpy python statistical-analysis statistics xlsx
Last synced: 29 Apr 2026
https://github.com/scarlet-oni/statistics-for-data-scientists
analysis python python3 statistics
Last synced: 29 Apr 2026
https://github.com/arunabhagit/data-driven-e-commerce-sales-analysis
This is a E-Commerce Data Analysis and finding out insights with statistical charts using Python . I have Used pandas , plotly libraries to show insights and statistical Charts .
analysis charts data insights pandas-python plotly python statistics
Last synced: 29 Apr 2026
https://github.com/stdlib-js/stats-strided-scuminabs
Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.
abs absolute absolute-value accumulate cumulative domain extent extremes javascript math mathematics min minimum node node-js nodejs range statistics stats stdlib
Last synced: 29 Apr 2026
https://github.com/stdlib-js/stats-strided-scumaxabs
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
abs absolute absolute-value accumulate cumulative domain extent extremes javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib
Last synced: 29 Apr 2026
https://github.com/al-ghaly/e-commerce-a-b-testing
A Statistical Analysis project in which I Performed an A/B test to analyze the effect of changing the user interface for an E-Commerce company's Website.
data-analysis matplotlib numpy pandas python python-data-analysis seaborn statistical-analysis statistics
Last synced: 29 Apr 2026
https://github.com/jxsl13/playerranking
A working draft of a ranking server for player statistics using either Redis or SQLite3 with automatic reconnect handling and backlogging of tasks, that were not saved during database outage times. This is mainly used in the zCatch repository.
cpp database player rank ranking redis sqlite sqlite3 statistics
Last synced: 29 Apr 2026
https://github.com/jose-jaen/amazon-nlp
Using NLP algorithms and Machine Learning modeling a Sentiment Classifier is built for Amazon Reviews
algorithms big-data machine-learning nlp python r statistics supervised-learning
Last synced: 29 Apr 2026
https://github.com/nikhilsree5/yulucasestudy
Identifying Key Predictors of Demand for Yulu Electric Cycles in the Indian Market
eda hypothesis-testing numpy-library pandas-dataframe python statistics
Last synced: 30 Apr 2026
https://github.com/stdlib-js/stats-strided-dvariancech
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean 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: 30 Apr 2026
https://github.com/stdlib-js/stats-strided-dminabs
Calculate the minimum absolute value of a double-precision floating-point strided array.
abs absolute domain extent extremes javascript math mathematics min minimum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 30 Apr 2026
https://github.com/stdlib-js/stats-array-variancetk
Calculate the variance of an array using a one-pass textbook algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib unbiased
Last synced: 30 Apr 2026
https://github.com/nikhilsree5/walmartcasestudy
Analysis of Customer Spending Habits at Walmart Inc
clt eda numpy pandas python3 statistics visualization
Last synced: 30 Apr 2026
https://github.com/sarastojanova/stats-base-ndarray-dcumax
Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.
accumulate cumulative domain extent extremes javascript mathematics max maximum ndarray nodejs range statistics stats
Last synced: 30 Apr 2026
https://github.com/mitchellharrison/mitchellharrison.github.io
Welcome to my slice of the internet, where I share the knowledge that Duke gave me, so you don't have to spend the mortgage-sized amount to access it. Built with R, Python, Quarto, and love.
ai algorithms-and-data-structures blog data-analysis data-science data-visualization educational machine-learning portfolio portfolio-website quarto r r-language statistics tutorials
Last synced: 30 Apr 2026
https://github.com/the-clone-xyz/stats-lapas-pakam
Visualisasi data narapidana berdasarkan jenis kelamin di Lapas Lubuk Pakam menggunakan data BPS Deli Serdang secara otomatis via GitHub Actions.
bps-api data-visualization github-actions lubuk-pakam statistics
Last synced: 30 Apr 2026
https://github.com/stdlib-js/stats-strided-dnanvariancech
Calculate the variance 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-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 30 Apr 2026
https://github.com/drod75/fall2025
A basic repository made to track all the notes made for Fall 2025 at Brooklyn College.
ai brooklyn-college college machine-learning notes obsidian r statistics
Last synced: 30 Apr 2026
https://github.com/petzi53/swr-harris
Personal notes during reading Statistics with R by Jenine K. Harris, 1st ed. (2019)
data-wrangling educational-project educational-resources r statistical-inference statistical-tests statistics statistics-course text-book
Last synced: 01 May 2026
https://github.com/stdlib-js/stats-strided-sminabs
Calculate the minimum absolute value of a single-precision floating-point strided array.
abs absolute domain extent extremes javascript math mathematics min minimum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 01 May 2026
https://github.com/stdlib-js/stats-strided-dnanvariancewd
Calculate the variance 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-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance welford
Last synced: 01 May 2026
https://github.com/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.
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: 01 May 2026
https://github.com/stdlib-js/stats-strided-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 01 May 2026
https://github.com/wlanboy/kubectl_analytics
A command-line tool for gathering and visualizing statistics about Kubernetes cluster resources
kubectl mirror oc python ressources statistics usage
Last synced: 08 Jun 2026
https://github.com/sujitmandal/big-mart-sales
Big Mart Sales Prediction..
data-science numpy pandas prediction python statistics supervised-learning
Last synced: 01 May 2026
https://github.com/shravanngoswamii/mcmcvisualizer
Parse, analyze, and export MCMC sampling data in JavaScript or TypeScript. Zero dependencies, works in browser and Node.js.
Last synced: 01 May 2026
https://github.com/ireneli393/data-analysis-of-hotel-bookings
Data-Analysis-of-Hotel-Bookings
classification dataanalysis inference statisticaltests statistics
Last synced: 01 May 2026
https://github.com/perryflynn/thebestlogparserintheworld
The best webserver log parser in the world.
access-logs analytics apache log-parser nginx statistics
Last synced: 02 May 2026
https://github.com/stdlib-js/stats-strided-snanmin
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
array domain extent extremes float32 javascript math mathematics min minimum node node-js nodejs range statistics stats stdlib strided strided-array typed
Last synced: 02 May 2026
https://github.com/stdlib-js/stats-strided-dsemtk
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.
array estimate estimation float64 javascript math mathematics mean node node-js nodejs standard-deviation standard-error standard-error-of-the-mean statistics stats stdlib strided strided-array typed
Last synced: 02 May 2026
https://github.com/stdlib-js/stats-strided-smskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask.
domain extent extremes javascript mask masked masked-array math mathematics max maximum node node-js nodejs range statistics stats stdlib strided strided-array
Last synced: 02 May 2026
https://github.com/stdlib-js/stats-strided-smeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed
Last synced: 02 May 2026
https://github.com/saroshfarhan/islp
Solving exercises of Introduction to Statistical Learning with Python
data-science python regresssion statistics
Last synced: 02 May 2026
https://github.com/stdlib-js/blas-ext-base-ndarray-zsum
Compute the sum of all elements in a one-dimensional double-precision complex floating-point ndarray.
blas extended javascript math mathematics ndarray node node-js nodejs statistics stats stdlib sum summation total
Last synced: 02 May 2026
https://github.com/lajuman/standard-deviation
average calculator mean python standard-deviation statistics variance
Last synced: 08 Jun 2026
https://github.com/adisen99/msc_project
Code, functions and notebooks used for my Masters Project/Thesis.
master precipitation python statistics thesis
Last synced: 02 May 2026
https://github.com/bhawnagoyal18/ai-doctor-a-symptom-checker-disease-predictor
AI Doctor is an intelligent healthcare application that utilizes machine learning (ML) and Python to predict potential diseases based on user-input symptoms. The project integrates data from multiple medical datasets and provides an interactive web-based UI for an intuitive user experience.
data-analysis data-engineering data-visualization dataset flask html5 machine-learning python sql stacking statistics
Last synced: 02 May 2026
https://github.com/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.
arithmetic-mean array average avg central-tendency float32 javascript math mathematics mean node node-js nodejs single statistics stats stdlib strided strided-array typed
Last synced: 02 May 2026
https://github.com/akpoflash/covid_19_last_update_bot
🦠This bot has the last update of COVID-19 cases for each country
api covid javascipt node-js statistics telegram-bot
Last synced: 02 May 2026
https://github.com/stdlib-js/stats-strided-dcuminabs
Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
abs absolute absolute-value accumulate cumulative domain extent extremes javascript math mathematics min minimum node node-js nodejs range statistics stats stdlib
Last synced: 02 May 2026
https://github.com/gumballoon/time-tracking-dashboard
Challenge from Frontend Mentor, originally titled ‘Time tracking dashboard’, focusing on CSS Grid layout, toggling views, and updating the DOM dynamically.
css dashboard frontend-mentor html5 javascript mobile-first responsive-design statistics time-tracking
Last synced: 02 May 2026
https://github.com/rajikaimal/ferreter
:telescope: Collect anonymous usage for NPM package usage
Last synced: 03 May 2026
https://github.com/stdlib-js/stats-strided-dsemwd
Calculate the standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.
array estimate estimation javascript math mathematics mean node node-js nodejs standard-deviation standard-error standard-error-of-the-mean statistics stats stdlib strided strided-array typed welford
Last synced: 03 May 2026
https://github.com/stdlib-js/stats-strided-dvariance
Calculate the variance of a double-precision floating-point strided array.
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: 03 May 2026
https://github.com/anyantudre/associate-data-scientist-track
Materials for the Associate Data Scientist in Python track on DataCamp.
data data-science experimental-design hypothesis-testing machine-learning matplotlib-pyplot pandas python regression sampling seaborn statistics statsmodels unsupervised-learning
Last synced: 03 May 2026
https://github.com/mikma03/mathematics_and_python
Advanced mathematical concepts. Application of the probability theory. Part of the theory of partial differential equations. The use of statistics in the field of DataScience.
data-science mathematics partial-differential-equations probability python statistics
Last synced: 03 May 2026
https://github.com/sukuasoft/stat-js
It is a lightweight and easy-to-use library for Node.js that offers basic functions essential for simple statistical analysis.
Last synced: 03 May 2026