]> henry.ined.fr Git - .git/commitdiff
*** empty log message ***
authorN. Brouard <brouard@ined.fr>
Mon, 6 Jul 2009 08:14:17 +0000 (08:14 +0000)
committerN. Brouard <brouard@ined.fr>
Mon, 6 Jul 2009 08:14:17 +0000 (08:14 +0000)
src/ChangeLog
src/Makefile

index e49f288f0fac233f5744d7d0a7c54f1e424c86fb..c832669e5b4944d78afc84f81085a47c6eef794c 100644 (file)
@@ -1,8 +1,19 @@
+2006-06-30  Brouard Nicolas  <brouard@localhost>\r
+\r
+       * imach.c (Module): Clarifications on computing e.j\r
+\r
 2006-04-28  Brouard Nicolas  <brouard@localhost>\r
 \r
        * imach.c (Module): Yes the sum of survivors was wrong since\r
        imach-114 because nhstepm was no more computed in the age\r
        loop. Now we define nhstepma in the age loop.\r
+       (Module): In order to speed up (in case of numerous covariates) we\r
+       compute health expectancies (without variances) in a first step\r
+       and then all the health expectancies with variances or standard\r
+       deviation (needs data from the Hessian matrices) which slows the\r
+       computation.\r
+       In the future we should be able to stop the program is only health\r
+       expectancies and graph are needed without standard deviations.\r
 \r
 2006-04-04  LIEVRE Agnes  <lievre@PC_00697.ined.fr>\r
 \r
index 8c7fd351d4a5115fd5bf7cfe887ea72fedad217f..7016dc5193d1e256947ade969569e986b8ebfcc7 100644 (file)
@@ -41,6 +41,7 @@ SETUPCOMP= Compil32
 endif
 
 ifdef _linux
+#CFLAGS= -g -DUNIX -DDEBUGHESS
 CFLAGS= -g -DUNIX
 LFLAGS= -g -lm 
 LGSL= -lgsl -lgslcblas