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:
-
May 7, 2011, 9:40:07 PM (14 years ago)
- Author:
-
Jorge
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
- Property Cc cperez@… palmagro@… added
-
initial
|
v1
|
|
2 | 2 | |
3 | 3 | Also is attached a test.tol |
| 4 | |
| 5 | {{{ |
| 6 | Serie S1 = SubSer( CalInd( W, Daily ), y2010, y2011m12 ); |
| 7 | Set Include( "VC1.C56.22_data.oza" ); |
| 8 | Serie S2 = SubSer( CalInd( W, Daily ), y2010, y2011m12 ); |
| 9 | Serie S3 = S2 - S1; |
| 10 | Real check = MaxS( S3 ); |
| 11 | WriteLn( "check must be 0 and it is " << check ); |
| 12 | }}} |
| 13 | |
| 14 | S1 is 0 as expected but S2 is 1 on every 21 of each month. |
| 15 | |