This is a list to keep track of the currently implemented distributions and the ones still missing. - [x] asymmetric_laplace - [x] bernoulli - [x] betabinomial - [x] beta - [x] betascaled - [x] binomial - [x] categorical - [x] cauchy - [x] chi_squared - [x] discrete_uniform - [x] discrete_weibull - [x] exgaussian - [x] exponential - [x] gamma - [x] geometric - [x] gumbel - [x] halfcauchy - [x] halfnormal - [x] halfstudentt - [x] hypergeometric - [x] inversegamma - [x] kumaraswamy - [x] laplace - [x] logistic - [x] logitnormal - [x] loglogistic - [x] lognormal - [x] moyal - [x] negativebinomial - [x] normal - [x] pareto - [x] poisson - [x] rice - [x] scaled_inverse_chi_squared - [x] skewnormal - [x] skew_studentt - [x] studentt - [x] triangular - [x] truncatednormal - [x] uniform - [x] vonmises - [x] wald - [x] weibull - [x] zi_binomial - [x] zi_negativebinomial - [x] zi_poisson - [x] Multivariate Normal - [x] Dirichlet Modifiers (for the moment, we are going to let other libraries like pymc/preliz to handle these) - [ ] ~censored~ - [ ] ~hurdle~ - [ ] ~mixture~ - [ ] ~truncated~ Implemented in PyMC, not PreliZ - [x] PolyaGamma - [x] DirichletMultinomial - [x] Multinomial - [x] MvStudentT - [x] MatrixNormal - [x] Wishart - [ ] LKJCorr - [ ] StickBreakingWeights - [ ] ???
This is a list to keep track of the currently implemented distributions and the ones still missing.
Modifiers (for the moment, we are going to let other libraries like pymc/preliz to handle these)
censoredhurdlemixturetruncatedImplemented in PyMC, not PreliZ