gitextract_tc2u3k5u/ ├── .github/ │ └── ISSUE_TEMPLATE/ │ ├── bug-in-code-solution.md │ └── missing-exercise-or-outdated-statement.md ├── .gitignore ├── Chapter 1/ │ ├── Exercise 1.1.md │ ├── Exercise 1.2.md │ ├── Exercise 1.3.md │ ├── Exercise 1.4.md │ └── Exercise 1.5.md ├── Chapter 2/ │ ├── Exercise 2.1.md │ ├── Exercise 2.2.md │ ├── Exercise 2.3.md │ ├── Exercise 2.4.md │ ├── Exercise 2.5.md │ ├── Exercise 2.6.md │ ├── Exercise 2.7.md │ ├── Exercise 2.8.md │ ├── Exercise 2.9.md │ ├── code/ │ │ ├── Exercise 2.5.py │ │ ├── Exercise 2.9.py │ │ ├── estimators.py │ │ └── testbed.py │ └── tex_files/ │ └── exercise2.7.tex ├── Chapter 3/ │ └── Chapter 3 Exercises.ipynb └── README.md