ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change
on this file since 517f3d4 was
386ffe1,
checked in by pkienzle, 10 years ago
|
remove scipy levenburg marquardt and park from ui
|
-
Property mode set to
100644
|
File size:
1.5 KB
|
Rev | Line | |
---|
[36c5910] | 1 | <html> |
---|
| 2 | <body> |
---|
| 3 | |
---|
| 4 | <h4>Simultaneous Fit</h4> |
---|
| 5 | <p> |
---|
| 6 | This fitting option enables to set a number of the constraints between the parameters of fitting(s). |
---|
| 7 | It requires one or more FitPages with a data and a model set for the fitting, |
---|
| 8 | and performs multiple fittings given by the FitPage(s). |
---|
| 9 | </p> |
---|
| 10 | <ul> |
---|
| 11 | <li><a href="#noconstraint">Simultaneous Fit without constraint</a></li> |
---|
| 12 | <li><a href="#constraint">Simultaneous Fit with constraint</a></li> |
---|
| 13 | </ul> |
---|
| 14 | |
---|
| 15 | <h5><a name="noconstraint">Simultaneous Fit without constraint</a></h5> |
---|
| 16 | <p> |
---|
| 17 | Assuming some FitPages are already set up, check the checkboxes of the model_data rows to fit. |
---|
| 18 | And click the 'Fit' button. |
---|
| 19 | The results will return to each FitPages. |
---|
| 20 | <br/>Note that the chi2/Npts returned is the sum of the chi2/Npts of each fits. |
---|
| 21 | If one needs the chi2 value only for a page, click the 'Compute' button in the FitPage to recalculate. |
---|
| 22 | |
---|
| 23 | </p> |
---|
| 24 | |
---|
| 25 | <h5><a name="constraint">Simultaneous Fit with constraint</a></h5> |
---|
| 26 | <p> |
---|
| 27 | Enter constraint in the text control next to <b>constraint fit</b> button. |
---|
| 28 | Constraint should be of type model1 parameter name = f(model2 parameter name)for example, M0.radius=2*M1.radius. |
---|
| 29 | Many constraints can be entered for a single fit.Each of them should be separated |
---|
| 30 | by a newline charater or ";" |
---|
| 31 | The easy setup can generate many constraint inputs easily when the selected two models are the same type. |
---|
| 32 | <br/>Note that the chi2/Npts returned is the sum of the chi2/Npts of each fits. |
---|
| 33 | If one needs the chi2 value only for one fit, click the 'Compute' button in the FitPage to recalculate. |
---|
| 34 | </p> |
---|
| 35 | |
---|
| 36 | </body> |
---|
[386ffe1] | 37 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.