How to Plot Weibull Distribution in Excel (with Easy Steps)

Excel is the most widely used tool for dealing with massive datasets. We can perform myriads of tasks of multiple dimensions in Excel. In this article, I will show you how to plot Weibull Distribution in Excel.


Introduction to Weibull Distribution

The Weibull Distribution is a continuous probability distribution that is used to analyze life data, model failure times, and assess the reliability of access products.  This distribution can be used largely in different fields to analyze data.

Reliability Function R(t) = e^-[{(t-γ)/α}^β]

Where,
β = Shape Parameter
α = Scale Parameter
γ = Location Parameter. This is usually 0.
From R(t), we can get the Failure function F(t)

F(t) = 1-R(t)

After calculation, we get
ln(ln(1/(1-F(t))) = βlnt-βlnα
This resembles the y=mx+c equation


How to Plot Weibull Distribution in Excel: 4 Quick Steps

This is the dataset for today’s article. We have the instances of failure and the number of days for the failure. For example, the 1st failure occurs after 400 days, 2nd one after 820 days.

dataset

I will use this data to get the Weibull Distribution and understand the failure rate.


Step 1: Calculate Median Rank

The first step is to calculate the median rank. To calculate this, we will use Bernard’s approximation.

  • Go to D5 and write down the following formula
=(B5-0.3)/($B$14+0.4)

  • Then, press ENTER to get the output.

Calculate Median to plot weibull distribution in excel

  • After that, use the Fill Handle to AutoFill up to D14.

Calculate Median to plot weibull distribution in excel


Step 2: Determine Natural Logarithm

The next step is to calculate the natural logarithm as per the requirement. First, we will determine the logarithm of days. To do so,

  • Go to E5 and write down the following formula
=LN(C5)

Calculate natural logarithm to plot weibull distribution in excel

  • Then, press ENTER to get the output.

  • After that, use Fill Handle to AutoFill up to E14.

Calculate natural logarithm to plot weibull distribution in excel

  • In a similar way, we will fill up the next column. The formula in F5 will be
=LN(LN(1/(1-D5)))

  • Then, press ENTER to get the output.

Calculate natural logarithm to plot weibull distribution in excel

  • After that, use Fill Handle to AutoFill up to F14.


Step 3: Plot Distribution Chart

The next step is to plot a chart using ln(days) as x-axis and ln(ln(1/(1-F(t)))) as y-axis. To do so,

  • Select E4:F14.

Insert chart

  • Then, go to the Insert
  • After that, choose the Scatter
  • Finally, select the one you like.

  • Excel will create a scatter plot.
  • Rename the plot to Weibull Distribution.

Read More: How to Create a Distribution Chart in Excel


Step 4: Compare Equation to Determine Coefficients

Now, we will determine the parameters. We will get the trendline equation and compare it with the equation ln(ln(1/(1-F(t))) = βlnt-βlnα

  • Go to Chart Design.
  • Then, go to Add Chart Element.
  • After that choose a Trendline.

Determine Parameters to plot weibull distribution in excel

  • Excel will add a trendline.
  • Select the trendline and right-click your mouse.
  • Then, select Format Trendline.

  • After that, mark the box for Display Equation on Chart.

Determine Parameters to plot weibull distribution in excel

  • Excel will show the equation.

  • The equation is y=1.9551x-14.663. After comparing with ln(ln(1/(1-F(t))) = βlnt-βlnα, we get
    • β = 1.9551
    • βlnα = 14.663
  • Using these values, we get
    • α = 1807.811

Determine Parameters to plot weibull distribution in excel

  • So, the Reliability Function becomes

R(t) = e^-[(t/1807.811)^1.9551]


Things to Remember

The shape parameter indicates the failure rate.

  • If β < 1, then the failure rate decreases with time
  • If β = 1, then the failure rate is constant
  • If β > 1, the failure rate increases with time

Use absolute reference to lock a cell.


Download Practice Workbook

Download this workbook and practice while going through the article.


Conclusion

In this article, I have explained how to plot Weibull Distribution in Excel. I hope it helps everyone. If you have any suggestions, ideas, or feedback, please feel free to comment below. Please visit Exceldemy for more useful articles like this.


Related Articles


<< Go Back to Excel Distribution Chart | Excel Charts | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Akib Bin Rashid
Akib Bin Rashid

AKIB BIN RASHID, a materials and metallurgical engineer, is passionate about delving into Excel and VBA programming. To him, programming is a valuable time-saving tool for managing data, files, and internet-related tasks. Proficient in MS Office, AutoCAD, Excel, and VBA, he goes beyond the fundamentals. Holding a B.Sc in Materials and Metallurgical Engineering from Bangladesh University of Engineering and Technology, MD AKIB has transitioned into a content development role. Specializing in creating technical content centred around Excel and... Read Full Bio

6 Comments
  1. Thank you so much for your contribuition!

  2. Do you know how could I implement suspesions data in such analisys?

    • Dear Tiago
      To implement suspension data in a Weibull Distribution, follow these steps:

      •Collect completed failure data and suspended data.
      •Estimate Weibull distribution parameters (shape and scale) using standard methods for completed data.
      •Determine the truncation point for suspended data.
      •Modify the Weibull PDF and CDF formulas to account for truncation.
      •Estimate parameters for suspended data using methods that consider truncation.
      •Evaluate the model’s fit using techniques like Q-Q plots or statistical tests.

      Thank you.

  3. Thank you Mr. Rashid! I got it, I finished my work here using the MRR method. Have you done some similar work with Maximum Likelihood Estimation (MLE) for Weibull?

    • Dear Tiago
      It’s good to know that you have finished your work successfully. No, I have not tried the MLE method for Weibull Distribution yet.
      Thank you. Have a good day!

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo