What is the return mean by weibfit

1 view (last 30 days)
ww
ww on 21 Dec 2011
I 'd like to use weibfit to estimate the weibull parameter of a set of data. the data is [50289, 58591, 54746, 65539, 58292, 55714], but the return is [0.000 12.656], what is that mean? the weibull slope could be 12.656, but what is 0.000 mean?

Answers (1)

Sean de Wolski
Sean de Wolski on 21 Dec 2011
What version are you using?
doc weibfit
in R2011b tells me to use wblfit
doc wblfit
explains the outputs.
  1 Comment
Peter Perkins
Peter Perkins on 21 Dec 2011
Sean is right, and in fact the reason why you should use wblfit, not weibfit, if you can is exactly what you saw: the parameterization used in weibfit often leads to the first parameter being very small - 4e-61 in this case. Change your display format to short g and you'll see something other than zeros.
Hope this helps.

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!