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:
-
Jul 27, 2010, 7:45:19 AM (15 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
accepted
-
initial
|
v1
|
|
1 | 1 | AIA 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). |
| 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)}}}. |
3 | 3 | |
4 | 4 | ¿Is this correct? |
5 | 5 | |
6 | | i.e. code:'' |
| 6 | i.e. code: |
| 7 | {{{ |
7 | 8 | Set AIA( |
8 | 9 | SubSer(Gaussian(0,0.5),y2007,y2010), |
… |
… |
|
11 | 12 | 4, |
12 | 13 | 20 |
13 | | ) |
14 | | ;'' |
| 14 | ); |
| 15 | }}} |
15 | 16 | |
16 | 17 | Thank you. |