Montecarlo Estimation of π

Using Shiny to build an app to estimate π

r
shiny
Published

June 5, 2020

As part of the Data Science Specialization in Data Science, and also as a fun way to learn how to build Shiny apps, I developed this small app that allows the user to determine the value of π with via Montecarlo. The app has several options to control the number of random points, as well as the seed and the size of the circle. If you want to know more about the calculations behind this, check the slides published in RPubs and visit the shiny app in its website. (The app also loads here but may take a while)

Interactive Version

Back to top