TransformationDist.transformation_and_logdet_parametric()

TransformationDist.transformation_and_logdet_parametric()#

TransformationDist.transformation_and_logdet_parametric(value)[source]#

Apply the parametric transformation and its log determinant.

Parameters:

value (Any) – Input values.

Return type:

tuple[Any, Any]

Returns:

A pair of transformed values and the corresponding log determinant.