CONAN._classes.load_result.make_output_file#
- CONAN._classes.load_result.make_output_file(stat='median', out_folder=None)#
make output model file (‘_*out.dat’) from parameters obtained using different summary statistics on the posterior. if a ‘_*out.dat’ file already exists in the out_folder, it is overwritten (so be sure!!!).
- Parameters:
stat (str, optional) – posterior summary statistic to use for model calculation, must be one of [“median”,”max”,”bestfit”], by default “median”. “max” and “median” calculate the maximum and median of each parameter posterior respectively while “bestfit” is the parameter combination that gives the maximum joint posterior probability.
out_folder (str, optional) – folder to save the output files. Default is None to save in the current result directory.