pymc.distributions.transforms.Chain#

class pymc.distributions.transforms.Chain(transform_list)[source]#

Methods

Chain.__init__(transform_list)

Chain.backward(value, *inputs)

Invert the transformation.

Chain.forward(value, *inputs)

Apply the transformation.

Chain.log_jac_det(value, *inputs)

Construct the log of the absolute value of the Jacobian determinant.

Attributes

param_extract_fn

transform_list

name