https://github.com/bearloga/tinydensr
A set of RStudio add-ins for playing with distribution parameters and visualizing the resulting probability density and mass functions.
https://github.com/bearloga/tinydensr
Last synced: about 1 year ago
JSON representation
A set of RStudio add-ins for playing with distribution parameters and visualizing the resulting probability density and mass functions.
- Host: GitHub
- URL: https://github.com/bearloga/tinydensr
- Owner: bearloga
- Created: 2016-07-06T18:24:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T17:43:13.000Z (over 6 years ago)
- Last Synced: 2025-03-24T13:44:14.760Z (about 1 year ago)
- Language: R
- Homepage:
- Size: 23.4 KB
- Stars: 20
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
# tinydensR
An [RStudio add-in](https://shiny.rstudio.com/articles/gadgets.html) for playing with distribution parameters and visualizing the resulting probability density and mass functions.
## Installation
```R
# 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](https://en.wikipedia.org/wiki/Exponentiated_Weibull_distribution)
- Multivariate
- Discrete
- [ ] Multinomial
- Continuous
- [ ] Bivariate Normal
## Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.