CADETProcess.transform.TransformBase.untransform

CADETProcess.transform.TransformBase.untransform#

TransformBase.untransform(x)[source]#

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.