Python Forum

Full Version: Draw Weibull distribution probability function based on Confidence interval
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Well, sort of.. numpy has a weibull() function you could take a look at: https://docs.scipy.org/doc/numpy-1.10.1/...ibull.html