Opened 15 years ago
Last modified 15 years ago
#940 closed defect
AIA returns series with ratio applied — at Initial Version
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
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*B7)/(1-0.773530260494357*B+0.02932819395975552*B2-B7+0.773530260494357*B8-0.02932819395975552*B9),
SetOfRation(PulseOut),
4,
20
)
;
Thank you.