CADETProcess.transform.TransformBase.transform

CADETProcess.transform.TransformBase.transform#

TransformBase.transform(x)[source]#

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.