hakaru-CS4ZP6 / hakaru

A probabilistic programming language
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Mahmoud #6

Closed mkhattab940 closed 6 years ago

mkhattab940 commented 6 years ago

Added real2int and real2nat coercions to hakaru. Rounding errors need to be resolved

Added functions factorial() and choose() for discrete distributions Adding a bunch of discrete distributions (binomial + transformations) Adding beta distribution transformations (inverse Beta) Adding gamma distribution transformations (inverse Gamma, erlang) Adding some chi distribution transformations (F distribution, T distribution, Cauchy distribution) Adding uniform distribution transformations (triangle, TSP (incomplete), pareto, standard Power, gompertz)