フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to plot the confidence interval for a Weibull plot?

1 回表示 (過去 30 日間)
Isaac Valdez
Isaac Valdez 2020 年 7 月 1 日
閉鎖済み: KSSV 2020 年 7 月 2 日
How do I go about plotting the confidence intervals for a 3 parameter weibull plot? I have the parameters for a data set but I do not know if there is a way to plot it. Below I have provided the data set and the 3 parameters (scale, shape, and location) as well as the CI values for each parameter.
Build_Array_Final{1}=[214.42,214.99,215.35,215.98,221.08,222.54,214.78,215,215.32,215.75,217.06,215.91,212.30,213.78,217.16,218.39,224.23,221.94...
,215.67,214.04,214.98,215.13]';
a_scale=5.0394;
b_shape=1.5531;
c_location=212.10002;
CI=[3.3302 0.9315 211.4455; 6.7486 2.1746 212.7558]; %Col 1 is the CI values for "a", Col 2 is the CI values for parameter "b",
%and Col 3 is the CI for the location parameter.
Any input or advice I would be greatful for.
I am using version 2020a

回答 (0 件)

この質問は閉じられています。

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by