CADETProcess.transform.AutoTransform.transform

CADETProcess.transform.AutoTransform.transform#

AutoTransform.transform(x)#

Transform the input parameter space to the output parameter space.

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

Parameters:
x{float, array}

Input parameter values.

Returns:
{float, array}

Transformed parameter values.