-
Couldn't load subscription status.
- Fork 431
Closed
Description
It would be handy to have a Censored object and corresponding censored function that behaved just like Truncated and truncate, respectively, but for censored data. The implementations would be much the same, with two main differences:
- instead of evaluating the
logpdfof the wrapped distribution at the bounds, they would evaluate itslogcdfat the lower-bound andlogccdfat the upper-bound randwould useclampinstead of rejection sampling
inspired by the addition of Censored to PyMC and this Twitter thread
mschauer and trappmartin
Metadata
Metadata
Assignees
Labels
No labels