This notebook is inspired by 3Blue1Brown's youtube video and it implements, in Python, the simulations shown in the video allowing to use intuition to understand this fundamental theorem of probability theory.
Some reminders on mathematical concepts and definitions will be given but you're strongly incouraged to watch the video for a better understanding.
You can simply read the notebook in the notebooks folder notebooks/CLT.ipynb
directly in GitHub.
If you want to play with the code, you can clone the repository and run the command:
conda env create -f environment.yaml
A conda environment called CLT
will be created and all the necessary packages installed.
Enjoy ! 🤗