]> henry.ined.fr Git - .git/log
.git
21 years ago(Module): Insert of a warning if the delay between two waves is
N. Brouard [Fri, 16 May 2003 16:49:47 +0000 (16:49 +0000)]
(Module): Insert of a warning if the delay between two waves is
negative.

21 years ago*** empty log message ***
N. Brouard [Fri, 16 May 2003 10:46:40 +0000 (10:46 +0000)]
*** empty log message ***

21 years ago(Module):
N. Brouard [Fri, 16 May 2003 10:44:42 +0000 (10:44 +0000)]
(Module):

21 years agoimach095 Windows 32 version
N. Brouard [Sat, 3 May 2003 06:57:21 +0000 (06:57 +0000)]
imach095 Windows 32 version

21 years ago*** empty log message ***
N. Brouard [Sat, 3 May 2003 01:19:18 +0000 (01:19 +0000)]
*** empty log message ***

21 years agoSome cleaning
N. Brouard [Sat, 3 May 2003 01:18:24 +0000 (01:18 +0000)]
Some cleaning

21 years agoCheck memory allocation through valgrind on Linux and libnjamd .
N. Brouard [Fri, 2 May 2003 18:51:41 +0000 (18:51 +0000)]
Check memory allocation through valgrind on Linux and libnjamd .
So it is free of malloc bugs now!
Version 0.95

22 years ago*** empty log message ***
N. Brouard [Wed, 9 Apr 2003 13:22:39 +0000 (13:22 +0000)]
*** empty log message ***

22 years agoIn freqsummary, the observed prevalence is now computed from all the
Agnès Lièvre [Tue, 8 Apr 2003 14:06:50 +0000 (14:06 +0000)]
In freqsummary, the observed prevalence is now computed from all the
waves and the bug in the forecasting routine is corrected. We can
forecast prevalence if ncov=0.

22 years ago(Module): In version up to 0.92 likelihood was computed
N. Brouard [Fri, 28 Mar 2003 13:33:56 +0000 (13:33 +0000)]
(Module): In version up to 0.92 likelihood was computed
as if date of death was unknown. Death was treated as any other
health state: the date of the interview describes the actual state
and not the date of a change in health state. The former idea was
to consider that at each interview the state was recorded
(healthy, disable or death) and IMaCh was corrected; but when we
introduced the exact date of death then we should have modified
the contribution of an exact death to the likelihood. This new
contribution is smaller and very dependent of the step unit
stepm. It is no more the probability to die between last interview
and month of death but the probability to survive from last
interview up to one month before death multiplied by the
probability to die within a month. Thanks to Chris
Jackson for correcting this bug.  Former versions increased
mortality artificially. The bad side is that we add another loop
which slows down the processing. The difference can be up to 10%
lower mortality. Version 0.93

22 years ago(Module): In version up to 0.92 likelihood was computed
N. Brouard [Fri, 28 Mar 2003 13:32:54 +0000 (13:32 +0000)]
(Module): In version up to 0.92 likelihood was computed
as if date of death was unknown. Death was treated as any other
health state: the date of the interview describes the actual state
and not the date of a change in health state. The former idea was
to consider that at each interview the state was recorded
(healthy, disable or death) and IMaCh was corrected; but when we
introduced the exact date of death then we should have modified
the contribution of an exact death to the likelihood. This new
contribution is smaller and very dependent of the step unit
stepm. It is no more the probability to die between last interview
and month of death but the probability to survive from last
interview up to one month before death multiplied by the
probability to die within a month. Thanks to Chris
Jackson for correcting this bug.  Former versions increased
mortality artificially. The bad side is that we add another loop
which slows down the processing. The difference can be up to 10%
lower mortality.

22 years agoPreforecast routine cleaned. Change of notation, comments added.
N. Brouard [Wed, 5 Feb 2003 12:40:38 +0000 (12:40 +0000)]
Preforecast routine cleaned. Change of notation, comments added.
Version 0.92

22 years ago*** empty log message ***
N. Brouard [Tue, 4 Feb 2003 20:55:29 +0000 (20:55 +0000)]
*** empty log message ***

22 years agoCorrection of initialisations in case of several death states.
Agnès Lièvre [Tue, 4 Feb 2003 12:40:59 +0000 (12:40 +0000)]
Correction of initialisations in case of several death states.

