Re: [R] translating function td of package tempdisagg to FORTRAN

2016-06-02 Thread MAURICE Jean - externe
Ouaouh ! Thanks a lot Jean Ce message et toutes les pièces jointes (ci-après le 'Message') sont établis à l'intention exclusive des destinataires et les informations qui y figurent sont strictement confidentielles. Toute utilisation de ce Message non conforme à sa destination, toute diffusio

Re: [R] translating function td of package tempdisagg to FORTRAN

2016-06-02 Thread Berend Hasselman
> On 2 Jun 2016, at 12:41, MAURICE Jean - externe > wrote: > > I am (still) translating long R scripts to FORTRAN to improve speed. My > client deals with river's flow. > > He has datas for each day of a week, we need to 'disaggregate' them to an > hourly base (is that clear ?) . In R, he us

[R] translating function td of package tempdisagg to FORTRAN

2016-06-02 Thread MAURICE Jean - externe
I am (still) translating long R scripts to FORTRAN to improve speed. My client deals with river's flow. He has datas for each day of a week, we need to 'disaggregate' them to an hourly base (is that clear ?) . In R, he uses function td of library tempdisagg with the 'denton-cholette' algorithm.