This repository contains my collection of jupyter notebook based statistics assignments.
In academic settings, statistics are often simplified:
- Straight answers
- Minimal inputs
In real-world environments, statistics must consider:
- Outliers / Extremes
- Observability and debugging
- Contextual Analysis
This project doesn't explore those ideas completely but is explained through focused, minimal examples.
- Usage of math/scientific python libraries
- Data visualization
- How errors are handled should be recorded
- Measures of Central Tendency
/
├── .ipynb_checkpoints/
│ ├── Assignment1-checkpoint.ipynb
├── MATH/
│ ├── NBA_Stats.csv
└── README.md
├── Assignment1.ipynb
├── main.py