How to plot the confidence interval for a Weibull plot?
Show older comments
I was wondering how do you plot the confidence intervals for a 3 parameter weibull distribution. I have the scale, shape, and location parameters and the values for the CI but I do not know how to accurately plot it. Below are the three parameters for a weibull distribution for the data set below:
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.1006;
paramCI{1}=[3.3302 0.9315 211.4455;...
6.7486 2.1746 212.7558] %1st col is the CI for parameter "a", 2nd col is the CI for parameter "b",
%and the 3rd column is the CI for parameter c.
Any input or guidance would be grealty appreicated.
I am using ver 2020a
Answers (0)
Categories
Find more on Weibull Distribution in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!