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

https://github.com/oduerr/stat_demos

A collection of statistics tool
https://github.com/oduerr/stat_demos

Last synced: 2 days ago
JSON representation

A collection of statistics tool

Awesome Lists containing this project

README

          

# stat_demos

https://oduerr.github.io/stat_demos/

This repository contains interactive demos for teaching statistics concepts.

## Explorative Data Analysis

- [Korrelationen](https://oduerr.github.io/stat_demos/korrelation.html) — Thanks to Jannis Bechtold

## Distributions

- [Distributions (interactive)](https://oduerr.github.io/stat_demos/interactive_distributions.html) — thanks to Georgios Gerontidis
- [Distributions (second version)](https://oduerr.github.io/stat_demos/distributions.html) — Jannis Bechtold

## Maximum Likelihood Estimation

- [MLE for Normal Distribution (μ, σ)](https://oduerr.github.io/stat_demos/normal_mle.html)
- [Logistic Regression (Challenger)](https://oduerr.github.io/stat_demos/logistic_regression.html)
- [Count Regression: Poisson & Negative Binomial](https://oduerr.github.io/stat_demos/poisson_nb_regression.html)

## Linear Regression

- [Linear MSE Error Approach](https://oduerr.github.io/stat_demos/lr/linear_regression_nn.html)