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:
-
Aug 25, 2010, 12:03:34 PM (14 years ago)
- Author:
-
Pedro Gea
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v8
|
v9
|
|
238 | 238 | cuyos parámetros se pueden escribir como: |
239 | 239 | {{{ |
240 | | muX_post = (x * (Dm + x*muX) * sigmaX**2 + muX * (S2 - (X*sigmaX)**2)) / (S2) |
| 240 | muX_post = (x * (Dm + x*muX) * sigmaX**2 + muX * (S2 - (x*sigmaX)**2)) / (S2) |
241 | 241 | sigmaX_post = sigmaX * Sqrt(S2 - (x*sigmaX)**2) / Sqrt(S2) |
242 | 242 | }}} |
… |
… |
|
244 | 244 | {{{ |
245 | 245 | S2 := (a*sigmaA)**2 + (b*sigmaB)**2 + (c*sigmaC)**2 |
246 | | Dm := d-a*muA-b*muB-c*muC |
| 246 | Dm := d -a*muA - b*muB - c*muC |
247 | 247 | }}} |
248 | 248 | sustituyendo 'x' y 'X' por 'a', 'b' o 'c' y 'A', 'B' o 'C' respectivamente. |