Annotation of imach/html/doc/mypar.imach, revision 1.4

1.1       lievre      1: # MLE 1984-1990
                      2: #
1.3       brouard     3: title=MLE datafile=../doc/data/mydata.txt lastobs=3000 firstpass=1 lastpass=4
1.1       lievre      4: ftol=1e-8 stepm=24 ncovcol=2 nlstate=2 ndeath=1 maxwav=4 mle=1 weight=0
1.4     ! brouard     5: model=1+age.
1.3       brouard     6: #q Parameters nlstate*nlstate*ncov a12*1 + b12 * age + ...
1.1       lievre      7: 12 0. 0.
                      8: 13 0. 0.
                      9: 21 0. 0.
                     10: 23 0. 0.
                     11: # Scales (for hessian or gradient estimation)
                     12: 12 0. 0. 
                     13: 13 0. 0. 
                     14: 21 0. 0. 
                     15: 23 0. 0. 
                     16: #covariance matrix#
                     17: 121 0.
                     18: 122 0. 0.
                     19: 131 0. 0. 0. 
                     20: 132 0. 0. 0. 0. 
                     21: 211 0. 0. 0. 0. 0. 
                     22: 212 0. 0. 0. 0. 0. 0. 
                     23: 231 0. 0. 0. 0. 0. 0. 0. 
                     24: 232 0. 0. 0. 0. 0. 0. 0. 0.
                     25: # agemin agemax for lifexpectancy, bage fage (if mle==0 ie no data nor Max likelihood).
1.4     ! brouard    26: agemin=70 agemax=100 bage=50 fage=100 estepm=24 ftolpl=6e-4
1.3       brouard    27: #Observed prevalence period
1.1       lievre     28: begin-prev-date=1/1/1984 end-prev-date=1/6/1988 mov_average=0
                     29: # Population or status based
                     30: pop_based=0
1.3       brouard    31: prevforecast=1 starting-proj-date=1/1/1984 final-proj-date=1/1/2000 mobil_average=1

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>