Keqiao
makedist generates exactly the same points when the setting
Weibull a = Exponential mu
a:scale b:shape
.
pd1=makedist('Weibull','a',2,'b',2)
nx=[0:.1:10]
y=pdf(pd1,nx)
plot(y,'r');grid on
hold all
pd2=makedist('Weibull','a',2,'b',1)
y2=pdf(pd2,nx)
plot(y2,'b');
pd3=makedist('Exponential','mu',2)
y3=pdf(pd3,nx)
plot(y3,'k')
.
.
y2 blue and y3 black are completely overlapped.
if you find these lines useful would you please mark my answer as Accepted Answer?
To any other reader, if you find this answer of any help would you please click on the thumbs-up vote link,
thanks in advance for time and attention
John BG
댓글 수: 1
이 댓글에 대한 바로 가기 링크
https://kr.mathworks.com/matlabcentral/answers/332206-can-a-two-parameter-weibull-distribution-be-written-as-an-exponential-family-form#comment_440696
이 댓글에 대한 바로 가기 링크
https://kr.mathworks.com/matlabcentral/answers/332206-can-a-two-parameter-weibull-distribution-be-written-as-an-exponential-family-form#comment_440696
댓글을 달려면 로그인하십시오.