hakaru-dev / hakaru

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

Exponential fix #161

Closed mkhattab940 closed 6 years ago

mkhattab940 commented 6 years ago

Re-implemented the exponential distribution in a better way. This now returns prob type as it should.

Added return types for exponential and other related distributions