Commit | Date | |
---|---|---|
[r25350]
by
tlinnet
Added back-end to estimate R2eff errors. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-27 18:06:28 | Tree |
[r25349]
by
tlinnet
Modified systemtest Relax_disp.test_estimate_r2eff() to first do a Grid Search, then minimise and then estimate the errors for R2eff and i0. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-27 18:06:26 | Tree |
[r25348]
by
tlinnet
Added method to automatically perform error analysis on peak heights. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-27 18:06:24 | Tree |
[r25347]
by
tlinnet
Added front-end to the new user function relax_disp.r2eff_err_estimate(), which will estimate the R2eff errors The co-variance matrix can be calculated from the optimised parameters, and the Jacobian. Big care should be taken not to directly trust these results, since the errors are quite different compared to the Monte-Carlo simulations. This implementation, will reach the exact same error estimation as scipy.optimize.leastsq. But with much better control over the data, and insight into the calculations. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-27 18:06:23 | Tree |
[r25346]
by
tlinnet
Removed the user function to estimate the R2eff values and errors with scipy.optimize.leastsq. With the newly implemented Jacobian and Hessian of the exponential decay function, the front-end to This is because minfx is now as fast as scipy.optimize.leastsq, and can estimate the errors from the In addition to that, the covariance can be calculated by QR decomposition. The back-end wilÃl still be kept in place for the coming tim, but could be removed later. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-27 18:06:21 | Tree |
[r25345]
by
bugman
Merged revisions 25344 via svnmerge from ........ |
2014-08-27 16:57:20 | Tree |
[r25344]
by
bugman
Clean up of the declarations in the target_functions.relax_fit C module. The Python list objects are now declared at the start of the functions, and then PyList_New() is |
2014-08-27 16:56:05 | Tree |
[r25343]
by
bugman
Merged revisions 25337-25341 via svnmerge from ........ |
2014-08-27 16:30:15 | Tree |
[r25342]
by
bugman
Merged revisions 25329-25336 via svnmerge from ........ |
2014-08-27 16:26:22 | Tree |
[r25341]
by
bugman
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 |
2014-08-27 15:40:27 | Tree |