What does censoring actually do to data?

15 次查看(过去 30 天)
Hi all,
I have no statistics background but recently started to use MATLAB's statistical toolbox to fit weibull functions to right censored data. I feel extremely uncomfortable in putting my data into a black box. So what does, for example, the function wblfit do if I pass a censoring vector?
Best wishes, Max

采纳的回答

the cyclist
the cyclist 2015-5-6
It is a bit difficult to know how much detail you want, when you "have no statistics background", but want an explanation of a statistical concept. I can point you to a couple resources.
First, the Wikipedia article on censoring gives a general introduction to the concept of censoring in statistics.
Second, to pry open the black box, you can open up (most) MATLAB functions in the editor, and see exactly what they are calculating. For example
edit wblfit.m
will open up that function so that you can see what is going on. In this case, you are very quickly going to realize that wblfit just does a transform and then call evfit, so
edit evfit.m
will show you where the real work is being done.
  1 个评论
Maximilian
Maximilian 2015-5-7
Thank you! The book cited in the evfit.m explained everything pretty clear.

请先登录,再进行评论。

更多回答(0 个)

产品

Community Treasure Hunt

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

Start Hunting!

Translated by