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.

Changes between Initial Version and Version 1 of Ticket #940


Ignore:
Timestamp:
Jul 27, 2010, 7:45:19 AM (15 years ago)
Author:
Víctor de Buen Remiro
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #940

    • Property Status changed from new to accepted
  • Ticket #940 – Description

    initial v1  
    11AIA returns series with ratio applied instead pulses when you ask it to find pulses.
    2 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).
     2The !InputDef's description is correct (i.e. {{{@InputDef(0.8000483238833983, RationExpand(y2009m11d14,C,PulseOut)))}}} but the compiled serie inside is the {{{difEq(Ratio,Pulse)}}}.
    33
    44¿Is this correct?
    55
    6 i.e. code:''
     6i.e. code:
     7{{{
    78Set AIA(
    89  SubSer(Gaussian(0,0.5),y2007,y2010),
     
    1112  4,
    1213  20
    13 )
    14 ;''
     14);
     15}}}
    1516
    1617Thank you.