Plot comulative weibull distribution function in matlab from xsl data set
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuestas (1)
Akash
el 2 de Nov. de 2023
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.
0 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!