Next: Calculating p-values, Previous: Implementing Models, Up: Top [Contents]
To fit a given model you first have to specify the experimental inputs
for your fit and then determine the best-fit parameters by minimising
the chi-square function. Both can be done with the myfitter::Fitter
class, which is declared in myfitter/fitter.hpp.
• Specifying Experimental Inputs | ||
• Non-linear Constraints | ||
• Minimising the chi-square Function | ||
• Finding the Right Starting Point |