#221 closed defect (fixed)
Problemas con SumS
Reported by: | lalonso | Owned by: | Jorge |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | TimeSetAlgebra | Version: | head |
Severity: | normal | Keywords: | TOL |
Cc: |
Description
Serie s0 = Trend(y2000m09d01,Diario);
Serie s = SubSer(s0,y1994,y2000m09d29)>>CalInd(W,Diario);
Serie ser = IsUnknown(s);
Real numUnk = SumS(ser, y1995m03d01, y2003m12d31);
Tengo el siguiente problema:
si ejecuto las tres primeras líneas todo va correcto, sin embargo al ejecutar las 4,
TOL no calcula bien "ser", pero sí que el SumS vale cero.
Change History (4)
comment:1 Changed 20 years ago by
Resolution: | → later |
---|---|
Status: | new → closed |
comment:2 Changed 19 years ago by
Component: | TOL-tcl → TYPE_Serie |
---|---|
Keywords: | TOL added; Tol-Base removed |
product: | Tol-Base → TOL |
Resolution: | later |
Status: | closed → reopened |
Version: | 1.1.2 → cvs |
reopen
comment:3 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Parece que ha habido un cruce desde otro bug en el comentario de Jorge.
Yo creo que este bug está solucionado ahce tiempo.
comment:4 Changed 18 years ago by
bug_file_loc: | → http://www.tol-project.org |
---|
Note: See
TracTickets for help on using
tickets.
Julio, instead of using NIntegrate try to use IntegrateQAG. IntegrateQAG has the
same interface as NIntegrate. As you can replace NIntegrate we are goint to
change the resolution of this bug to LATER.