distribution-zoo
distribution-zoo copied to clipboard
App to view distribution properties and access dynamic code in R, Python, Matlab, Mathematica, Julia and Stan
This is already implemented for Julia.
Work towards #50
C++ has [some random number distributions](https://en.cppreference.com/w/cpp/numeric/random), but not comprehensive list. Furthermore there is no standardised implementation of PDFs. [This repository](https://github.com/fcooper8472/CppRandomNumbers) contains code for Pdf, LogPdf and random sampling, and can...
Also, look at wikipedia for other common properties that are nice to haves...
- [ ] Check implementation of all means and variances by comparing outputs with their known values. - [x] Check that slider values are sensible. For example, all sliders that...
Univariate continuous: - [ ] Ordered logistic - [ ] Skew normal - [ ] Exponentially-modified normal distribution - [ ] Double exponential - [ ] Logistic - [ ]...
- [ ] mean - [ ] standard deviation - [ ] mode - [ ] median - [ ] skewness - [ ] kurtosis - [ ] entropy -...