TransformationDist.transformation_and_logdet_spline()

TransformationDist.transformation_and_logdet_spline()#

TransformationDist.transformation_and_logdet_spline(value)[source]#

Apply spline transformation with centering/scaling and compute logdet.

Parameters:

value (Any) – Input values.

Return type:

tuple[Any, Any]

Returns:

A pair of transformed values and the corresponding log determinant.