Re: [R] (exact) confidence bounds for lognormal parameters \mu and \sigma

2009-11-18 Thread Krusty the Klown
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?

Re: [R] (exact) confidence bounds for lognormal parameters \mu and \sigma

2009-11-18 Thread Krusty the Klown
Sorry, probbaly it is...:blush: Krusty the Klown wrote: 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

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

2009-11-17 Thread Krusty the Klown
Dear all, a statistical question: how can I compute exact confidence intervals for the lognormal distribution parameters? I found something only on www.weibull.com www.weibull.com . Does exist a package in R which can compute them? Thanks in advance, KTK -- View this message in context:

Re: [R] (exact) confidence bounds for lognormal parameters \mu and \sigma

2009-11-17 Thread David Scott
Krusty the Klown wrote: Dear all, a statistical question: how can I compute exact confidence intervals for the lognormal distribution parameters? I found something only on www.weibull.com www.weibull.com . Does exist a package in R which can compute them? Thanks in advance, KTK I think