uvex_transients.models.core.parameters.Parameter.transform_physical_to_latent#

Parameter.transform_physical_to_latent(x: PhysicalInput) → FloatArray[source]#

Convert a physical value \(x\) to the latent variable \(z = T(x / x_0)\).

Parameters:

x (Quantity or array_like) – Physical-unit value(s). Must be compatible with scale’s units.

Returns:

The corresponding latent value(s).

Return type:

numpy.ndarray