This repository accompanies the Statistics for Programmers course. It assumes and aims to exploit prior knowledge of programming, so as to effectively learn fundamental probability and statistics concepts through connection to programming and extensive use of data simulation.
To follow these sessions, no prior knowledge of probability theory or statistics is required.
To run notebooks locally, install ipykernel and jupyter:
pip install ipykernel jupyter
and create a kernel for that environment:
python -m ipykernel install --user --name=stats_for_cs
And later choose the stats_for_cs kernel in Jupyter notebooks.