mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-03-16 03:09:44 +01:00
1.2 KiB
1.2 KiB
slug, title, type, description, shortDescription, publishedAt, readingTime, status, tags, icon
| slug | title | type | description | shortDescription | publishedAt | readingTime | status | tags | icon | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| monte-carlo-project | Monte Carlo Methods Project | Academic Project | An implementation of different Monte Carlo methods and algorithms in R, including inverse CDF simulation, accept-reject methods, and stratification techniques. | A project implementing various Monte Carlo methods and algorithms in R. | 2024-11-24 | 3 | Completed |
|
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 a range of Monte Carlo methods and algorithms in R.
🛠️ Methods and Algorithms
- Plotting graphs of functions
- Inverse CDF random variation simulation
- Accept-Reject random variation simulation
- Random variable simulation with stratification
- Cumulative density function
- Empirical quantile function
📚 Resources
You can find the code here: Monte Carlo Project Code