LinkSpec.original_scale_transform#
- abstractmethod LinkSpec.original_scale_transform(variable, target_scale)[source]#
Transform a model variable to the original (response) scale.
- Parameters:
- variable
XTensorVariable A model variable in the linear-predictor space.
- target_scale
XTensorVariable The target scaling factor.
- variable
- Returns:
XTensorVariableThe variable expressed in original scale.