Problem with wblfit.

11 ビュー (過去 30 日間)
Max
Max 2016 年 2 月 2 日
コメント済み: Max 2016 年 2 月 10 日
Hello,
I would like to fit my data set to the weibull distribution. But I always get the message:X must be a vector containing positive values
My code is:
t_S1 is a 10x10.000 double
for i=1:length(t_S1); par1(i,:)=wblfit(t_S1(i,:)); sor1(i,:)=sort(t_S1(i,:)); plot(sor1,1-wblcdf(sor1,par1(i,1),par1(i,2)));hold on; grid on; end
Can somebody help me, please?
  1 件のコメント
Max
Max 2016 年 2 月 2 日
PS: All items in the matrix t_S1 are positive.

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

回答 (1 件)

Subin Kuttappan Stellal Mary
Subin Kuttappan Stellal Mary 2016 年 2 月 10 日
Hi Max,
Following link looks similar to your problem. I suggest you to try out the accepted answer given in the link :
  1 件のコメント
Max
Max 2016 年 2 月 10 日
Thx Subin, that works!

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by