Author: tlinnet
Date: Fri Jan 16 23:20:13 2015
New Revision: 27213

URL: http://svn.gna.org/viewcvs/relax?rev=27213&view=rev
Log:
Added 'sos' and 'sos_std' as parameter object in relaxation dispersion.

Task #7882 (https://gna.org/task/?7882): Implement Monte-Carlo simulation, 
where errors are generated with width of standard deviation or residuals.

Modified:
    trunk/specific_analyses/parameter_object.py

Modified: trunk/specific_analyses/parameter_object.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/parameter_object.py?rev=27213&r1=27212&r2=27213&view=diff
==============================================================================
--- trunk/specific_analyses/parameter_object.py (original)
+++ trunk/specific_analyses/parameter_object.py Fri Jan 16 23:20:13 2015
@@ -570,6 +570,26 @@
                 py_type = float,
                 set = 'min',
                 grace_string = '\\xc\\S2',
+                err = False,
+                sim = True
+            )
+            self._add(
+                'sos',
+                scope = scope,
+                desc = 'Sums of squared residuals',
+                py_type = float,
+                set = 'min',
+                grace_string = '\\xS\\f{}(y\\si\\N-f(x\\si\\N))\\S2',
+                err = False,
+                sim = True
+            )
+            self._add(
+                'sos_std',
+                scope = scope,
+                desc = 'Standard deviation of sums of squared residuals',
+                py_type = float,
+                set = 'min',
+                grace_string = '\\xs\\f{} sums of squared residuals',
                 err = False,
                 sim = True
             )


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to