From f072e9330e271866999b05b1aa3ffedded2bb4b7 Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Mon, 6 Jul 2009 08:14:17 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 11 +++++++++++ src/Makefile | 1 + 2 files changed, 12 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index e49f288..c832669 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,8 +1,19 @@ +2006-06-30 Brouard Nicolas + + * imach.c (Module): Clarifications on computing e.j + 2006-04-28 Brouard Nicolas * imach.c (Module): Yes the sum of survivors was wrong since imach-114 because nhstepm was no more computed in the age loop. Now we define nhstepma in the age loop. + (Module): In order to speed up (in case of numerous covariates) we + compute health expectancies (without variances) in a first step + and then all the health expectancies with variances or standard + deviation (needs data from the Hessian matrices) which slows the + computation. + In the future we should be able to stop the program is only health + expectancies and graph are needed without standard deviations. 2006-04-04 LIEVRE Agnes diff --git a/src/Makefile b/src/Makefile index 8c7fd35..7016dc5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -41,6 +41,7 @@ SETUPCOMP= Compil32 endif ifdef _linux +#CFLAGS= -g -DUNIX -DDEBUGHESS CFLAGS= -g -DUNIX LFLAGS= -g -lm LGSL= -lgsl -lgslcblas -- 2.43.0