]> henry.ined.fr Git - .git/log
.git
2 years agoSummary: improvements...
N. Brouard [Wed, 31 Aug 2022 08:23:16 +0000 (08:23 +0000)]
Summary: improvements...

2 years agoSummary: In progress for quantitative
N. Brouard [Thu, 25 Aug 2022 09:08:41 +0000 (09:08 +0000)]
Summary: In progress for quantitative

2 years ago*** empty log message ***
N. Brouard [Sun, 21 Aug 2022 09:37:34 +0000 (09:37 +0000)]
*** empty log message ***

2 years ago*** empty log message ***
N. Brouard [Sun, 21 Aug 2022 09:30:43 +0000 (09:30 +0000)]
*** empty log message ***

2 years ago* src/imach.c (Module): Version 0.99r33 A lot of changes in
N. Brouard [Sun, 21 Aug 2022 09:10:30 +0000 (09:10 +0000)]
* src/imach.c (Module): Version 0.99r33 A lot of changes in
reassigning covariates: my first idea was that people will always
use the first covariate V1 into the model but in fact they are
producing data with many covariates and can use an equation model
with some of the covariate; it means that in a model V2+V3 instead
of codtabm(k,Tvaraff[j]) which calculates for combination k, for
three covariates (V1, V2, V3) the value of Tvaraff[j], but in fact
the equation model is restricted to two variables only (V2, V3)
and the combination for V2 should be codtabm(k,1) instead of
(codtabm(k,2), and the code should be
codtabm(k,TnsdVar[Tvaraff[j]]. Many many changes have been
made. All of these should be simplified once a day like we did in
hpxij() for example by using precov[nres] which is computed in
decoderesult for each nres of each resultline. Loop should be done
on the equation model globally by distinguishing only product with
age (which are changing with age) and no more on type of
covariates, single dummies, single covariates.

2 years agoSummary: Version 0.99r33
N. Brouard [Sun, 21 Aug 2022 09:06:25 +0000 (09:06 +0000)]
Summary: Version 0.99r33

* src/imach.c (Module): Version 0.99r33 A lot of changes in
reassigning covariates: my first idea was that people will always
use the first covariate V1 into the model but in fact they are
producing data with many covariates and can use an equation model
with some of the covariate; it means that in a model V2+V3 instead
of codtabm(k,Tvaraff[j]) which calculates for combination k, for
three covariates (V1, V2, V3) the value of Tvaraff[j], but in fact
the equation model is restricted to two variables only (V2, V3)
and the combination for V2 should be codtabm(k,1) instead of
(codtabm(k,2), and the code should be
codtabm(k,TnsdVar[Tvaraff[j]]. Many many changes have been
made. All of these should be simplified once a day like we did in
hpxij() for example by using precov[nres] which is computed in
decoderesult for each nres of each resultline. Loop should be done
on the equation model globally by distinguishing only product with
age (which are changing with age) and no more on type of
covariates, single dummies, single covariates.

2 years agoSummary: Version 0.99r33
N. Brouard [Sun, 21 Aug 2022 09:03:29 +0000 (09:03 +0000)]
Summary: Version 0.99r33

2 years ago*** empty log message ***
N. Brouard [Sun, 7 Aug 2022 05:40:09 +0000 (05:40 +0000)]
*** empty log message ***

2 years ago*** empty log message ***
N. Brouard [Sat, 6 Aug 2022 07:20:01 +0000 (07:20 +0000)]
*** empty log message ***

2 years agoSummary: last 0.99r31
N. Brouard [Sat, 6 Aug 2022 07:18:25 +0000 (07:18 +0000)]
Summary: last 0.99r31

*  imach.c (Module): Version of imach using partly decoderesult to rebuild xpxij function

2 years ago*** empty log message ***
N. Brouard [Wed, 3 Aug 2022 17:31:35 +0000 (17:31 +0000)]
*** empty log message ***

2 years agoSummary: 0.99r31
N. Brouard [Wed, 3 Aug 2022 17:31:34 +0000 (17:31 +0000)]
Summary: 0.99r31

2 years ago* imach.c (Module): Many errors in graphs fixed with Vn*age covariates.
N. Brouard [Wed, 3 Aug 2022 17:29:54 +0000 (17:29 +0000)]
*  imach.c (Module): Many errors in graphs fixed with Vn*age covariates.

2 years agoSummary: valgrind bug fixed by initializing to zero DummyV as well as Tage
N. Brouard [Wed, 27 Jul 2022 17:40:48 +0000 (17:40 +0000)]
Summary: valgrind bug fixed by initializing to zero DummyV as well as Tage

2 years ago*** empty log message ***
N. Brouard [Wed, 27 Jul 2022 14:50:01 +0000 (14:50 +0000)]
*** empty log message ***

2 years agoSummary: Still a problem for one-step probabilities in case of quantitative variables
N. Brouard [Wed, 27 Jul 2022 14:47:35 +0000 (14:47 +0000)]
Summary: Still a problem for one-step probabilities in case of quantitative variables

2 years agoSummary: some test with nres=1
N. Brouard [Tue, 26 Jul 2022 17:33:55 +0000 (17:33 +0000)]
Summary: some test with nres=1

2 years ago*** empty log message ***
N. Brouard [Mon, 25 Jul 2022 14:29:41 +0000 (14:29 +0000)]
*** empty log message ***

2 years agoSummary: r30
N. Brouard [Mon, 25 Jul 2022 14:29:02 +0000 (14:29 +0000)]
Summary: r30

2 years agoSummary: r30
N. Brouard [Mon, 25 Jul 2022 14:27:23 +0000 (14:27 +0000)]
Summary: r30

* imach.c (Module): Error cptcovn instead of nsd in bmij (was
coredumped, revealed by Feiuno, thank you.

2 years ago*** empty log message ***
N. Brouard [Sat, 23 Jul 2022 17:44:26 +0000 (17:44 +0000)]
*** empty log message ***

2 years agoSummary: r29
N. Brouard [Sat, 23 Jul 2022 17:43:46 +0000 (17:43 +0000)]
Summary: r29

2 years ago*** empty log message ***
N. Brouard [Fri, 22 Jul 2022 12:41:19 +0000 (12:41 +0000)]
*** empty log message ***

2 years ago* imach.c (Module): Output of Wald test in the htm file and not only in the log.
N. Brouard [Fri, 22 Jul 2022 12:30:08 +0000 (12:30 +0000)]
*  imach.c (Module): Output of Wald test in the htm file and not only in the log.

2 years ago* imach.c (Module): Output of Wald test in the htm file and not only in the log.
N. Brouard [Fri, 22 Jul 2022 12:27:48 +0000 (12:27 +0000)]
*  imach.c (Module): Output of Wald test in the htm file and not only in the log.

2 years agoSummary: r28
N. Brouard [Fri, 22 Jul 2022 12:05:33 +0000 (12:05 +0000)]
Summary: r28

2 years agoSummary: r28
N. Brouard [Fri, 22 Jul 2022 12:04:24 +0000 (12:04 +0000)]
Summary: r28

*  imach.c (Module): Output of Wald test in the htm file and not only in the log.

2 years ago*** empty log message ***
N. Brouard [Fri, 22 Jul 2022 12:03:53 +0000 (12:03 +0000)]
*** empty log message ***

2 years ago*** empty log message ***
N. Brouard [Thu, 2 Jun 2022 05:10:11 +0000 (05:10 +0000)]
*** empty log message ***

2 years ago* imach.c (Module): Adding the Wald tests from the log to the main
N. Brouard [Thu, 2 Jun 2022 04:45:11 +0000 (04:45 +0000)]
* imach.c (Module): Adding the Wald tests from the log to the main
htm for better display of the maximum likelihood estimators.

2 years ago*** empty log message ***
N. Brouard [Mon, 30 May 2022 08:28:04 +0000 (08:28 +0000)]
*** empty log message ***

2 years ago* imach.c (Module): Some attempts to find a bug of wrong estimates
N. Brouard [Tue, 24 May 2022 08:10:59 +0000 (08:10 +0000)]
* imach.c (Module): Some attempts to find a bug of wrong estimates
of confidencce intervals with product in the equation modelC

2 years ago*** empty log message ***
N. Brouard [Tue, 24 May 2022 08:09:48 +0000 (08:09 +0000)]
*** empty log message ***

2 years ago* imach.c (Module): Some minor improvements
N. Brouard [Sun, 15 May 2022 15:06:23 +0000 (15:06 +0000)]
* imach.c (Module):  Some minor improvements

2 years agoSummary: r27
N. Brouard [Wed, 11 May 2022 15:11:31 +0000 (15:11 +0000)]
Summary: r27

2 years ago*** empty log message ***
N. Brouard [Wed, 11 May 2022 15:06:32 +0000 (15:06 +0000)]
*** empty log message ***

2 years agoSummary: Test
N. Brouard [Wed, 11 May 2022 15:00:27 +0000 (15:00 +0000)]
Summary: Test

2 years agoSummary: r27
N. Brouard [Wed, 13 Apr 2022 17:52:55 +0000 (17:52 +0000)]
Summary: r27

2 years ago* imach.c (Module): Adding link to text data files
N. Brouard [Wed, 13 Apr 2022 17:43:09 +0000 (17:43 +0000)]
* imach.c (Module): Adding link to text data files

2 years ago*** empty log message ***
N. Brouard [Mon, 11 Apr 2022 16:17:28 +0000 (16:17 +0000)]
*** empty log message ***

2 years ago* imach.c (Module): Error in rewriting the 'r' file with yearsfproj or yearsbproj...
N. Brouard [Mon, 11 Apr 2022 15:57:42 +0000 (15:57 +0000)]
* imach.c (Module): Error in rewriting the 'r' file with yearsfproj or yearsbproj fixed

2 years ago*** empty log message ***
N. Brouard [Mon, 11 Apr 2022 14:59:13 +0000 (14:59 +0000)]
*** empty log message ***

2 years ago*** empty log message ***
N. Brouard [Tue, 5 Apr 2022 21:24:39 +0000 (21:24 +0000)]
*** empty log message ***

2 years ago*** empty log message ***
N. Brouard [Tue, 5 Apr 2022 21:12:39 +0000 (21:12 +0000)]
*** empty log message ***

2 years agoSummary: Fixed quantitative covariates
N. Brouard [Tue, 5 Apr 2022 21:03:51 +0000 (21:03 +0000)]
Summary: Fixed quantitative covariates

  Fixed covariates (dummy or quantitative)
with missing values have never been allowed but are ERRORS and
program quits. Standard deviations of fixed covariates were
wrongly computed. Mean and standard deviations of time varying
covariates are still not computed.

3 years ago*** empty log message ***
N. Brouard [Thu, 17 Mar 2022 09:11:40 +0000 (09:11 +0000)]
*** empty log message ***

3 years ago*** empty log message ***
N. Brouard [Thu, 17 Mar 2022 08:58:13 +0000 (08:58 +0000)]
*** empty log message ***

3 years agoSummary: r25
N. Brouard [Thu, 17 Mar 2022 08:51:26 +0000 (08:51 +0000)]
Summary: r25

3 years agoSummary: 99r25
N. Brouard [Thu, 17 Mar 2022 08:45:53 +0000 (08:45 +0000)]
Summary: 99r25

Improving detection of errors: result lines should be compatible with
the model.

3 years ago*** empty log message ***
N. Brouard [Thu, 17 Mar 2022 08:36:58 +0000 (08:36 +0000)]
*** empty log message ***

3 years agoSummary:IMaCh-0.99r24
N. Brouard [Wed, 16 Mar 2022 12:55:06 +0000 (12:55 +0000)]
Summary:IMaCh-0.99r24

3 years agoSummary: IMaCh-0.99r24
N. Brouard [Tue, 15 Mar 2022 18:43:13 +0000 (18:43 +0000)]
Summary: IMaCh-0.99r24

3 years agoSummary:IMaCh-0.99r24
N. Brouard [Tue, 15 Mar 2022 18:40:36 +0000 (18:40 +0000)]
Summary:IMaCh-0.99r24

3 years agoSummary: Adding symbolic link to imach
N. Brouard [Mon, 24 May 2021 14:06:26 +0000 (14:06 +0000)]
Summary: Adding symbolic link to imach

3 years agoSummary: gnuplot 5.0 for gnulinux too
N. Brouard [Sat, 22 May 2021 15:59:58 +0000 (15:59 +0000)]
Summary: gnuplot 5.0 for gnulinux too

3 years agoSummary: imach.1 added
N. Brouard [Sat, 22 May 2021 15:59:28 +0000 (15:59 +0000)]
Summary: imach.1 added

3 years agoSummary: Version 0.99r24
N. Brouard [Thu, 20 May 2021 12:39:14 +0000 (12:39 +0000)]
Summary: Version 0.99r24

4 years agoSummary: Version 0.99r23
N. Brouard [Wed, 31 Mar 2021 14:11:04 +0000 (14:11 +0000)]
Summary: Version 0.99r23

Bugs in the relsutlines solved

4 years agoSummary: Version 0.99r23
N. Brouard [Wed, 31 Mar 2021 13:13:28 +0000 (13:13 +0000)]
Summary: Version 0.99r23

4 years agoSummary: version 0.99r23
N. Brouard [Wed, 31 Mar 2021 13:12:43 +0000 (13:12 +0000)]
Summary: version 0.99r23

4 years agoSummary: Version 0.99r23
N. Brouard [Wed, 31 Mar 2021 13:11:57 +0000 (13:11 +0000)]
Summary: Version 0.99r23

* imach.c (Module): Still bugs in the result loop. Thank to Holly Benett

4 years agoSummary: 0.99r22 fixed bug on result:
N. Brouard [Mon, 8 Mar 2021 18:11:32 +0000 (18:11 +0000)]
Summary: 0.99r22 fixed bug on result:

4 years ago*** empty log message ***
N. Brouard [Sat, 20 Feb 2021 15:45:47 +0000 (15:45 +0000)]
*** empty log message ***

4 years agoSummary: Version 0.99r21
N. Brouard [Sat, 20 Feb 2021 15:44:02 +0000 (15:44 +0000)]
Summary: Version 0.99r21

* imach.c (Module): Fix bug on quitting after result lines!
(Module): Version 0.99r21

4 years ago*** empty log message ***
N. Brouard [Sat, 20 Feb 2021 15:28:54 +0000 (15:28 +0000)]
*** empty log message ***

4 years ago* imach.c (Module): Fix bug on quitting after result lines!
N. Brouard [Sat, 20 Feb 2021 15:28:30 +0000 (15:28 +0000)]
* imach.c (Module): Fix bug on quitting after result lines!

4 years ago* imach.c (Module): The use of a Windows BOM (huge) file is now an error
N. Brouard [Fri, 12 Feb 2021 11:34:20 +0000 (11:34 +0000)]
* imach.c (Module): The use of a Windows BOM (huge) file is now an error

4 years ago*** empty log message ***
N. Brouard [Fri, 12 Feb 2021 11:33:48 +0000 (11:33 +0000)]
*** empty log message ***

4 years ago* (Module): imach.c Someone entered 'results:' instead of 'result:'. Now it is an...
N. Brouard [Thu, 11 Feb 2021 19:50:15 +0000 (19:50 +0000)]
*  (Module): imach.c Someone entered 'results:' instead of 'result:'. Now it is an error which is printed.

4 years agoSummary: results: instead of result: is now an error which is displayed
N. Brouard [Thu, 11 Feb 2021 19:49:33 +0000 (19:49 +0000)]
Summary: results: instead of result: is now an error which is displayed

5 years agoSummary: r20
N. Brouard [Sat, 22 Feb 2020 21:01:54 +0000 (21:01 +0000)]
Summary: r20

5 years ago* (Module): imach.c Update mle=-3 (for computing Life expectancy
N. Brouard [Sat, 22 Feb 2020 21:00:05 +0000 (21:00 +0000)]
*  (Module): imach.c Update mle=-3 (for computing Life expectancy
and life table from the data without any state)

5 years agoSummary: mle=-3 working again
N. Brouard [Sat, 22 Feb 2020 20:59:15 +0000 (20:59 +0000)]
Summary: mle=-3 working again

5 years agoSummary: r20
N. Brouard [Tue, 4 Jun 2019 13:53:25 +0000 (13:53 +0000)]
Summary: r20

5 years agoSummary: Error in 'r'parameter file backcast yearsbproj instead of yearsfproj
N. Brouard [Tue, 4 Jun 2019 13:51:20 +0000 (13:51 +0000)]
Summary: Error in 'r'parameter file backcast yearsbproj instead of yearsfproj

5 years agoSummary: Icon Desktop for Linux
N. Brouard [Tue, 28 May 2019 16:53:01 +0000 (16:53 +0000)]
Summary: Icon Desktop for Linux

5 years agoSummary: LDFLAGS moved for -lm to be taken into account on Ubuntu
N. Brouard [Tue, 28 May 2019 14:01:27 +0000 (14:01 +0000)]
Summary: LDFLAGS moved for -lm to be taken into account on Ubuntu

5 years ago*** empty log message ***
N. Brouard [Wed, 22 May 2019 23:12:10 +0000 (23:12 +0000)]
*** empty log message ***

5 years ago*** empty log message ***
N. Brouard [Wed, 22 May 2019 20:31:53 +0000 (20:31 +0000)]
*** empty log message ***

5 years ago*** empty log message ***
N. Brouard [Wed, 22 May 2019 20:26:16 +0000 (20:26 +0000)]
*** empty log message ***

5 years ago*** empty log message ***
N. Brouard [Wed, 22 May 2019 20:20:22 +0000 (20:20 +0000)]
*** empty log message ***

5 years agoSummary: Makefile Linux
N. Brouard [Wed, 22 May 2019 19:44:04 +0000 (19:44 +0000)]
Summary: Makefile Linux

5 years agoSummary: version 0.99r19 of May 2019
N. Brouard [Wed, 22 May 2019 19:09:45 +0000 (19:09 +0000)]
Summary: version 0.99r19 of May 2019

5 years agoSummary: version optimized 0.99r19
N. Brouard [Wed, 22 May 2019 19:07:27 +0000 (19:07 +0000)]
Summary: version optimized 0.99r19

5 years agoSummary: fixed 0.99r19 version
N. Brouard [Wed, 22 May 2019 19:06:47 +0000 (19:06 +0000)]
Summary: fixed 0.99r19 version

5 years agoSummary: version 0.99r19
N. Brouard [Wed, 22 May 2019 19:02:30 +0000 (19:02 +0000)]
Summary: version 0.99r19

5 years ago*** empty log message ***
N. Brouard [Wed, 22 May 2019 18:57:19 +0000 (18:57 +0000)]
*** empty log message ***

5 years agoSummary: Column added
N. Brouard [Wed, 22 May 2019 18:56:36 +0000 (18:56 +0000)]
Summary: Column added

5 years agoSummary: 0.99r19 version
N. Brouard [Wed, 22 May 2019 18:56:06 +0000 (18:56 +0000)]
Summary: 0.99r19 version

5 years agoSummary: Cleaned 0.99r19
N. Brouard [Wed, 22 May 2019 18:37:08 +0000 (18:37 +0000)]
Summary: Cleaned 0.99r19

5 years ago*** empty log message ***
N. Brouard [Wed, 22 May 2019 18:19:56 +0000 (18:19 +0000)]
*** empty log message ***

5 years agoSummary: Fix bug by moving date2dmy and nhstepm which gaefin=-1
N. Brouard [Wed, 22 May 2019 17:56:10 +0000 (17:56 +0000)]
Summary: Fix bug by moving date2dmy and nhstepm which gaefin=-1

5 years agoSummary: RPM and SRPMS
N. Brouard [Tue, 21 May 2019 15:55:06 +0000 (15:55 +0000)]
Summary: RPM and SRPMS

5 years agoSummary: testting; seems to be a useless file now
N. Brouard [Tue, 21 May 2019 15:54:10 +0000 (15:54 +0000)]
Summary: testting; seems to be a useless file now

5 years agoSummary: Cleaning for Linux
N. Brouard [Tue, 21 May 2019 15:53:15 +0000 (15:53 +0000)]
Summary: Cleaning for Linux

5 years agoSummary: version 0.99.r19
N. Brouard [Mon, 20 May 2019 13:04:27 +0000 (13:04 +0000)]
Summary: version 0.99.r19

5 years agoSummary: Projection syntax simplified
N. Brouard [Mon, 20 May 2019 13:03:18 +0000 (13:03 +0000)]
Summary: Projection syntax simplified

We can now start projections, forward or backward, from the mean date
of inteviews up to or down to a number of years of projection:
prevforecast=1 yearsfproj=15.3 mobil_average=0
or
prevforecast=1 starting-proj-date=1/1/2007 final-proj-date=12/31/2017 mobil_average=0
or
prevbackcast=1 yearsbproj=12.3 mobil_average=1
or
prevbackcast=1 starting-back-date=1/10/1999 final-back-date=1/1/1985 mobil_average=1

5 years agoSummary: doxygen tex bug
N. Brouard [Sat, 18 May 2019 09:52:50 +0000 (09:52 +0000)]
Summary: doxygen tex bug

5 years agoSummary: There was some wrong lines added
N. Brouard [Thu, 16 May 2019 14:54:33 +0000 (14:54 +0000)]
Summary: There was some wrong lines added

5 years ago*** empty log message ***
N. Brouard [Thu, 9 May 2019 15:19:47 +0000 (15:19 +0000)]
*** empty log message ***