version 1.69, 2024/04/30 10:58:21
|
version 1.74, 2024/07/08 14:25:11
|
Line 1
|
Line 1
|
|
2024-07-08 Nicolas Brouard <brouard@ined.fr> |
|
|
|
* imach.c (Module): Some bug fixes: in drawings when age*age is |
|
included in the model as well as with quantitative variables. |
|
|
|
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): fixing some bugs in gnuplot and quantitative |
|
variables, but not completely solved |
|
|
|
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 |