close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jul 6, 2009, 4:33:18 PM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
initial
|
v1
|
|
1 | | |
2 | 1 | InterpolaL (from StdLib) works wrong when the original Series only has negative changes and, at least, one no change. Please, see the next example: |
3 | 2 | |
| 3 | {{{ |
4 | 4 | Serie Ser.Qua = SubSer( |
5 | 5 | 100*Pulse(y2009m01d01, Quarterly) + |
… |
… |
|
26 | 26 | SubSer(DifEq(1/(1-B),dNser,sIni),ini,Last(ser)) |
27 | 27 | }; |
| 28 | }}} |