pymc-devs / pymc

Bayesian Modeling and Probabilistic Programming in Python
https://docs.pymc.io/
Other
8.47k stars 1.97k forks source link

Add CustomDist as second level header below Distributions in the API #7373

Closed ricardoV94 closed 1 week ago

ricardoV94 commented 1 week ago

Description

Right now is tucked away inside Distribution utilities:

image

We have been pushing for it to be a more common tool, so I would show it immediately one level above. May want to wait for #

ricardoV94 commented 1 week ago

Also we should change the code examples to show the use of dist first before custom random and logp examples