tinydensR
tinydensR copied to clipboard
A set of RStudio add-ins for playing with distribution parameters and visualizing the resulting probability density and mass functions.
tinydensR
An RStudio add-in for playing with distribution parameters and visualizing the resulting probability density and mass functions.
Installation
# install.packages("remotes")
remotes::install_github("bearloga/tinydensR")
Distributions
- Univariate
- Discrete
- [x] Binomial
- [x] Hypergeometric
- [x] Poisson
- Continuous
- [x] Beta
- [x] Cauchy
- [x] Chi-squared
- [x] Exponential
- [x] Gamma
- [x] Inverse-gamma
- [x] Normal
- [x] Log-Normal
- [x] Student-t
- [x] Weibull
- [x] Exponentiated Weibull
- Discrete
- Multivariate
- Discrete
- [ ] Multinomial
- Continuous
- [ ] Bivariate Normal
- Discrete
Code of Conduct
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.