svn+ssh://bugman@.../svn/relax/trunk
........
r25337 | tlinnet | 2014-08-27 14:23:41 +0200 (Wed, 27 Aug 2014) | 12 lines
By using minfx, and the reported Jacobian, it is now possible to get the exact same error estimation as scipy.optimize.leastsq.
The fatal error was to set the weighting matrix with diagonal elements as the error.
There weights are 1/errors**2.
There is though some un-answered questions left.
The Jacobian used, is the direct derivative of the function.
It is not the chi2 derivative Jacobian.
task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting.
........
r25338 | tlinnet | 2014-08-27 17:16:04 +0200 (Wed, 27 Aug 2014) | 3 lines
Fixed naming of functions, to better represent what they do in module of estimating R2eff.
task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting.
........
r25339 | tlinnet | 2014-08-27 17:16:07 +0200 (Wed, 27 Aug 2014) | 5 lines
Implemented the Jacobian of exponential function in Python Code.
This now also gets the same error as leastsq and C code.
task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting.
........
r25340 | tlinnet | 2014-08-27 17:16:09 +0200 (Wed, 27 Aug 2014) | 3 lines
Tried to implement a safety test for linearly-dependent columns in the co-variance matrix.
task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting.
........
r25341 | bugman | 2014-08-27 17:40:27 +0200 (Wed, 27 Aug 2014) | 6 lines
Fixes for the relax_disp.r2eff_estimate user function documentation.
This is to allow the relax manual to compile again as the original documentation was causing LaTeX
failures.
........