Menu

SVN archive Commit Log


Commit Date  
[r25283] by bugman

Fix for the test_dfunc_off_minimum() unit test.

This is the test class test_suite.unit_tests._target_functions.test_relax_fit.Test_relax_fit. The
wrong gradient was being scaled.

2014-08-26 10:47:28 Tree
[r25282] by bugman

Bug fix for the chi-squared gradient calculation in the C module.

The definition of the square() function needed extra brackets so that the 1/error**2 calculation
would be 1/(error*error) rather than the incorrect 1/error*error form.

2014-08-26 10:44:12 Tree
[r25281] by bugman

Increased the printouts for the script for calculating the numerical gradient for an exponential curve.

2014-08-26 10:29:49 Tree
[r25280] by bugman

Fix for the script for calculating the numerical gradient for an exponential curve.

The off-minimum derivative was not correctly calculated.

2014-08-26 10:24:57 Tree
[r25279] by bugman

The exponential curve numeric gradient script now uses only floating point numbers.

This is to avoid integer truncation problems.

2014-08-26 10:20:49 Tree
[r25278] by bugman

Activated parameter scaling of the gradient in the test_dfunc_off_minimum() unit test.

This is the test class test_suite.unit_tests._target_functions.test_relax_fit.Test_relax_fit.

2014-08-26 10:17:23 Tree
[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
calculates the gradient using the scipy.misc.derivative() function both at the minimum and at a
point away from the minimum. The values will be used to construct a unit test to check the C module
implementation.

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
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.