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 4 and Version 5 of Piecewise


Ignore:
Timestamp:
Jun 13, 2014, 2:22:58 PM (11 years ago)
Author:
Pedro Gea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Piecewise

    v4 v5  
    3939E(X) = Sum_k(beta_k * P_k(X))
    4040}}}
     41
     42El 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
     48P_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
     54siendo: 0 <: [x_q, x_{q+1}]
     55}}}
     56
    4157
    4258=== Desarrollo del particionamiento del input ===