Domain.normalised_to_domain

Domain.normalised_to_domain(values: ndarray) ndarray[source]

Maps from a distribution in [0, 1] to the domain.

Parameters:

values (np.ndarray) – Values in [0, 1] to map to the domain.

Returns:

np.ndarray – The mapped values in the domain.