LinkSpec.original_scale_transform#

abstractmethod LinkSpec.original_scale_transform(variable, target_scale)[source]#

Transform a model variable to the original (response) scale.

Parameters:
variableXTensorVariable

A model variable in the linear-predictor space.

target_scaleXTensorVariable

The target scaling factor.

Returns:
XTensorVariable

The variable expressed in original scale.