arviz-devs / preliz

Exploring and eliciting probability distributions
https://preliz.readthedocs.io
Apache License 2.0
88 stars 9 forks source link

Add faster Truncated Normal #414

Closed rohanbabbar04 closed 5 months ago

rohanbabbar04 commented 6 months ago

Description

Don't really know why the test_mle in preliz/tests/test_distributions.py is failing, changing it to (-np.inf,np.inf) seems to work...

Checklist

aloctavodia commented 5 months ago

What is the error you are getting for test_mle?