fix: corriger les majuscules dans les statuts des projets et mettre à jour les descriptions des projets

This commit is contained in:
2026-02-16 20:22:11 +01:00
parent 89a914e130
commit 08fecc5bfa
17 changed files with 110 additions and 90 deletions

View File

@@ -17,16 +17,16 @@ tags:
icon: i-ph-dice-five-duotone
---
This report presents the Monte Carlo Methods Project completed as part of the **Monte Carlo Methods** course at Paris-Dauphine University. The goal was to implement different methods and algorithms using Monte Carlo methods in R.
This report presents the Monte Carlo Methods Project completed as part of the **Monte Carlo Methods** course at Paris-Dauphine University. The goal was to implement a range of Monte Carlo methods and algorithms in R.
## 🛠️ Methods and Algorithms
- Plotting graphs of functions
- Inverse c.d.f. Random Variation simulation
- Accept-Reject Random Variation simulation
- Random Variable simulation with stratification
- Inverse CDF random variation simulation
- Accept-Reject random variation simulation
- Random variable simulation with stratification
- Cumulative density function
- Empirical Quantile Function
- Empirical quantile function
## 📚 Resources