search for: fwdtrmleplot

Displaying 1 result from an estimated 1 matches for "fwdtrmleplot".

2007 Sep 19
1
x and y coordinates (Rfwdmv Package)
...ormation, I used the "Rfwdmv Package" to estimate a common value of lambda for all the variables. Therefore I entered the following R commands: data(my.dat) l.mle <- fwdtr(my.dat, lambda = 1/3, one.lambda = TRUE) l.profile.mle <- profile.fwdtr(l.mle) fwdtrProfilePlot(l.profile.mle) fwdtrMlePlot(l.mle). Everything worked well so far and I obtained the plots in question. The problem is: In these plots I just can see that lambda is roughly around 1.4, but it could be 1.35 or 1.45 or somewhat in between. The same problem occurs with the log-likelihoods and the confidence intervals. Now my...