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

Add deterministic/degenerate distribution #764

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

njtierney
Copy link
Collaborator

This helps facilitate #761

By adding deterministic distribution from TFP: https://www.tensorflow.org/probability/api_docs/python/tfp/distributions/Deterministic

Currently, it is named "deterministic" to match TFP, however this name might change to degenerate, or point mass

In this implementation using it with calculate works, but not MCMC. Need to test how it behaves with mixture, which is one of the main reasons we are adding this distribution

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

Successfully merging this pull request may close these issues.

1 participant