MATLAB: Standard error of Weibull MLE estimates

mlestandard errorweibull

Hello, The built-in [p,ci]=wblfit(data) command gives the parameter estimates and their 95% confidence intervals of a Weibull distribution. Is there an easy wa to get the standard errors of the estimates instead of the confidence intervals?

Best Answer

The standard error is basically 1/4 of the length of the confidence interval.