regional_sa

Module offers support for performing basic regional sensitivity analysis. The module can be used to perform regional sensitivity analysis on all uncertainties specified in the experiment array, as well as the ability to zoom in on any given uncertainty in more detail.

ema_workbench.analysis.regional_sa.plot_cdfs(x, y, ccdf=False)

plot cumulative density functions for each column in x, based on the classification specified in y.

Parameters:
  • x (DataFrame) – the experiments to use in the cdfs

  • y (ndaray) – the categorization for the data

  • ccdf (bool, optional) – if true, plot a complementary cdf instead of a normal cdf.

Return type:

a matplotlib Figure instance