Alessandro Galletto
1/1/2020
I've wanted to see the normal distribution and I was curios for the seed functionality how changes the histogram. I order to have results reproducibility it is needed to have random variables but not so random and setting seed is basic. The web app is very simple but helps to visualize the normal distribution and also the impact of the different paramers.
Paramemeters used:
set.seed(7)
Example of the default histogram when the shiny app start with a seed=7