#13950: Sage-patchbot improvements
-------------------------------+--------------------------------------------
       Reporter:  robertwb     |         Owner:  mvngu       
           Type:  enhancement  |        Status:  needs_review
       Priority:  major        |     Milestone:  sage-5.7    
      Component:  doctest      |    Resolution:              
       Keywords:               |   Work issues:              
Report Upstream:  N/A          |     Reviewers:              
        Authors:               |     Merged in:              
   Dependencies:               |      Stopgaps:              
-------------------------------+--------------------------------------------

Comment (by vbraun):

 Welch t-test is appropriate, but I don't think this is right:
 {{{
 err = math.sqrt(s1**2 * (n1-1) / n1 + s2**2 * (n2-1) / n2)
 }}}
 The t-value should asymptotically be proportional to sqrt(n), so that more
 samples = more certain that the observed difference is actual effect (if
 sample means and stddevs remain unchanged).

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13950#comment:12>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to