Plot comulative weibull distribution function in matlab from xsl data set
显示 更早的评论
Greetings all,
I am trying to plot the CDF for weibull distribution function from an XSL data set. I couldn’t and I am not sure if there is any kind of test for the data prior using the weibull
Thx
回答(1 个)
Akash
2023-11-2
0 个投票
Hi Basim,
I understand that you are trying to plot the Cumulative Distribution Function (CDF) for a ‘Weibull distribution’ function using an XSL data set.
To create the CDF for the ‘Weibull distribution’, you can utilize the “cdf(name, x, A)” function, where 'name' is set to 'wbl' to indicate the ‘Weibull distribution’, 'x' represents the values at which the CDF is evaluated, and 'A' denotes the distribution parameter.
You can plot the CDF using the plot(x, p) function, where 'x' represents the values at which the CDF is evaluated, and 'p' represents the calculated CDF values.
I recommend referring to the following documentation link for more detailed information on using the cdf function and working with the Weibull distribution: -
I hope it helps,
Thanks and regards,
Akash.
类别
在 帮助中心 和 File Exchange 中查找有关 Weibull Distribution 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!