calculate_cdf_values# mhm_tools.common.plotter.calculate_cdf_values(values: Sequence[float])[source]# Calculate sorted values and CDF coordinates. Parameters: values (Sequence[float]) – Numeric values to sort. Returns: Sorted values and matching CDF coordinates. Return type: tuple[np.ndarray, np.ndarray]