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

https://github.com/bcebere/statistics_python

Notebooks with random experiments from statistics.
https://github.com/bcebere/statistics_python

python statistics

Last synced: about 1 month ago
JSON representation

Notebooks with random experiments from statistics.

Awesome Lists containing this project

README

          

# Statistics and Python
Notebooks with random concepts from statistics implemented in Python.

**DISCLAIMER**: everything is experimental.

Notebooks:
1. [Distributions](https://github.com/bcebere/statistics_python/blob/main/notebooks/01-Distributions.ipynb)
2. [Generative models](https://github.com/bcebere/statistics_python/blob/main/notebooks/02-GenerativeModels.ipynb)
3. [Empirical Bayes](https://github.com/bcebere/statistics_python/blob/main/notebooks/03-EmpiricalBayes.ipynb)
4. [GaussianProcess](https://github.com/bcebere/statistics_python/blob/main/notebooks/04-GaussianProcess.ipynb)
5. [Sampling methods](https://github.com/bcebere/statistics_python/blob/main/notebooks/05.SamplingMethods.ipynb)
6. [Bayesian Optimization](https://github.com/bcebere/statistics_python/blob/main/notebooks/06-BayesianOptimization.ipynb)