CADETProcess.transform.NormLinearTransformer.untransform

CADETProcess.transform.NormLinearTransformer.untransform#

NormLinearTransformer.untransform(x: float | ndarray, significant_digits: int | None = None) float | ndarray#

Transform the output parameter space back to the input parameter space.

Parameters:
xfloat or np.ndarray

Output parameter values.

significant_digitsint, optional

float | np.ndarray of significant figures to which variable can be rounded. If None, variable is not rounded.

Returns:
float or np.ndarray

Transformed parameter values.