-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Description
We implemented the logcdf for the general Truncated cases in #6690, but TruncatedNormal is its own distribution and doesn't have a logcdf currently implemented.
We should refactor the logcdf function added in that PR so that we can call it from the logcdf of TruncatedNormal as well as the general Truncated (no point in duplicating the code)
Reported in https://discourse.pymc.io/t/censoring-a-truncated-distribution/13261
twiecki and alazaydin