HOMEWORK #3 due 10-25
NOTES: (THIS IS ALSO on the Math434 Web site.)
27 168 190 207 264 284 370 453 641 668 711 740 849 857 861 1277 1609 1804 2359 2500 2796 58+ 438+ 441+ 503+ 599+ 793+ 1326+ 1434+ 1444+Censored values are indicated by trailing plus signs. Assume that the times are exponentially distributed with some unknown exponential rate.
Sample I (Xs, n=20) 1 7 12 15 15 19 23 31 36 60 61 65 67 106 115 140 156 164 231 365 Sample II (Ys, n=10) 7 7 11 16 17 24 27 27 89 105None of the values were censored. Assumed that both samples are exponentially distributed, although not necessarily with the same means.
proc lifetest
in SAS or else carry out the likelihood ratio
test by hand. (Hints: This is discussed in Section 10.2 in the
text. In this case, proc lifereg
does a test that is similar
to the likelihood ratio test but is not the LR test.)
149 261 366 390 395 407 450 477 503 523 526 533 586 602 620 634 642 687 692 693 716 731 740 754 797 817 824 832 883 956 1028 1071 1201 1260 364+ 409+ 413+ 455+ 459+ 828+ 840+ 1022+ 1414+where the trailing plus signs indicate right-censored values.
proc lifereg
output has missing
values for the ''Lagrange Multiplier Chi-Square Test'' for alpha=1,
apparently because the numerical algorithm that it uses did not converge.
If that happens, do a likelihood-ratio test by hand by comparing the log
likelihoods at the MLEs for both the Weibull and Exponential models.
Recall that, for nested models in which the smaller model has d parameters
and the larger model has d+r parameters, under the hypothesis H_0 that the
smaller model is true, then twice the difference in log likelihoods at the
respective MLEs has a chi-square distribution with r degrees of freedom.
The ``log likelihood'' values listed in proc lifereg
output
are the log likelihood values evaluated at the MLEs for that model.)