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

https://github.com/jesussantana/statistics

Data, Probabilities, and Statistics
https://github.com/jesussantana/statistics

correlation python statistics

Last synced: 2 months ago
JSON representation

Data, Probabilities, and Statistics

Awesome Lists containing this project

README

          

# IT Academy - Data Science with Python
## Sprint 7: Data, Probabilities & Statistics

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
[![Made withJupyter](https://img.shields.io/badge/Made%20with-Jupyter-orange?style=for-the-badge&logo=Jupyter)](https://jupyter.org/try)
[![wakatime](https://wakatime.com/badge/github/jesussantana/Statistics.svg)](https://wakatime.com/badge/github/jesussantana/Statistics)

### Description
Learn how to perform statistics with Python.

### Level 1

- Exercise 1:
- Grab a sports theme dataset you like and select an attribute from the dataset. Calculate the mode, median, standard deviation, and arithmetic mean.

- Exercise 2:
- Continuing with the sports topic data, select two attributes and calculate their correlation.

### Level 2

- Exercise 3:
- Continuing with the sports theme data, calculate the correlation of all attributes with each other and represent them in a matrix with different colors of intensity.

### Level 3

- Exercise 4:
- Continuing with the sports theme data, select an attribute and calculate the geometric mean and harmonic mean.

### Targets

- Calculate different data statistics
- Graph different statistics of the data