distribution-zoo icon indicating copy to clipboard operation
distribution-zoo copied to clipboard

App to view distribution properties and access dynamic code in R, Python, Matlab, Mathematica, Julia and Stan

Results 28 distribution-zoo issues
Sort by recently updated
recently updated
newest added

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 -...