You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a few RVs implemented in PyMC with similar (or simply duplicated) forms in PyTensor. We should move those there / remove to avoid the code duplication.
WaldRV (extra param)
BetaClippedRV (small change in perform)
StudentTRV (duplicated)
WeibullBetaRV (extra param)
The text was updated successfully, but these errors were encountered:
Hi @ricardoV94! If I understand correctly, these RVs have been implemented in PyMC and a similar or the same version has been implemented in PyTensor. Would you prefer moving those there and removing the implementation in PyMC or directly removing these implementations from PyMC?
Description
We have a few RVs implemented in PyMC with similar (or simply duplicated) forms in PyTensor. We should move those there / remove to avoid the code duplication.
The text was updated successfully, but these errors were encountered: