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 7 and Version 8 of Combinations


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Combinations

    v7 v8  
    207207{{{
    208208fvBC(x) = Integrate(fNormal(muB, sigmaB, y) * fNormal(muB, sigmaB, (d-a*x-b*y)/c), {y, -infinite, infinite})
    209 }}}:
     209}}}
    210210de modo que:
    211211{{{
     
    223223}}}
    224224
    225 Se puede comprobar que esta solución es coherente con el resultado del ejemplo anterior y para los valores:
    226 {{{
    227 a=1
    228 b=-1
    229 c=0
    230 d=0
    231 }}}
    232 se obtiene:
     225Se puede comprobar que esta solución es coherente con el resultado del ejemplo anterior. Usando los valores:
     226a=1, b=-1, c=0 y d=0 se obtiene:
    233227{{{
    234228muA_BC = (- muB * sigmaA**2 + muA * sigmaB**2) / (sigmaA**2 + sigmaB**2)