11.3.11. rheia.POST_PROCESS.post_process.PostProcessUQ.get_cdf
- PostProcessUQ.get_cdf(result_dir, objective)
Retrieves the points that define the cumulative density function.
- Parameters
result_dir (str) – The result directory.
objective (str) – The name of the quantity of interest.
- Returns
x (ndarray) – The values from the CDF on the quantity of interest.
y (ndarray) – The cumulative probability.