JeschkeLab / DeerLab-Matlab

Data analysis and method development toolbox for dipolar EPR spectroscopy
MIT License
4 stars 2 forks source link

repurpose sensitivan into a global search function #70

Closed luisfabib closed 4 years ago

luisfabib commented 4 years ago

The function which until now we have been calling sensitivan for sensitivity analysis does not provide an actual uncertainty analysis as it explores the parameter fit hyperspace in search of different minima. This is of course not right for the purpose of uncertainty analysis as it should be done on the global minimum not by comparing different local minima.

However, in its current form, sensitivan could be easily be converted into a very general full factorial global search function. Details on its functionality must be thought out.