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.

Opened 17 years ago

Closed 17 years ago

#556 closed defect (fixed)

Bug in DefEq?

Reported by: fjmolina Owned by: rcsoto
Priority: highest Milestone:
Component: TimeSetAlgebra Version: 1.1.6
Severity: minor Keywords: TOL
Cc:

Description

The following script is not working: when I run it, st ends up being empty.

Is it a bug of DefEq?


Serie I = MatSerSet ( Row ( 1, 2 ), Mensual, y2000m01 )[ 1 ];

Ration R = ( 1 - ( 5 / 8 ) * B + ( 1 / 6 ) * B2 ) / ( 1 - ( 5 / 6 ) * B + ( 1 / 6 ) * B2 );

Serie S = SubSer ( Gaussian ( 10000, 1 ), y1990m01d01, y2008m01d01 );

Serie st = DifEq ( Ratio R, Serie S, Serie I );

Change History (3)

comment:1 Changed 17 years ago by Jorge

Keywords: TOL added; Tol-Base removed
product: Tol-BaseTOL

this is a TOL bug

comment:2 Changed 17 years ago by Jorge

Component: UnclassifiedTYPE_Serie

and a "Serie" bug

comment:3 Changed 17 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: newclosed

You are mixing a Mensual dated time serie I and a C dated S and result is correct.
Probably a warning message will be showed to notify of this situation.

Thanks for reporting

Note: See TracTickets for help on using tickets.