Skip to content
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

Open
Tracked by #7053
ricardoV94 opened this issue Apr 24, 2023 · 7 comments
Open
Tracked by #7053

Implement logcdf for Truncated and Censored distributions #6686

ricardoV94 opened this issue Apr 24, 2023 · 7 comments

Comments

@ricardoV94
Copy link
Member

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

@iykat
Copy link
Contributor

iykat commented Apr 27, 2023

I'd like to help out with this issue.

@ricardoV94
Copy link
Member Author

Sure, let us know if you have any questions.

@shreyas3156
Copy link
Contributor

shreyas3156 commented Apr 27, 2023

@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 :)

@ricardoV94
Copy link
Member Author

What about the Censored ones? Could that still be split?

@shreyas3156
Copy link
Contributor

shreyas3156 commented Apr 27, 2023

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.

@ricardoV94
Copy link
Member Author

@iykat Would that work for you?

@iykat
Copy link
Contributor

iykat commented Apr 27, 2023

@iykat Would that work for you?

Yes, I am happy to work on the Censored ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants