CONAN._classes.load_result.make_output_file
===========================================

.. py:method:: 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!!!).

   :param stat: 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.
   :type stat: str, optional
   :param out_folder: folder to save the output files. Default is None to save in the current result directory.
   :type out_folder: str, optional

