i am trying to fit weibull curve between X and Y where X is independent and Y is dependent variables.i am using nlinfit but how to figure out starting values of parameter .i am using 0 value of location parameter.
7 ビュー (過去 30 日間)
古いコメントを表示
hii how to figure out the starting values of 2parameter weibull distribution when you are trying to fit data into it.
0 件のコメント
回答 (1 件)
Amit
2014 年 1 月 27 日
IF you don't know the values close to the solution, you can always start with random number and then see how it turns out. For this example, you can use starting parameter as rand(2,1)
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!