Opened 13 years ago
Last modified 13 years ago
#1531 assigned defect
Fechas de fin de series en algunas funciones de stdlib -->_serie.tol
Reported by: | jmarinero | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Mantainance |
Component: | Kernel | Version: | 2.0.1 |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by )
Algunas funciones del archivo funser de stdlib (por ejemplo: intervaltrend()) tienen metida a capón una fecha de fin de serie que resulta ser y2010. Dichas funciones no funcionan actualmente
Un ejemplo:
////////////////////////////////////////////////////////////////////////////// Serie IntervalTrend(TimeSet indTrend, TimeSet fdo, Date iniDate) ////////////////////////////////////////////////////////////////////////////// { Serie ind = SubSer(CalInd(indTrend,fdo),iniDate,y2010); Serie acum = DifEq(1/(1-B),ind); TimeSet int = Succ(indTrend,1) - indTrend; Serie fin = DatCh(acum, int, FirstS); Serie sust = InvCh(fin,CalInd(W,fdo)); Serie resta = Expand(sust); Serie IntTrend = acum - resta; Serie IntTrend }; //////////////////////////////////////////////////////////////////////////////
Change History (1)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Víctor de Buen Remiro to josp@… |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
Desconozco quién ha escrito estas funciones. Supongo que son heredadas de SADD o algo por el estilo. Habría que localizar al autor y que lo corrigiera porque yo no tengo la menor idea de lo que hacen.