-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement logcdf for Truncated and Censored distributions #6686
Comments
I'd like to help out with this issue. |
Sure, let us know if you have any questions. |
@iykat I had been working on the logcdf implementation of Truncated distributions and I'm about to create a PR. Sorry for not mentioning it in the comments beforehand. Hope you'd be willing to work on the Censored logcdf implementation :) |
What about the Censored ones? Could that still be split? |
I have not begun working on it. If nobody else has too then it can definitely be taken up. |
@iykat Would that work for you? |
Yes, I am happy to work on the Censored ones. |
Description
The CDF for Truncated is just that of the original variable rescaled by the truncation bounds: https://en.wikipedia.org/wiki/Truncated_distribution
The CDF for Censored is also simple.
The two can be tackled in separate PRs
The text was updated successfully, but these errors were encountered: