statistics
Here are 8,159 public repositories matching this topic...
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
-
Updated
Jul 31, 2021 - Jupyter Notebook
-
Updated
Aug 10, 2021 - TypeScript
Umami is a simple, fast, website analytics alternative to Google Analytics.
-
Updated
Aug 11, 2021 - JavaScript
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
-
Updated
Aug 11, 2021 - Elixir
Create HTML profiling reports from pandas DataFrame objects
-
Updated
Aug 9, 2021 - Jupyter Notebook
Collection of follow-ups to #5827. These can/should be broken out into individual PRs. Many are relatively straightforward and would make a good first PR.
General
- Documentation (none was added in original PR).
- Release notes.
- Example notebook.
- Double-check how
sm.tsa.arima.ARIMAworks withfix_params(it should fail except when the fit method isstatespace
-
Updated
May 14, 2021 - HTML
-
Updated
May 19, 2021 - Python
A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning
-
Updated
Aug 11, 2021 - Python
Statistical Machine Intelligence & Learning Engine
-
Updated
Aug 12, 2021 - Java
▁▅▆▃▅ Git quick statistics is a simple and efficient way to access various statistics in git repository.
-
Updated
Jun 15, 2021 - Shell
A probabilistic programming language in TensorFlow. Deep generative models, variational inference.
-
Updated
Oct 22, 2019 - Jupyter Notebook
Machine learning, computer vision, statistics and general scientific computing for .NET
-
Updated
Nov 18, 2020 - C#
A Python based monitoring and tracking tool for Plex Media Server.
-
Updated
Aug 9, 2021 - Python
tfd.Categorical.quantile not working
High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization machines (FM), and field-aware factorization machines (FFM) for Python and CLI interface.
-
Updated
Jan 28, 2021 - C++
Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
-
Updated
Aug 12, 2021 - C
Curated list of Python resources for data science.
-
Updated
Aug 4, 2021
Since the default output is meant to be human-readable, would it make sense to add thousands separators to make the output more easily readable?
Java dataframe and visualization library
-
Updated
Aug 11, 2021 - Java
simple statistics for node & browser javascript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Aug 12, 2021 - JavaScript
Math.NET Numerics
-
Updated
Aug 9, 2021 - C#
A Laravel package to retrieve pageviews and other data from Google Analytics
-
Updated
Aug 11, 2021 - PHP
中国的Quant相关资源索引
-
Updated
Feb 17, 2021
A well tested and comprehensive Golang statistics library package with no dependencies.
-
Updated
Apr 26, 2021 - Go
Improve this page
Add a description, image, and links to the statistics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the statistics topic, visit your repo's landing page and select "manage topics."


I just discover that we have a helper function to validate scalar:
https://scikit-learn.org/stable/modules/generated/sklearn.utils.check_scalar.html
Since this helper could help to get consistent error types and messages, I was wondering if we could make a long-running issue to introduce this helper everywhere possible.
I think this could be a good issue for first contributors and short spr