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 15 years ago

Last modified 15 years ago

#940 closed defect

AIA returns series with ratio applied — at Version 1

Reported by: cperales Owned by: Víctor de Buen Remiro
Priority: highest Milestone:
Component: Kernel Version: 2.0.1
Severity: blocker Keywords: AIA PulseOut DifEq
Cc: atorre@…, jconde@…

Description (last modified by Víctor de Buen Remiro)

AIA returns series with ratio applied instead pulses when you ask it to find pulses.
The InputDef's description is correct (i.e. @InputDef(0.8000483238833983, RationExpand(y2009m11d14,C,PulseOut))) but the compiled serie inside is the difEq(Ratio,Pulse).

¿Is this correct?

i.e. code:

Set AIA(
  SubSer(Gaussian(0,0.5),y2007,y2010),
  Ration (1-0.8056076456602815*B^7)/(1-0.773530260494357*B+0.02932819395975552*B^2-B^7+0.773530260494357*B^8-0.02932819395975552*B^9),
  SetOfRation(PulseOut),
  4,
  20
);

Thank you.

Change History (1)

comment:1 Changed 15 years ago by Víctor de Buen Remiro

Description: modified (diff)
Status: newaccepted
Note: See TracTickets for help on using tickets.