Standard error of Weibull MLE estimates
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    hey yo
 el 13 de Oct. de 2018
  
    
    
    
    
    Comentada: hey yo
 el 21 de Oct. de 2018
            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?
0 comentarios
Respuesta aceptada
  Jeff Miller
      
 el 13 de Oct. de 2018
        The standard error is basically 1/4 of the length of the confidence interval.
3 comentarios
  Jeff Miller
      
 el 14 de Oct. de 2018
				Because a 95% confidence interval is the observed value plus or minus 1.96*std_err, where +/-1.96 are the 95% cutoffs for the normal distribution.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

