An open API service indexing awesome lists of open source software.

https://github.com/francescocoding/tsunami-damage-prediction-model

🌊 Probabilistic model that allows you to calculate the amount of damage (GBP) a tsunami can cause, given its characteristics.
https://github.com/francescocoding/tsunami-damage-prediction-model

Last synced: 4 months ago
JSON representation

🌊 Probabilistic model that allows you to calculate the amount of damage (GBP) a tsunami can cause, given its characteristics.

Awesome Lists containing this project

README

        

# Tsunami Damage Prediction Model 🌊
### Probabilistic model that calculates damage (GBP) caused by tsunamis, given their characteristics.
This project required me to formulate, research and present a mathematical and probabilistic model of attributes relating to a computer simulation with a team of 4 (me included) people.

In this team project, I had to choose, research and define a set of random variables representing a problem feature within a computer-based simulation of a real-life system or phenomenon.

For each random variable, we had to construct an appropriate probabilistic model of the distribution of values that the variable can take and to implement a means in R of randomly generating values for each variable;

Most of the RGN properties created in this model are based on the historical tsunamis dataset you find in this repo [Dataset >](https://github.com/FrancescoCoding/Tsunami-Damage-Prediction-Model/blob/main/tsunami_dataset.csv).

### This team project has enabled me to work on several skills, including:
- Coordinating and leading group sessions to coordinate advancement.
- Formulating a **probabilistic model** illustrated by random samples that accurately match the corresponding model.
- Research and define each attribute of the model rigorously and combined them in a coherent manner.
- Utilizing ggPlot2 for visualizing data
- Utilizing the team management **Agile** framework including:
- A **Sprint Planning** meeting at the start of each team session
- One or more **Scrum meetings** throughout the sessions to communicate progress and coordinate activity
- A **Sprint Review** meeting at the end of the session before each member leaves

## Some of the implementations of the damage prediction model:

### Water Depth
![Water depth](https://abload.de/img/waterdepthrzjqg.png)

### Predicting Damage
![Predicting Damage](https://abload.de/img/predictingdamage5ljg9.png)

### Overall Model
![Overall Model](https://abload.de/img/overall_modelvskkl.png)

### Final output with the predicted damage
![Final output](https://abload.de/img/rgnoutputcgk89.png)

### Specific tsunami prediction
![Tsunami prediction](https://abload.de/img/extramgkgh.png)

### Latitudes and Longitudes in the dataset visualized by Magnitude with ggPlot2
![Map chart](https://abload.de/img/22a9b9b2-3cbf-40e4-91i3j85.png)