I am getting conflicting results for probplot with weibull and censors. Is there some pre-processing going on in the back-ground that I am unaware of. This is when compared to Minitab.
1 次查看(过去 30 天)
显示 更早的评论
When I run: parmhat=wblfit(X(:,1),.05,X(:,2)) where X(:,1) are survival hours and X(:,2) is a censoring column, I get the same parameters that Minitab calculates. However, when I use: probplot('wbl',X(:,1),X(:,2)) Matlab rejects the null hypothesis that the data is weibull whereas Minitab finds it fits very well. I can't seem to understand why.
0 个评论
回答(1 个)
Jeff Miller
2018-2-14
I don't think probplot does any fitting. If not, your probplot command would just plot your data against a Weibull with the default parameter values. If those values are not appropriate for your data, then probplot will tell you that Weibull doesn't fit.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!