# Week 1.4

## Univariate Distributions

- [Book theory](https://mude.citg.tudelft.nl/book/2025/univariate_distributions/overview.html)
  - [PDF and CDF](https://mude.citg.tudelft.nl/book/2025/univariate_distributions/PDF_CDF.html)
  - [Empirical Distributions](https://mude.citg.tudelft.nl/book/2025/univariate_distributions/empirical.html)
  - [Non-Gaussian Distributions](https://mude.citg.tudelft.nl/book/2025/univariate_distributions/nonGaussian.html)
  - [Parametric Distributions](https://mude.citg.tudelft.nl/book/2025/univariate_distributions/parametric.html)
  - [Location, Shape and Scale](https://mude.citg.tudelft.nl/book/2025/univariate_distributions/parameterization.html)
  - [Fitting a Distribution](https://mude.citg.tudelft.nl/book/2025/univariate_distributions/fitting.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)
- [Workshop assignment: Fit Happens](https://tudelft-mude.github.io/workbook-2025/assignments/WS1.4/README.html)
- [Group assignment](https://tudelft-mude.github.io/workbook-2025/assignments/GA1.4/README.html)
  -[Wind gusts](https://tudelft-mude.github.io/workbook-2025/assignments/GA1.4/01_wind_gusts/01_analysis_wind_gusts.html)
  -[Traffic](https://tudelft-mude.github.io/workbook-2025/assignments/GA1.4/02_traffic/02_analysis_traffic.html)
  -[River Flow Velocity](https://tudelft-mude.github.io/workbook-2025/assignments/GA1.4/03_river_flow_velocity/03_analysis_discharge.html)

## Programming

- Version control with git
  - [Part of book chapter](https://mude.citg.tudelft.nl/book/2025/programming/week_1_4.html)
    - [Version control](https://mude.citg.tudelft.nl/book/2025/_git/github.com_TeachBooks_learn-programming/mude-2025/book/version_control/version_control.html)
    - [Jupyter Notebooks and Git](https://mude.citg.tudelft.nl/book/2025/_git/github.com_TeachBooks_learn-programming/mude-2025/book/version_control/notebooks.html)
  - [Programming assignment: Commit to clean data](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.4/README.html)
    - [Install GitHub Desktop](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.4/1_install_github_desktop.html)
    - [Make commit locally](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.4/2_commit_local.html)
    - [Make commit online](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.4/3_commit_online.html)
    - [Fetch and pull](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.4/4_fetch_pull.html)
    - [Install git](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.4/5_install_git.html)
- Preparations for workshop and group assignments
  - [Programming Assignment: Commit to clean data](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.4/README.html)
    - [Data cleaning](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.4/6_data_cleaning.html)
    - [Data import](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.4/7_data_import.html) 
- Fundamental programming concepts
  - [Programming Assignment: Commit to clean data](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.4/README.html)
    - [Functions and matplotlib](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.4/8_programming_fundamental_concepts.html)
