mailr27213 - /trunk/specific_analyses/parameter_object.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by tlinnet on January 16, 2015 - 23:20:
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
             )




Related Messages


Powered by MHonArc, Updated Sat Jan 17 14:20:02 2015