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.
Afficher commentaires plus anciens
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.
Réponses (1)
Jeff Miller
le 14 Fév 2018
0 votes
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.
Catégories
En savoir plus sur Exploration and Visualization dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!