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:
-
Jun 16, 2009, 10:02:49 AM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
6 | 6 | |
7 | 7 | Serie s1 = SubSer(Gaussian(0,1,C),from,until); |
8 | | Serie s2 = SubSer(0+CalInd(WD(1)+WD(3)+WD(5)+WD(7),C),from,until); |
| 8 | Serie s2 = SubSer(CalInd(WD(1)+WD(3)+WD(5)+WD(7),C),from,until); |
9 | 9 | Serie s3 = IfSer(s2,s1,?); |
10 | 10 | }}} |