From 048f2989aa345c9f305e235dba587f0b25c63b8c Mon Sep 17 00:00:00 2001 From: pmaresnasarre <p.maresnasarre@tudelft.nl> Date: Fri, 4 Oct 2024 17:46:16 +0200 Subject: [PATCH] update report --- content/GA_1_7/Report.md | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/GA_1_7/Report.md diff --git a/content/GA_1_7/Report.md b/content/GA_1_7/Report.md new file mode 100644 index 00000000..231bccbd --- /dev/null +++ b/content/GA_1_7/Report.md @@ -0,0 +1,41 @@ +# Report for Group Assignment 1.3 + +*[CEGM1000 MUDE](http://mude.citg.tudelft.nl/): Week 1.7, Friday, Oct 18, 2024.* + +_Remember to read the grading and submission instructions in the `README.md` file thoroughly before finalizing your answers in this document!_ + +## Questions + +**Question 1** + +Give a short description of the provided dataset in statistical terms. Visualize the data and choose a parametric distribution function for each variable between the indicated ones: choose between Exponential and Gaussian distribution to model the wave height, and between Uniform and Gumbel. Justify your choice based on the previous description and visualization. + +_You should describe your data with only a few sentences, and be sure to use quantitative information! Refer to that description to choose the parametric distribution function. You can also include some plots that may support your reasoning._ + + +**Question 2** + +Fit and assess the goodness of fit of the selected parametric distribution functions to the dataset. Use (at least) Kolmogorov-Smirnov test and one graphical technique. For the graphical technique, choose between the QQplot and logscale plot. Describe in a few sentences how the chosen parametric distribution functions performs. + +_Remember to use quantitative information!_ + + +**Question 3** + +Propagate the uncertainty through the equation to estimate wave forces, $F_h$, using both observations and simulated samples. Discuss the differences between the two obtained distributions. + +**Question 4** + +Compare the simulated samples and the observations in a scatter plot. What are the differences? Is there anything you could improve in the analysis? + +_Hint: Compute the correlation coefficient between H and T for both the observations and the simulated samples._ + + +**Last Question: How did things go? (Optional)** + +_Use this space to let us know if you ran into any challenges while working on this GA, and if you have any feedback to report._ + +**End of file.** + +<span style="font-size: 75%"> +© Copyright 2024 <a rel="MUDE" href="http://mude.citg.tudelft.nl/">MUDE</a>, TU Delft. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a>. \ No newline at end of file -- GitLab