Domain.domain_to_normalised
- Domain.domain_to_normalised(values: ndarray) ndarray[source]
- Maps from the domain to a distribution in [0, 1]. - Parameters:
- values (np.ndarray) – The domain values to map to [0, 1]. 
- Returns:
- np.ndarray – The mapped/normalised values in [0, 1].