フィルターのクリア

Weibull fit 3 parameters

5 ビュー (過去 30 日間)
Isma_gp
Isma_gp 2016 年 5 月 23 日
編集済み: Torsten 2016 年 5 月 23 日
Hi,
I need to fit a series of data points(1000) using a 3 parameter Weibull distribution. Can I get some help?
Thanks

回答 (1 件)

Torsten
Torsten 2016 年 5 月 23 日
Use MATLAB's "mle". Therein, supply pdf and cdf of the 3-parameter Weilbull distribution as a custom distribution.
Best wishes
Torsten.
  4 件のコメント
Isma_gp
Isma_gp 2016 年 5 月 23 日
The question is how to get the 3 parameters in order to be able to use them with the mle function?
Torsten
Torsten 2016 年 5 月 23 日
編集済み: Torsten 2016 年 5 月 23 日
Which three parameters ?
Give senseful values for a, b and c in the vector "start". After the call to mle, phat will contain the optimal parameters ahat, bhat and chat (deduced from your vector "data").
Best wishes
Torsten.

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by