The Weibull distribution describes waiting times and life spans for systems exhibiting a power-law failure rate. It is parameterized by a shape value and a scale parameter . Its probability density is for . Varying produces a wide family of curves, from exponential decay at to bell-shaped forms around and beyond.
The cumulative distribution, giving the probability that a random variable does not exceed a threshold, is . Reliability engineers use these formulas to model component failure and plan maintenance schedules. Because the Weibull law covers sub-exponential and super-exponential behaviors depending on , it provides flexibility beyond the simpler exponential distribution.
When lies below one, the hazard rate decreases with time, representing scenarios like early-life failures that become less likely as the device proves itself. For , the hazard increases, modeling wear-out processes such as fatigue. By adjusting , we rescale the distribution to represent typical life expectancy. In fields as diverse as weather forecasting, materials science, and insurance, the Weibull distribution helps quantify risk over time.
This calculator lets you plug in shape and scale values along with a measurement point . Upon submission, it returns the PDF and CDF at that point. The implementation uses straightforward math.js expressions. Although seemingly simple, understanding how and interact fosters intuition for reliability modeling and probability theory.
Try experimenting with values: set and , then vary to see how the cumulative probability rises sharply after the scale threshold. With a smaller shape parameter, the tail becomes heavier, implying occasional very large values. These insights can aid decisions about replacement schedules or risk mitigation strategies.
Behind the scenes, the distribution’s moments can be computed in closed form. The expected value is . Likewise, the variance involves . Such formulas reveal the interplay between shape and spread.
Find the discrete energy levels of a particle in an infinite potential well using quantum mechanical principles.
Evaluate the beta distribution's PDF and CDF for given parameters.
Calculate the spacing between lattice planes in cubic crystals using Miller indices and lattice constants.