Monte Carlo Analysis of Manning’s Equation: A Shiny App
This article is originally published at https://adventuresindata.blogspot.com/Monte Carlo analysis is a great way to explore the impact of input variable uncertainty on the results of engineering equations, and with vector variables and distribution and sampling functions at its core, R is a natural platform for this analysis.
During a recent rainy vacation, I built a Shiny app that applies Monte Carlo analysis to Manning's Equation for open channel flow. You can play with the app here. The slider bars define the upper and lower limits for input variables such as depth and Manning's roughness coefficient, and the Shiny app computes resulting discharge (flow) distributions on the fly displayed via histogram and boxplot. The app uses uniform distributions for input variables, but the script could easily be modified to incorporate other distributions. I was especially impressed with the speed with which R and Shiny recomputed the distributions in reaction to changed input variables. For me this project was an update of an older effort using spreadsheet add-ins. While I will always have a warm place in my heart for Crystal Ball, R's natural fit to Monte Carlo analysis and unlimited plotting capabilities have me excited to do more.
Thanks for visiting r-craft.org
This article is originally published at https://adventuresindata.blogspot.com/
Please visit source website for post related comments.