For HHA507 Assignment 4 Part 2
This repo aims to practice descriptive statistics by learning:
- What numerical quantities you can use to describe, how to calculate them in python, and summarize your datasets
- How to calculate descriptive statistics in pure Python
- How to get descriptive statistics with available Python libraries
- How to visualize your datasets
Learning Libraries
- Use Python’s statistics for the most important Python statistics functions.
- Use NumPy to handle arrays efficiently.
- Use SciPy for additional Python statistics routines for NumPy arrays.
- Use Pandas to work with labeled datasets.
- Use Matplotlib to visualize data with plots, charts, and histograms.
Learning Resource Used: https://realpython.com/python-statistics/