CDBD: Confidence Distribution Batch Detection Method

To view the ongoing model validations, execute the code in the following notebook paragraphs:

Paragraph 1:

%python

 

z.show( aif.ongoing_model_validation_monthly( osot_end_month = osot_end_month, model_group_name = model_group_name, model_group_scenario_name = model_group_scenario_name, model_id = model_id, monitoring_technique = 'CDBD', n_bins = n_bins, N = N, No_SD = No_SD ) )

 

The output is as shown in the following paragraph:

 

Paragraph 2:

%python

 

z.show( aif.ongoing_model_validation_monthly( osot_end_month = osot_end_month, model_group_name = model_group_name, model_group_scenario_name = model_group_scenario_name, model_id = model_id, monitoring_technique = 'MD', n_bins = n_bins, N = N, No_SD = No_SD ) )

 

The output is as shown in the following paragraph: