Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 981 Bytes

README.md

File metadata and controls

39 lines (32 loc) · 981 Bytes

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
      • Binomial
      • Hypergeometric
      • Poisson
    • Continuous
      • Beta
      • Cauchy
      • Chi-squared
      • Exponential
      • Gamma
      • Inverse-gamma
      • Normal
      • Log-Normal
      • Student-t
      • Weibull
      • Exponentiated Weibull
  • Multivariate
    • Discrete
      • Multinomial
    • Continuous
      • Bivariate Normal

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.