You can submit your "filename MonteCarlo.txt" data for analysis : select the file from download and press execute...
The Python script that is executed from the web page is available on GitHub in the pydmfit package on GitHub
Run on of the following examples or submit your own file below...
During the fitting procedure the program provides a basic estimation of errors/reliabilty of the computed parameters in the right part of the display and at the end of the fitting procedure. These values are not errors strictly speaking, they are related to the latest increment computed by the optimization algorithm.
dmfit also provide a means of carrying out a statistical analysis of the fit and of the stability of the model through a Monte Carlo procedure. The resulting parameters are saved in an ascii file named from the current fitname ("fname MonteCarlo.txt") that can be easily processed in Excell or by other programs.
From the results stored in the "fname MonteCarlo.txt" file generated you can compute the average and standard deviation (sdev) values where the error bar is a multiple of the standard deviation depending of the required confidence level (+/- sdev for a confidence of 68%, +/- 2 sdev for a confidence of 95% see Wikipedia for more.