Commit | Date | |
---|---|---|
[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 |
[r25409]
by
tlinnet
More locking off values, when trying to use different methods for estimating R2eff err values. 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:06:20 | Tree |
[r25408]
by
tlinnet
Locked values for systemtest test_estimate_r2eff_err, to estimate how the R2eff error estimation reflects on fitted parameters. 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 18:56:47 | Tree |
[r25407]
by
tlinnet
Added digit to print out in R2eff 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-28 18:53:56 | Tree |
[r25406]
by
tlinnet
Modified systemtest verify_estimate_r2eff_err_compare_mc() to first use the direct function Jacobian, and then the chi2 derived Jacobian. This shows the result better. 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 17:58:16 | Tree |
[r25405]
by
tlinnet
Made the user function, which estimates the R2eff errors, use the Jacobian derived from chi2 function. 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 17:58:13 | Tree |