Diff for /imach/src/ChangeLog between versions 1.69 and 1.72

version 1.69, 2024/04/30 10:58:21 version 1.72, 2024/07/02 09:16:53
Line 1 Line 1
   2024-07-02  Nicolas Brouard  <brouard@ined.fr>
   
           * imach.c (Module): Trying compiling on Linux with clang (instead
           of gcc which is too slow) and lot of warnings suppressed
   
   2024-06-28  Nicolas Brouard  <brouard@ined.fr>
   
           * imach.c (Module): s6 errors with age*age (harmless).
   
   2024-05-12  Nicolas Brouard   <brouard@ined.fr>
   
           * imach.c Version 0.99s5 In fact, the covariance of total life
           expectancy e.. with a partial life expectancy e.j is high,
           therefore the complete matrix of variance covariance has to be
           included in the formula of the standard error of the proportion of
           total life expectancy spent in a specific state:
           var(X/Y)=mu_x^2/mu_y^2*(sigma_x^2/mu_x^2 -2
           sigma_xy/mu_x/mu_y+sigma^2/mu_y^2).  Also an error with mle=-3
           made the program core dump. It is fixed in this version.
   
 2024-04-30  Nicolas Brouard   <brouard@ined.fr>  2024-04-30  Nicolas Brouard   <brouard@ined.fr>
   
         * (Module): In version 0.99s4, we incorporated the calculation of          * (Module): In version 0.99s4, we incorporated the calculation of

Removed from v.1.69  
changed lines
  Added in v.1.72


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>