aesara-devs / aemcmc

AeMCMC is a Python library that automates the construction of samplers for Aesara graphs representing statistical models.
https://aemcmc.readthedocs.io/en/latest/
MIT License
39 stars 11 forks source link

Add the `uniform` and `t` distributions to the location-scale family #61

Open rlouf opened 2 years ago

rlouf commented 2 years ago

uniform is already available in Aesara, and t will be added in #1211. The change is minimal and consists in adding two facts in transforms.py.