Python Forum
Draw Weibull distribution probability function based on Confidence interval - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Draw Weibull distribution probability function based on Confidence interval (/thread-11909.html)



Draw Weibull distribution probability function based on Confidence interval - farzadtb - Jul-31-2018

I would like to know, if in Python it's possible to create a plot of Weibull probability like bellow :

[Image: 1zfhded.png]

The horizontal axis is life , I am wondering how it would be possible to define the blue parallel lines based on the tolerance we introduce for every Confidence interval


RE: Draw Weibull distribution probability function based on Confidence interval - Vysero - Jul-31-2018

Well, sort of.. numpy has a weibull() function you could take a look at: https://docs.scipy.org/doc/numpy-1.10.1/reference/generated/numpy.random.weibull.html