Commit | Date | |
---|---|---|
[r25277]
by
bugman
Fixes for the target_functions.relax_fit C module unit tests. All values are now set to floats to avoid integer division issues. |
2014-08-26 10:14:28 | Tree |
[r25276]
by
bugman
Created a unit test to check the dfunc() function of the relax_fit C module off the minimum. |
2014-08-26 10:10:46 | Tree |
[r25275]
by
bugman
Added a script and log file for calculating the numerical gradient for an exponential curve. This uses the data at http://thread.gmane.org/gmane.science.nmr.relax.devel/6807/focus=6840 and |
2014-08-26 10:06:18 | Tree |
[r25274]
by
tlinnet
Added several comments to the R2 eff estimate module. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-26 09:47:24 | Tree |
[r25273]
by
bugman
The relax_fit C module unit tests now check if the parameter scaling is functional. |
2014-08-26 09:39:01 | Tree |
[r25272]
by
bugman
Created 2 unit tests for the target_functions.relax_fit relax C module. These check the func() and dfunc() Python methods exposed by the module. |
2014-08-26 09:35:25 | Tree |
[r25271]
by
tlinnet
Big cleanup of estimate R2eff module. This is to make the documentation more easy to read and understand. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-26 09:21:36 | Tree |
[r25270]
by
bugman
The I0 and R parameter indices are now defined in the target_function/relax_fit.h header file. This is to abstract the exponential curve parameter indices even more. |
2014-08-26 09:16:02 | Tree |
[r25269]
by
bugman
The parameter index is now passed into exponential_dI0() and exponential_dR(). This is for the relaxation curve-fitting C module so that the indices are not hardcoded. |
2014-08-26 09:09:30 | Tree |
[r25268]
by
bugman
Modified all of the exponential curve functions and gradients in the C target function module. Instead of passing in the parameter vector, now the I0 and R values are passed in separately. This |
2014-08-26 09:07:07 | Tree |