Info
This question is closed. Reopen it to edit or answer.
How to plot the confidence interval for a Weibull plot?
1 view (last 30 days)
Show older comments
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 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!