11.3.8. rheia.POST_PROCESS.post_process.PostProcessUQ.read_distr_file
- PostProcessUQ.read_distr_file(distr_file)
Reads the file with information on the cumulative density function or probability density function.
- Parameters
distr_file (str) – The name of the distribution file.
- Returns
x_val (ndarray) – The values from the PDF or CDF on the quantity of interest.
y_val (ndarray) – The probability density (for the PDF) or cumulative probability (for the CDF).