Skip to content
Prev 200620 / 398503 Next

(exact) confidence bounds for lognormal parameters \mu and \sigma

Thank you,
it is what I was looking for:

library(fitdistrplus)
x<-rlnorm(100)
res<-mledist(x, distr="lnorm")
res

Anyway, the results do not provide confidence intervals, but mle estimates
and the hessian matrix, whose extradiagonal elements are null... is it
correct?
http://www.weibull.com/LifeDataWeb/confidence_bounds_log.htm
http://www.weibull.com/LifeDataWeb/confidence_bounds_log.htm 

I will investigate...
David Scott-6 wrote: