\n",
" \n",
"Disclaimer: \n",
" \n",
"The main objective of the Jupyter notebooks is to show how to use the models of the QENS library by\n",
" \n",
"- building a fitting model: composition of models, convolution with a resolution function \n",
"- setting and running the fit \n",
"- extracting and displaying information about the results \n",
"\n",
"These steps have a minimizer-dependent syntax. That's one of the reasons why different minimizers have been used in the notebooks provided as examples. \n",
"But, the initial guessed parameters might not be optimal, resulting in a poor fit of the reference data.\n",
"\n",
"
\n",
" \n",
"The objective of this notebook is to show how to use one of the models of \n",
"the QENSlibrary, sqwJumpSitesLogNormDist, to perform some fits. \n",
"\n",
"scipy.optimize.curve_fit is used for fitting.\n",
"