Menu

SVN archive Commit Log


Commit Date  
[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
created for holding the matrix data prior to converting it into a Python list of lists. The
equation used was simply the chi-squared gradient whereby the sum over i has been dropped and the i
elements are stored in the second dimension of matrix.

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
to 2000 Monte-Carlo simulations.

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.
Not, the chi2 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
[r25404] by tlinnet

Cleaned up code in R2eff estimate module, by making each function independent of class.

This is to give a better overview, how the different functions connect together.

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:11 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.