LocScaleTransformationDist.transformation_and_logdet_parametric()# LocScaleTransformationDist.transformation_and_logdet_parametric(value)[source]# Apply location–scale normalization and its log-determinant. Parameters: value (Any) – Input values on the original scale. Return type: tuple[Any, Any] Returns: transf, logdet – Normalized values and corresponding log-determinant.