You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More generally, we could also allow arbitrary censoring binning encoding of the form x[(x > lower) & (x < upper)] = encoding, but that would require a different logprob definition.
The text was updated successfully, but these errors were encountered:
ricardoV94
changed the title
Support clip censoring via set_subtensor
Support arbitrary censoring via set_subtensorOct 19, 2022
As the TODO comment describes, those types of graphs can be equivalent to clipping for the purpose of logprobs
aeppl/aeppl/truncation.py
Lines 25 to 27 in 2581f56
More generally, we could also allow arbitrary censoring binning encoding of the form
x[(x > lower) & (x < upper)] = encoding
, but that would require a different logprob definition.The text was updated successfully, but these errors were encountered: