bahamas.stage_odc_distribution

Attributes

logger

Functions

get_stage_odc_dist(excel_file[, distribution, sheet_name])

Get the distribution of each ODC defect at the given SDLC stage

Module Contents

bahamas.stage_odc_distribution.logger[source]
bahamas.stage_odc_distribution.get_stage_odc_dist(excel_file, distribution='beta', sheet_name='ODC')[source]

Get the distribution of each ODC defect at the given SDLC stage P(Defect type|SDLC Stage) = dist_dict[‘SDLC Stage’][‘Defect type’]

Parameters:
  • excel_file (str) – Filename of the excel file to read in

  • distribution (str, optional) – Type of distribution to use (defaults to “beta”)

  • sheet_name (str, optional) – Name of the sheet with the ODC data (defaults to “ODC”)