CADETProcess.transform.AutoTransform.untransform

CADETProcess.transform.AutoTransform.untransform#

AutoTransform.untransform(x)#

Transform the output parameter space to the input parameter space.

Applies the transformation function _untransform to x after performing output bounds checking. If the transformed value exceeds the input bounds, an error is raised.

Parameters:
x{float, array}

Output parameter values.

Returns:
{float, array}

Transformed parameter values.