Statistic function in DatCh
The third parametrer of DatCh function is a Code, an statistic code used to
apply to the Series between two dates, i.e. TOL function defined SumS(Serie
ser[, Date datIni, Date datEnd]). When someone wants to use DatCh with an
un-TOL-defined function, it has to be created with 3 parameters: Series ser,
Date datIni, Date datEnd so DatCh can use it properly.
My proposals are:
1.- Add this comment to DatCh Description so users can know how to manage DatCh
function.
2.- When the Code used as 3th parameter is user-defined and has no the required
structure Real _CodeName_(Serie ser, Date datIni, Date datEnd), TOL should show
an ERROR message reporting this specific error.
Thanks.
Change History (3)
Owner: |
changed from danirus to Víctor de Buen Remiro
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
bug_file_loc: |
→ http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000340
|
Both proposal has been accepted and bug has been fixed in CVS.
Thanks to report it.