Distributions and Statistical Models
Enter the shape (k) and scale (λ) parameters, along with a value (x), to analyze the Weibull distribution.
Explore different scenarios to understand how the Weibull distribution works in practice.
Engineers are analyzing the reliability of a new type of bearing. From test data, they estimate a shape parameter (k) of 2.1 and a scale parameter (λ) of 8500 hours. They want to find the probability of failure by 7000 hours.
k: 2.1, λ: 8500, x: 7000
A meteorologist models daily average wind speeds using a Weibull distribution with k=1.8 and λ=12 mph. They need to calculate the probability of wind speed being exactly 15 mph (PDF) and less than or equal to 15 mph (CDF).
k: 1.8, λ: 12, x: 15
When modeling certain phenomena like infant mortality or software bugs after a patch, the failure rate decreases over time. This can be modeled with k < 1. Let's use k=0.8 and λ=5 (months) to analyze the probability characteristics at month 3.
k: 0.8, λ: 5, x: 3
When k=1, the Weibull distribution simplifies to the exponential distribution, which models events with a constant failure rate (e.g., random hardware failures). Let's see the metrics for k=1 and λ=500 hours, evaluated at 500 hours.
k: 1, λ: 500, x: 500