asgardpy.stats.utils module

Module containing additional utility functions for selecting a preferred model.

asgardpy.stats.utils.copy_target_config(aa_config_1, aa_config_2)[source]

From aa_config_1 update information in aa_config_2.

asgardpy.stats.utils.fetch_all_analysis_fit_info(main_analysis_list, spec_models_list)[source]

For a list of spectral models, with the AsgardpyAnalysis run till the fit step, get the relevant information for testing the model preference.

asgardpy.stats.utils.get_model_config_files(select_model_tags)[source]

From the default model templates, select some.

asgardpy.stats.utils.tabulate_best_fit_stats(spec_models_list, fit_success_list, main_analysis_list, list_rel_p)[source]

For a list of spectral models, tabulate the best fit information.