Where to find a book or file that explains the math behind the functions in MATLAB?

1 次查看(过去 30 天)
I am specifically looking at wblfit. I understand the data to put into the function, but I was wondering how the function uses the data.

回答(2 个)

Azzi Abdelmalek
Azzi Abdelmalek 2013-5-15
编辑:Azzi Abdelmalek 2013-5-15
In windows command,type
doc wblfit

MichalUGent24 MichalUGent24
Hello,
I have the same question. Could you please elaborate? There is more than one way in which a numerical solution can be obtained, or perhaps Matlab uses a ready solution specific to the Weibull distribution?
This may not be found anywhere else than from you guys and we do not find it in documentation. Perhaps this was also the original intention of the question by the person before me.
After checking:
statset ('wblfit')
in command line I get mostly empty fields. That would suggest there is a ready solution somewhere "in there", right?
Also, does the
[...] = mle(data,'distribution','wbl')
work exactly the same as wblfit()?
Thank you
Michael

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by