close Warning: Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 8 and Version 9 of Combinations


Ignore:
Timestamp:
Aug 25, 2010, 12:03:34 PM (14 years ago)
Author:
Pedro Gea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Combinations

    v8 v9  
    238238cuyos parámetros se pueden escribir como:
    239239{{{
    240 muX_post = (x * (Dm + x*muX) * sigmaX**2 + muX * (S2 - (X*sigmaX)**2))  / (S2)
     240muX_post = (x * (Dm + x*muX) * sigmaX**2 + muX * (S2 - (x*sigmaX)**2))  / (S2)
    241241sigmaX_post = sigmaX * Sqrt(S2 - (x*sigmaX)**2) / Sqrt(S2)
    242242}}}
     
    244244{{{
    245245S2 := (a*sigmaA)**2 + (b*sigmaB)**2 + (c*sigmaC)**2
    246 Dm := d-a*muA-b*muB-c*muC
     246Dm := d  -a*muA - b*muB - c*muC
    247247}}}
    248248sustituyendo 'x' y 'X' por 'a', 'b' o 'c' y 'A', 'B' o 'C' respectivamente.