campmc.pl.metric_ecdf#
- campmc.pl.metric_ecdf(values, out_png=None, *, title='Metric ECDF', show=False)[source]#
Save or display an empirical CDF plot for a 1-D metric array.
- Parameters:
- Return type:
Figure|None- Returns:
The figure when
showis false andout_pngis not set; otherwiseNoneafter saving or displaying.
Examples