Menu

SVN archive Commit Log


Commit Date  
[r27164] by bugman

Fix for the showing of the spin viewer window in the GUI tests.

The show_tree() method of the main GUI window class was not calling the custom
self.spin_viewer.Show() method, as required to set up the observer objects required to keep the spin
viewer window updated. The value of status.show_gui was blocking this. Instead the show argument
of this Show() method is being set to status.show_gui to allow the method to always be executed.

2015-01-14 14:35:01 Tree
[r27163] by tlinnet

Added test for spin independet error of k_AB.

Bug #23186 (https://gna.org/bugs/index.php?23186): Error calculation of individual parameter "dw" from Monte-Carlo, is based on first spin.

2015-01-14 14:25:07 Tree
[r27162] by tlinnet

Attempt to implement GUI test: --gui-tests General.test_bug_23187_residue_delete_gui

This will NOT catch the error.

bug #23187: (https://gna.org/bugs/index.php?23187): Deleting residue in GUI, and then open spin viewer crashes relax.

2015-01-14 14:20:02 Tree
[r27161] by tlinnet

Added additional test for r2a parameter.

Bug #23186 (https://gna.org/bugs/index.php?23186): Error calculation of individual parameter "dw" from Monte-Carlo, is based on first spin.

2015-01-14 13:55:37 Tree
[r27160] by tlinnet

Added systemtest "Relax_disp.test_bug_23186_cluster_error_calc_dw", which shows the failure of monte carlo simulations error calculations.

Bug #23186 (https://gna.org/bugs/index.php?23186): Error calculation of individual parameter "dw" from Monte-Carlo, is based on first spin.

2015-01-14 13:45:20 Tree
[r27159] by tlinnet

Added save state for test of bug 23186.

Bug #23186 (https://gna.org/bugs/index.php?23186): Error calculation of individual parameter "dw" from Monte-Carlo, is based on first spin.

2015-01-14 13:45:17 Tree
[r27158] by tlinnet

Merged revisions 27155 via svnmerge from
svn+ssh://tlinnet@.../svn/relax/trunk

........
r27155 | tlinnet | 2015-01-07 20:25:09 +0100 (Wed, 07 Jan 2015) | 15 lines

Implemented ordinary_least_squares function the repeated auto-analysis.

Inspection of statistics books, shows that several authors does not recommend using regression through the origin (RTO).

From Joseph G. Eisenhauer: Regression through the Origin
- RTO residuals will usually have a nonzero mean, because forcing the regression line through the origin is generally inconsistent with the best fit.
- R Square measures (for RTO) the proportion of the variability in the dependent variable "about the origin" explained by regression.
This CANNOT be compared to R Square for models which include an intercept.

From "EXPERIMENTAL DESIGN AND DATA ANALYSIS FOR BIOLOGISTS", G. P. QUINN, MICHAEL J. KEOUGH
- minimum observed xi rarely extends to zero, and forcing our regression line through the origin not only involves extrapolating the regression line
outside our data range but also assuming the relationship is linear outside this range (Cade & Terrell 1997, Neter et al. 1996).
- We recommend that it is better to have a model that fits the observed data well than one that goes through the origin but provides a worse fit to the observed data.
- residuals from the no-intercept model no longer sum to zero.
- usual partition of SSTotal into SSRegression and SSResidual doesn’t work.
........

2015-01-12 10:54:35 Tree
[r27157] by bugman

Link fix for the http://www.nmr-relax.com/search.html webpage.

The link to the HTML version of the relax manual at http://www.nmr-relax.com/manual/ was incorrectly
spelt.

2015-01-09 13:18:19 Tree
[r27156] by bugman

More redirects for the relax HTML manual at http://www.nmr-relax.com/manual/index.html.

This is required as the latex2html program used to build the manual has been modified to not
excluded the 'common words' from the page titles (see docs/devel/latex2html/). These redirects are
linked from outside of http://www.nmr-relax.com, as identified by the Google Webmaster Tools.

This is for http://www.nmr-relax.com/manual/The_multi_processor_framework.html.

2015-01-09 13:17:13 Tree
[r27155] by tlinnet

Implemented ordinary_least_squares function the repeated auto-analysis.

Inspection of statistics books, shows that several authors does not recommend using regression through the origin (RTO).

From Joseph G. Eisenhauer: Regression through the Origin
- RTO residuals will usually have a nonzero mean, because forcing the regression line through the origin is generally inconsistent with the best fit.
- R Square measures (for RTO) the proportion of the variability in the dependent variable "about the origin" explained by regression.
This CANNOT be compared to R Square for models which include an intercept.

From "EXPERIMENTAL DESIGN AND DATA ANALYSIS FOR BIOLOGISTS", G. P. QUINN, MICHAEL J. KEOUGH
- minimum observed xi rarely extends to zero, and forcing our regression line through the origin not only involves extrapolating the regression line
outside our data range but also assuming the relationship is linear outside this range (Cade & Terrell 1997, Neter et al. 1996).
- We recommend that it is better to have a model that fits the observed data well than one that goes through the origin but provides a worse fit to the observed data.
- residuals from the no-intercept model no longer sum to zero.
- usual partition of SSTotal into SSRegression and SSResidual doesn’t work.

2015-01-07 19:25:09 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.