Based on the methodology outlined in this research paper I've formulated predictions for the UEFA Euro 2024:
- Gather quoted odds from OddsChecker using
fetchData.py
. - Convert the odds into probabilities and compute aggregated probabilities using
calcProbabilities.R
. - Conduct simulations utilizing a Java program with
probabilities2024xxxx.csv
as input. - Transfer all CSV files to the appropriate directory within the application and review the outcomes via the Shiny app.
You can also access the app on shinyapps.io: https://wittmann.shinyapps.io/UEFA_Euro_2024_Prediction/
Please ensure that you have downloaded the ChromeDriver from here as Step 1 relies on Selenium, and place it in the designated path.