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:
-
Jun 13, 2014, 2:22:58 PM (11 years ago)
- Author:
-
Pedro Gea
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
39 | 39 | E(X) = Sum_k(beta_k * P_k(X)) |
40 | 40 | }}} |
| 41 | |
| 42 | El particionamiento del input viene dado por: |
| 43 | {{{ |
| 44 | | / x_k -x_{k+1} ,, x<x_k |
| 45 | | k<q -> | x - x_{k+1} ,, x<:[x_k, x_{k+1}] |
| 46 | | \ 0 ,, x>x_{k+1} |
| 47 | | / x_k ,, x<x_k |
| 48 | P_k(x) = <| k==q -> | x ,, x<:[x_k, x_{k+1}] |
| 49 | | \ x_{k+1} ,, x>x_{k+1} |
| 50 | | / 0 ,, x<x_k |
| 51 | | k>q -> | x - x_k ,, x<:[x_k, x_{k+1}] |
| 52 | | \ x_{k+1} - x_k ,, x>x_{k+1} |
| 53 | |
| 54 | siendo: 0 <: [x_q, x_{q+1}] |
| 55 | }}} |
| 56 | |
41 | 57 | |
42 | 58 | === Desarrollo del particionamiento del input === |