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.
- Timestamp:
-
Sep 17, 2010, 11:08:05 AM (15 years ago)
- Author:
-
Pedro Gea
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
68 | 68 | función de densidad a priori obtenida mediante la ecuación (a*wA+b*wB+c*wC==d) que podemos escribir como: |
69 | 69 | {{{ |
70 | | fvBC(x) = Integrate(fNormal(muB, sigmaB, y) * fNormal(muB, sigmaB, (d-a*x-b*y)/c), {y, -infinite, infinite}) |
| 70 | fvBC(x) = Integrate(fNormal(muB, sigmaB, y) * fNormal(muC, sigmaC, (d-a*x-b*y)/c), {y, -infinite, infinite}) |
71 | 71 | }}} |
72 | 72 | de modo que: |