# Week 1.4

## Univariate Distributions (appendix)

- [Book theory](https://mude.citg.tudelft.nl/book/2026/univariate_distributions/appendix_overview.html#)
  - [PDF and CDF](https://mude.citg.tudelft.nl/book/2026/univariate_distributions/PDF_CDF.html)
  - [Empirical Distributions](https://mude.citg.tudelft.nl/book/2026/univariate_distributions/empirical.html)
  - [Non-Gaussian Distributions](https://mude.citg.tudelft.nl/book/2026/univariate_distributions/nonGaussian.html)
  - [Parametric Distributions](https://mude.citg.tudelft.nl/book/2026/univariate_distributions/parametric.html)
  - [Location, Shape and Scale](https://mude.citg.tudelft.nl/book/2026/univariate_distributions/parameterization.html)
  - [Fitting a Distribution](https://mude.citg.tudelft.nl/book/2026/univariate_distributions/fitting.html)
- [Lecture slides](https://github.com/TUDelft-MUDE/source-files/raw/main/file/slides2026/Lecture_1_4_univariate.pdf)
- [Collegerama recording (TU Delft login required)](https://collegeramavideoportal.tudelft.nl/catalogue/cegm1000/presentation/ea62312cea80456086d36e72fd3282851d?academicYear=2026-2027-cegm1000-25)
  
## Multivariate Distributions
- [Book theory](https://mude.citg.tudelft.nl/book/2026/multivariate/overview.html)
  - [Contingency Tables](https://mude.citg.tudelft.nl/book/2026/multivariate/contingency_tables.html)

<!---
- [Lecture slides](https://github.com/TUDelft-MUDE/source-files/raw/main/file/slides2025/Plenary_lecture_1.4.pdf)
- [Collegerama recording](https://collegeramavideoportal.tudelft.nl/catalogue/cegm1000/presentation/de8a5b936ae64f09b2c8c96abec4e3611d?academicYear=2025-2026-cegm1000-25) (TU Delft login required)
- [Group assignment](https://tudelft-mude.github.io/workbook-2026/assignments/GA1.4/README.html)
  -[Wind gusts](https://tudelft-mude.github.io/workbook-2026/assignments/GA1.4/01_wind_gusts/01_analysis_wind_gusts.html)
  -[Traffic](https://tudelft-mude.github.io/workbook-2026/assignments/GA1.4/02_traffic/02_analysis_traffic.html)
  -[River Flow Velocity](https://tudelft-mude.github.io/workbook-2026/assignments/GA1.4/03_river_flow_velocity/03_analysis_discharge.html)
-->
## Programming
#### Programming preparations for workshop and group assignments
- [Programming assignment: Commit to clean data](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.4/README.html)
  - [Data cleaning](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.4/1_data_cleaning.html)
  - [File import](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.4/2_data_import.html)

#### Fundamental programming concepts
- [Programming assignment: Commit to clean data](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.4/README.html)
  - [Programming fundamental concepts: functions and matplotlib](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.4/3_programming_fundamental_concepts.html)
