pymc
pymc copied to clipboard
Allow probability inference for `cast` operations
Description
- float -> float: Do nothing logp wise
- (int/bool) -> float: Do nothing logp wise
- float -> int: Same as
pt.floor(censoring)? - float -> bool: Not supported?