Skip to content

Adding fraction contour plots

Alexander Froch requested to merge alfroch-adding-fc-function into master

This MR adds the following:

  • Update plotting_umami documentation (Changing String -> str and so on).
  • Adding new evaluation function GetRejectionPerFractionDict which calculates the rejections for a given working point for all combinations of fraction values for the background classes.
  • Adding a new helper function calculate_fraction_dict which calculates all possible fraction permutations (Check if they add up to 1).
  • Adding unit test for the helper function.
  • Adding documentation how to steer GetRejectionPerFractionDict.
  • Adding new plot type Frac_Contour. The results from GetRejectionPerFractionDict can be plotted for two rejections (if other rejections are present, you need to fix them to a specific value).
  • Adding documentation for new Frac_Contour plot.
  • Adding unit test for new plot type Frac_Contour.
  • Adding new plot type Frac_Contour to the plots produced in the integration test.
Edited by Alexander Froch

Merge request reports