The main purpose of this small app is an educational one: To help the user understand the influence of various probability distribution parameters on the appearance and behavior of their corresponding pdf/pmf and cdf functions.
Apart from that, it demonstrates the connection between a scaled histogram (which sums up to 1) and the corresponding pdf for every distribution of the Gallery. This proves to younger students the very essence of any pdf as a probability density measure and it verifies the validity of R's random number generators.
Finally, this app features a numerical and a graphical probability calculator. Those extra components help the user to do some quick calculations and see graphically the implied mathematical connections between the two functions (pdf and cdf).
Project Files (ui.R, server.R, index.html, index.Rmd)
You may review the files developed for this app and its associated documentation at
the following github branch: Developing Data Products Project Files.
Please use Chrome as your default browser for the link to work properly.