|
Mujpy /
B1Many run single group sequential fit
This is the flow of information in mujpy to produce the fit by dashboard, containing a dict, is the same json file as in A1 single run single group. Likewise also the following methods reamin the same aux int2min produces the minuit list of guess parameter values aux int2_method_key takes care of passing the right parameter to the right component method. aux mint2int translates back best fit values to component parameters mumodel _load_data_ preloads time, asymmetry and asymmetry errors, methods and key lists, alpha. The last is deprecated, only needed for linear "da" corrections. mumodel _chisquare_ is the cost function. mumodel _add_single_ assigns the correct parameters to each component, calculated from the Minuit array of parameters
Minuit
|