The models in this Shiny application, which are commonly used in basic statistics courses, aim to help students from various fields understand the main probability distributions.
The models covered are:
- Discrete Uniform Model
- Bernoulli/Binomial Model
- Negative Binomial Model
- Geometric Model
- Poisson Model
- Hypergeometric Model
- Continuous Uniform Model
- Exponential Model
- Normal Model
- Gamma Model
- Beta Model
To access the Shiny application, simply open R, install the shiny and devtools packages if they are not already installed, and run the following command:
# install.packages(c("shiny","devtools"))
shiny::runGitHub("andryas/distShiny")
Alternatively, you can access the Shiny application through this link.
Voilà.