uvex_transients.models.core.parameters.Parameter.transform_latent_to_physical#

Parameter.transform_latent_to_physical(z: FloatArray) → Quantity | FloatArray[source]#

Convert a latent value \(z\) back to the physical value \(x = T^{-1}(z) \cdot x_0\).

Parameters:

z (array_like) – Latent value(s).

Returns:

The corresponding physical value(s), carrying scale’s units if scale is itself a Quantity.

Return type:

Quantity or numpy.ndarray