Commit | Date | |
---|---|---|
[r25419]
by
tlinnet
Added systemtest Relax_disp.test_bug_atul_srivastava(), to cathch a bug missing raising a Relax Error, since the setup points to a situation where the data shows it is exponential fitting, but only one time point is added per file. This follows: http://thread.gmane.org/gmane.science.nmr.relax.user/1718 Specifically, data was attached here: |
2014-08-29 08:52:53 | Tree |
[r25418]
by
tlinnet
Added Relax Error, if less than 2 time points is used for exponential curve fitting in R2eff. This follows: http://thread.gmane.org/gmane.science.nmr.relax.user/1718 Specifically, data was attached here: |
2014-08-29 08:52:51 | Tree |
[r25417]
by
bugman
Merged revisions 25403-25415 via svnmerge from ........ |
2014-08-29 08:14:16 | Tree |
[r25416]
by
bugman
Created the model_directory() method for the frame order auto-analysis. This is used to create the full path for saving model specific files. It replaces spaces with |
2014-08-29 08:11:58 | Tree |
[r25415]
by
bugman
Alphabetical ordering of global variable declarations in the target_functions.relax_fit header file. |
2014-08-29 07:18:29 | Tree |
[r25414]
by
bugman
Speed up of the target_functions.relax_fit C module. The variances are now precalculated in the setup() function from the errors, so that the use of the |
2014-08-29 07:16:51 | Tree |
[r25413]
by
bugman
First attempt at properly implementing the target_functions.relax_fit.jacobian() function. This is now the Jacobian of the chi-squared function. A new jacobian_matrix data structure has been |
2014-08-29 07:06:01 | Tree |
[r25412]
by
tlinnet
Various precision fixes for different machine precision. This is in: verify_r1rho_kjaergaard_missing_r1 task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-28 19:58:38 | Tree |
[r25411]
by
tlinnet
Reverted the logic, that the chi2 Jacobian should be used. Instead, the direct Jacobian exponential is used instead. When fitting with the estimated errors from the Direct Jacobian, the results are MUCH better, and comparable task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-28 19:43:13 | Tree |
[r25410]
by
tlinnet
More locking of values. This actually shows, that errors should be estimated from 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-28 19:36:23 | Tree |