Commit | Date | |
---|---|---|
[r25434]
by
tlinnet
Replaced the way to calculate the chi2 Jacobian, for exponential fit in minfx. This is only for the test class, but reuses library code. This should make it much easier in the future to implement chi2 gradient functions to minfx, since it task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-29 13:17:05 | Tree |
[r25433]
by
tlinnet
Tried implementing getting the chi2 gradient, using target_function.chi2.dchi2(). The output seem equal. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-29 13:09:12 | Tree |
[r25432]
by
bugman
Better error checking for the specific_analyses.relax_disp.average_intensity() function. This function would fail with a traceback if a peak intensity error analysis had not yet been |
2014-08-29 12:57:38 | Tree |
[r25431]
by
bugman
Better error checking in the relaxation dispersion overfit_deselect() API method. The model must be set for this procedure to work, and the method now checks that this is the case. |
2014-08-29 12:53:37 | Tree |
[r25430]
by
tlinnet
Removed all references to test values which was received by wrong weighting. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-29 10:45:07 | Tree |
[r25429]
by
tlinnet
Swithced in estimate_r2eff_err() to use the chi2 Jacobian from C code, and Jacobian from python code. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-29 10:40:07 | Tree |
[r25428]
by
tlinnet
Fix to systemtest test_estimate_r2eff_err_methods, after modification of weighting. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-29 10:40:05 | Tree |
[r25427]
by
tlinnet
Fix to weight properly according to if minimising with direct Jacobian or chi2 Jacobian. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-29 10:40:03 | Tree |
2014-08-29 10:10:17 | Tree | |
[r25425]
by
tlinnet
Fix to systemtest: test_estimate_r2eff_err_auto, which now checks the values for the direct Jacobian. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-29 09:51:33 | Tree |