pymc.logprob.transformed_conditional_logp#

pymc.logprob.transformed_conditional_logp(rvs, *, rvs_to_values, rvs_to_transforms, jacobian=True, **kwargs)[source]#

Thin wrapper around conditional_logprob, which creates a value transform rewrite.

This helper will only return the subset of logprob terms corresponding to rvs. All rvs_to_values and rvs_to_transforms mappings are required.