22 years agoFixed probability of death over estepm months. We don't calculate the
N. Brouard [Tue, 28 Jan 2003 17:41:19 +0000 (17:41 +0000)]
Fixed probability of death over estepm months. We don't calculate the
probability of death over a year anymore. Fix estepm as 12 and you
will get it.

22 years agoI changed some comments
N. Brouard [Tue, 28 Jan 2003 17:23:35 +0000 (17:23 +0000)]
I changed some comments

22 years agoCorrection of bug related to the covariates
Agnès Lièvre [Wed, 11 Dec 2002 16:58:19 +0000 (16:58 +0000)]
Correction of bug related to the covariates

22 years agoExtrapolation doesn't seem to work fine, so we decided to use
Agnès Lièvre [Thu, 21 Nov 2002 08:46:21 +0000 (08:46 +0000)]
Extrapolation doesn't seem to work fine, so we decided to use
interpolation only ie at the cost of an additional matrix product if
the bias, bbh, is positive, in order to make it negative
(interpolation).
We keep other methods mle=4 no adjustment for bias, mle=3 inter-extra
exponential, mle=2 inter-extra linear.

22 years agoTrying a linear interpolation extrapolation in the computing of
Agnès Lièvre [Wed, 20 Nov 2002 17:35:59 +0000 (17:35 +0000)]
Trying a linear interpolation extrapolation in the computing of
likelihood for large stepm.

22 years agojust a sign error in mlikeli
N. Brouard [Wed, 20 Nov 2002 07:56:21 +0000 (07:56 +0000)]
just a sign error in mlikeli

22 years agomle=1 corrects bias
N. Brouard [Tue, 19 Nov 2002 14:08:13 +0000 (14:08 +0000)]
mle=1 corrects bias
mle=2 no correction

22 years agoAllocation bug
N. Brouard [Tue, 19 Nov 2002 00:17:38 +0000 (00:17 +0000)]
Allocation bug

22 years agoMajor change: likelihood is modified in order to unbiased the duration
N. Brouard [Mon, 18 Nov 2002 23:01:13 +0000 (23:01 +0000)]
Major change: likelihood is modified in order to unbiased the duration
between 2 waves which is rounded (biased) to the nearest multiple of
stepm.
Some cleaning of the code. Many allocations were not freed correctly.

22 years agoComments added and corrections in routine moving average done.
Agnès Lièvre [Fri, 26 Jul 2002 12:29:55 +0000 (12:29 +0000)]
Comments added and corrections in routine moving average done.

22 years ago*** empty log message ***
Agnès Lièvre [Thu, 25 Jul 2002 07:37:44 +0000 (07:37 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Agnès Lièvre [Wed, 24 Jul 2002 17:28:25 +0000 (17:28 +0000)]
*** empty log message ***

22 years agoBug in ***movingaverage
Agnès Lièvre [Wed, 24 Jul 2002 17:00:55 +0000 (17:00 +0000)]
Bug in ***movingaverage

22 years agomobilav can be 3, 5 or 7 instead of only 1 (which defaults to 5).
N. Brouard [Wed, 24 Jul 2002 09:07:45 +0000 (09:07 +0000)]
mobilav can be 3, 5 or 7 instead of only 1 (which defaults to 5).

22 years ago*** empty log message ***
N. Brouard [Wed, 24 Jul 2002 00:00:08 +0000 (00:00 +0000)]
*** empty log message ***

22 years agoMoving average of observed prevalence moved
N. Brouard [Tue, 23 Jul 2002 23:59:37 +0000 (23:59 +0000)]
Moving average of observed prevalence moved

22 years agoSome improvments
N. Brouard [Fri, 19 Jul 2002 18:49:30 +0000 (18:49 +0000)]
Some improvments

22 years agoSome errors corrected in diagonalisation of covariance-matrice
N. Brouard [Fri, 19 Jul 2002 12:22:25 +0000 (12:22 +0000)]
Some errors corrected in diagonalisation of covariance-matrice

22 years ago*** empty log message ***
N. Brouard [Wed, 26 Jun 2002 23:25:02 +0000 (23:25 +0000)]
*** empty log message ***

22 years agoChanges in the htm file.
Agnès Lièvre [Thu, 20 Jun 2002 14:03:39 +0000 (14:03 +0000)]
Changes in the htm file.

22 years agoversion 0.8h
N. Brouard [Mon, 10 Jun 2002 13:12:49 +0000 (13:12 +0000)]
version 0.8h

22 years agoMany changes:
N. Brouard [Mon, 10 Jun 2002 13:12:01 +0000 (13:12 +0000)]
Many changes:
(a) We look at covariance between step probabilities by drawing
confidence interval ellipsoids of two step probabilities pij versus
pkl.
It is done by diagonalizing the inverse of the convariance matrix.

(b) In order to write to the gnuplot file or even to the html file
without using to much memory we are now reopening ficgp and fichtm
with an "append" option each time we need them into the main program.
It is better than keeping matrices in memory until the end.

22 years ago(Module): Add correlation matrix of one-step
N. Brouard [Thu, 30 May 2002 17:44:35 +0000 (17:44 +0000)]
(Module): Add correlation matrix of one-step
probabilities and covariance matrix

22 years agoThe bug in printinghtm is corrected
Agnès Lièvre [Fri, 24 May 2002 16:34:18 +0000 (16:34 +0000)]
The bug in printinghtm is corrected

22 years agoChange version number ot 0.8e
N. Brouard [Fri, 24 May 2002 13:01:48 +0000 (13:01 +0000)]
Change version number ot 0.8e

22 years agoChange of gif to png.
N. Brouard [Fri, 24 May 2002 13:00:54 +0000 (13:00 +0000)]
Change of gif to png.
Clarify some of the outputs.
Add a new graph: pij*YEARM/stepm in order to get pseudo-incidence per
year.

22 years agoChange gif images to png format because of gif copyright.
N. Brouard [Tue, 21 May 2002 18:44:41 +0000 (18:44 +0000)]
Change gif images to png format because of gif copyright.
Change wgnuplot to gnuplot
Correct a small bug

22 years agoVersion 0.8a. Standard deviation of health expectancies eij. Version-0-8a
Agnès Lièvre [Tue, 7 May 2002 15:53:01 +0000 (15:53 +0000)]
Version 0.8a. Standard deviation of health expectancies eij.

23 years ago*** empty log message ***
Agnès Lièvre [Fri, 19 Apr 2002 13:46:19 +0000 (13:46 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Agnès Lièvre [Fri, 5 Apr 2002 15:45:00 +0000 (15:45 +0000)]
*** empty log message ***

23 years agoThe bug in printinghtml is corrected.
Agnès Lièvre [Wed, 3 Apr 2002 12:19:36 +0000 (12:19 +0000)]
The bug in printinghtml is corrected.

23 years agoChanged version to 0.8b
N. Brouard [Fri, 29 Mar 2002 15:31:59 +0000 (15:31 +0000)]
Changed  version to 0.8b

23 years agoEstepm added. We are calculating Life expectancy by interpolating the
N. Brouard [Fri, 29 Mar 2002 15:27:27 +0000 (15:27 +0000)]
Estepm added. We are calculating Life expectancy by interpolating the
survival  function pijx linearly every estepm month. Estepm should be
higher than stepm. It is a new parameter (sorry).

23 years agoVersion used for article20.tex Changes in varevsij.
Agnès Lièvre [Tue, 26 Mar 2002 17:08:39 +0000 (17:08 +0000)]
Version used for article20.tex Changes in varevsij.

23 years agoCHANGE ncov to ncovcol
N. Brouard [Wed, 13 Mar 2002 17:19:16 +0000 (17:19 +0000)]
CHANGE ncov to ncovcol
There was a confusion with older ncov parameter. In fact it was the
number of columns, between id and date of birth, which can be used for
covariates. In the program we use ncovmodel for the real number of
covariates. Version 0.8 !

23 years agoSome cleaning in esij and nhstepm
N. Brouard [Tue, 12 Mar 2002 22:13:38 +0000 (22:13 +0000)]
Some cleaning in esij and nhstepm

23 years agoSupress a bug in esij
N. Brouard [Mon, 11 Mar 2002 14:17:15 +0000 (14:17 +0000)]
Supress a bug in esij

23 years ago0.71a cleaning done
N. Brouard [Sun, 10 Mar 2002 13:43:02 +0000 (13:43 +0000)]
0.71a cleaning done

23 years agoversion 0.71
Agnès Lièvre [Fri, 8 Mar 2002 16:17:42 +0000 (16:17 +0000)]
version 0.71

23 years agoVersion 0.71
Agnès Lièvre [Fri, 8 Mar 2002 16:17:18 +0000 (16:17 +0000)]
Version 0.71

23 years ago*** empty log message ***
Agnès Lièvre [Fri, 8 Mar 2002 16:15:42 +0000 (16:15 +0000)]
*** empty log message ***

23 years agoOutput mle=0 in the Rparameter file so thart clicking on
Agnès Lièvre [Wed, 6 Mar 2002 19:02:50 +0000 (19:02 +0000)]
Output mle=0 in the Rparameter file so thart clicking on
rparameterfil.imach will skip the optimization process.

23 years agoSome improvements in forecasting and the bug relating to agemax is
Agnès Lièvre [Fri, 1 Mar 2002 17:56:23 +0000 (17:56 +0000)]
Some improvements in forecasting and the bug relating to agemax is
corrected.

23 years agoSome changes in population forecasting
Agnès Lièvre [Thu, 28 Feb 2002 17:49:07 +0000 (17:49 +0000)]
Some changes in population forecasting

23 years agoAdd date in the freqsummary file.
Agnès Lièvre [Wed, 27 Feb 2002 15:42:00 +0000 (15:42 +0000)]
Add date in the freqsummary file.

23 years agoCleaning of the main function: gnuplot and html file are now
Agnès Lièvre [Tue, 26 Feb 2002 17:11:54 +0000 (17:11 +0000)]
Cleaning of the main function: gnuplot and html file are now
subroutines; the bug in the forecasting is corrected; the moving
average statement moved to the last command line.

23 years ago*** empty log message ***
Agnès Lièvre [Fri, 22 Feb 2002 18:10:15 +0000 (18:10 +0000)]
*** empty log message ***

23 years agoMerge OK
Agnès Lièvre [Fri, 22 Feb 2002 18:08:30 +0000 (18:08 +0000)]
Merge OK

23 years agoFirst merge between Agn��s and Nicolas!!
N. Brouard [Fri, 22 Feb 2002 17:54:20 +0000 (17:54 +0000)]
First merge between Agn��s and Nicolas!!

23 years agoWindows IMaCh icon added!!!
Agnès Lièvre [Thu, 21 Feb 2002 18:43:47 +0000 (18:43 +0000)]
Windows IMaCh icon added!!!

23 years agoError 108 if stepm is not equal to 1 (month) because forecasting
Agnès Lièvre [Thu, 21 Feb 2002 18:42:24 +0000 (18:42 +0000)]
Error 108 if stepm is not equal to 1 (month) because forecasting
is only possible with a former optimization with a step of one month.

23 years ago*** empty log message ***
Agnès Lièvre [Wed, 20 Feb 2002 18:24:17 +0000 (18:24 +0000)]
*** empty log message ***

23 years agoNew parameter file for version 0.7
Agnès Lièvre [Wed, 20 Feb 2002 18:22:05 +0000 (18:22 +0000)]
New parameter file for version 0.7

23 years agoVersion 0.7
Agnès Lièvre [Wed, 20 Feb 2002 18:18:06 +0000 (18:18 +0000)]
Version 0.7

23 years agoChangeLog added
Agnès Lièvre [Wed, 20 Feb 2002 17:54:39 +0000 (17:54 +0000)]
ChangeLog added

23 years agoindex.htm is now renamed by the parmater filename.htm
Agnès Lièvre [Wed, 20 Feb 2002 17:44:49 +0000 (17:44 +0000)]
index.htm is now renamed by the parmater filename.htm

23 years agoSome changes
Agnès Lièvre [Wed, 20 Feb 2002 17:36:28 +0000 (17:36 +0000)]
Some changes

23 years agoNothing
Agnès Lièvre [Wed, 20 Feb 2002 17:25:35 +0000 (17:25 +0000)]
Nothing

23 years agoPrevalence and forecasting
Agnès Lièvre [Wed, 20 Feb 2002 17:22:01 +0000 (17:22 +0000)]
Prevalence and forecasting

23 years agoForecasting and calculation of the mean date of interview
Agnès Lièvre [Wed, 20 Feb 2002 17:19:10 +0000 (17:19 +0000)]
Forecasting and calculation of the mean date of interview

23 years agoForecasting
Agnès Lièvre [Wed, 20 Feb 2002 17:17:09 +0000 (17:17 +0000)]
Forecasting

23 years agoSome bugs corrected
Agnès Lièvre [Wed, 20 Feb 2002 17:15:02 +0000 (17:15 +0000)]
Some bugs corrected

23 years agoVersion 0.7
Agnès Lièvre [Wed, 20 Feb 2002 17:12:32 +0000 (17:12 +0000)]
Version 0.7
hPijx are now computed for h=1 year instead of 2 years

23 years agoMoving average on cross-sectional prevalences
Agnès Lièvre [Wed, 20 Feb 2002 17:08:52 +0000 (17:08 +0000)]
Moving average  on cross-sectional prevalences

23 years agoForecasting
Agnès Lièvre [Wed, 20 Feb 2002 17:05:44 +0000 (17:05 +0000)]
Forecasting

23 years agoVariance of one-step transitions added and forecasting of prevalences
Agnès Lièvre [Wed, 20 Feb 2002 17:02:08 +0000 (17:02 +0000)]
Variance of one-step transitions added and forecasting of prevalences

23 years agoRemise �� jour du serveur CVS peu de changements
Agnès Lièvre [Wed, 20 Feb 2002 16:57:00 +0000 (16:57 +0000)]
Remise �� jour du serveur CVS peu de changements

23 years agoUpdated to Windows2000: changes in the path name to execute wgnuplot.
Agnès Lièvre [Thu, 17 May 2001 16:07:14 +0000 (16:07 +0000)]
Updated to Windows2000: changes in the path name to execute wgnuplot.

23 years agoChanges in calculation spaces between two waves
Agnès Lièvre [Wed, 9 May 2001 14:25:42 +0000 (14:25 +0000)]
Changes in calculation spaces between two waves

23 years agoChange of index.htm to parameterfile.htm
Agnès Lièvre [Wed, 2 May 2001 18:44:18 +0000 (18:44 +0000)]
Change of index.htm to parameterfile.htm
Version 0.64b

23 years agohanges in Makefile. Some cleaning in .gif and .txt files
Agnès Lièvre [Wed, 2 May 2001 18:21:28 +0000 (18:21 +0000)]
hanges in Makefile. Some cleaning in .gif and .txt files

23 years agoDebug option added.
Agnès Lièvre [Wed, 2 May 2001 17:56:53 +0000 (17:56 +0000)]
Debug option added.

23 years agoChanges index.htm: title, model, ...
Agnès Lièvre [Wed, 2 May 2001 17:54:31 +0000 (17:54 +0000)]
Changes index.htm: title, model, ...

23 years agoAdd age*V1
Agnès Lièvre [Wed, 2 May 2001 17:50:24 +0000 (17:50 +0000)]
Add age*V1

23 years agosome changes index.htm
Agnès Lièvre [Wed, 2 May 2001 17:47:10 +0000 (17:47 +0000)]
some changes index.htm
Version16.

23 years agosuppressing cygwinpath. split directory instead.
Agnès Lièvre [Wed, 2 May 2001 17:42:45 +0000 (17:42 +0000)]
suppressing cygwinpath. split directory instead.
version 15

23 years ago*** empty log message ***
Agnès Lièvre [Wed, 2 May 2001 17:34:41 +0000 (17:34 +0000)]
*** empty log message ***

23 years agoversion 13
Agnès Lièvre [Wed, 2 May 2001 17:21:42 +0000 (17:21 +0000)]
version 13

23 years agohello.c removed
Agnès Lièvre [Wed, 2 May 2001 17:05:40 +0000 (17:05 +0000)]
hello.c removed

24 years agoVersion Rostock: covariable + graphique proba elementaire
Agnès Lièvre [Tue, 13 Mar 2001 18:27:54 +0000 (18:27 +0000)]
Version Rostock: covariable + graphique proba elementaire

24 years agoVersion Rostock: ajout covariable commande model=
Agnès Lièvre [Tue, 13 Mar 2001 18:17:18 +0000 (18:17 +0000)]
Version Rostock: ajout covariable commande model=

24 years agoVersion Rostock: covariables + graphique proba elementaires
Agnès Lièvre [Tue, 13 Mar 2001 18:10:26 +0000 (18:10 +0000)]
Version Rostock: covariables + graphique proba elementaires

24 years agoImport de imach064 start
N. Brouard [Thu, 28 Dec 2000 18:49:56 +0000 (18:49 +0000)]
Import de imach064