Accendo Reliability

Your Reliability Engineering Professional Development Site

  • Home
  • About
    • Contributors
    • About Us
    • Colophon
    • Survey
  • Reliability.fm
  • Articles
    • CRE Preparation Notes
    • NoMTBF
    • on Leadership & Career
      • Advanced Engineering Culture
      • ASQR&R
      • Engineering Leadership
      • Managing in the 2000s
      • Product Development and Process Improvement
    • on Maintenance Reliability
      • Aasan Asset Management
      • AI & Predictive Maintenance
      • Asset Management in the Mining Industry
      • CMMS and Maintenance Management
      • CMMS and Reliability
      • Conscious Asset
      • EAM & CMMS
      • Everyday RCM
      • History of Maintenance Management
      • Life Cycle Asset Management
      • Maintenance and Reliability
      • Maintenance Management
      • Plant Maintenance
      • Process Plant Reliability Engineering
      • RCM Blitz®
      • ReliabilityXperience
      • Rob’s Reliability Project
      • The Intelligent Transformer Blog
      • The People Side of Maintenance
      • The Reliability Mindset
    • on Product Reliability
      • Accelerated Reliability
      • Achieving the Benefits of Reliability
      • Apex Ridge
      • Field Reliability Data Analysis
      • Metals Engineering and Product Reliability
      • Musings on Reliability and Maintenance Topics
      • Product Validation
      • Reliability by Design
      • Reliability Competence
      • Reliability Engineering Insights
      • Reliability in Emerging Technology
      • Reliability Knowledge
    • on Risk & Safety
      • CERM® Risk Insights
      • Equipment Risk and Reliability in Downhole Applications
      • Operational Risk Process Safety
    • on Systems Thinking
      • Communicating with FINESSE
      • The RCA
    • on Tools & Techniques
      • Big Data & Analytics
      • Experimental Design for NPD
      • Innovative Thinking in Reliability and Durability
      • Inside and Beyond HALT
      • Inside FMEA
      • Institute of Quality & Reliability
      • Integral Concepts
      • Learning from Failures
      • Progress in Field Reliability?
      • R for Engineering
      • Reliability Engineering Using Python
      • Reliability Reflections
      • Statistical Methods for Failure-Time Data
      • Testing 1 2 3
      • The Manufacturing Academy
  • eBooks
  • Resources
    • Accendo Authors
    • FMEA Resources
    • Glossary
    • Feed Forward Publications
    • Openings
    • Books
    • Webinar Sources
    • Podcasts
  • Courses
    • Your Courses
    • Live Courses
      • Introduction to Reliability Engineering & Accelerated Testings Course Landing Page
      • Advanced Accelerated Testing Course Landing Page
    • Integral Concepts Courses
      • Reliability Analysis Methods Course Landing Page
      • Applied Reliability Analysis Course Landing Page
      • Statistics, Hypothesis Testing, & Regression Modeling Course Landing Page
      • Measurement System Assessment Course Landing Page
      • SPC & Process Capability Course Landing Page
      • Design of Experiments Course Landing Page
    • The Manufacturing Academy Courses
      • An Introduction to Reliability Engineering
      • Reliability Engineering Statistics
      • An Introduction to Quality Engineering
      • Quality Engineering Statistics
      • FMEA in Practice
      • Process Capability Analysis course
      • Root Cause Analysis and the 8D Corrective Action Process course
      • Return on Investment online course
    • Industrial Metallurgist Courses
    • FMEA courses Powered by The Luminous Group
    • Foundations of RCM online course
    • Reliability Engineering for Heavy Industry
    • How to be an Online Student
    • Quondam Courses
  • Calendar
    • Call for Papers Listing
    • Upcoming Webinars
    • Webinar Calendar
  • Login
    • Member Home
  • Barringer Process Reliability Introduction Course Landing Page
  • Upcoming Live Events
You are here: Home / Articles / The 2 Parameter Weibull Distribution 7 Formulas

by Fred Schenkelberg 5 Comments

The 2 Parameter Weibull Distribution 7 Formulas

The 2 Parameter Weibull Distribution 7 Formulas

This is part of a short series on the common life data distributions.

The Weibull distribution is both popular and useful. It has some nice features and flexibility that support its popularity. This short article focuses on 7 formulas of the Weibull Distribution.

If you want to know more about fitting a set of data to a distribution, well that is in another article.

It has the essential formulas that you may find useful when answering specific questions. Knowing a distribution’s set of parameters does provide, along with the right formulas, a quick means to answer a wide range of reliability related questions.

Parameters

The 2-parameter Weibull distribution has a scale and shape parameter. The 3-parameter Weibull includes a location parameter.

The scale parameter is denoted here as eta (η). It is defined as the value at the 63.2th percentile and is units of time (t).

The shape parameter is denoted here as beta (β). It is also known as the slope which is obvious when viewing a linear CDF plot.

One the nice properties of the Weibull distribution is the value of β provides some useful information.

  • When β is less than 1 the distribution exhibits a decreasing failure rate over time.
  • When β is equal to 1 the distribution has a constant failure rate (Weibull reduces to an Exponential distribution with β=1.
  • When β is greater than 1 the distribution exhibits an increasing failure rate over time.

PS: I’m using failure rate and hazard rate interchangeably here.

Probability Density Function (PDF)

When t ≥ 0 then the probability density function formula is:

$$ \displaystyle\large f(t)=\frac{\beta {{t}^{\beta -1}}}{{{\eta }^{\beta }}}{{e}^{-{{\left( \frac{t}{\eta } \right)}^{\beta }}}}$$

A plot of the PDF provides a histogram-like view of the time-to-failure data.

Cumulative Density Function (CDF)

F(t) is the cumulative probability of failure from time zero till time t. Very handy when estimating the proportion of units that will fail over a warranty period, for example.

$$ \displaystyle\large F(t)=1-{{e}^{-{{\left( \frac{t}{\eta } \right)}^{\beta }}}}$$

Reliability Function

R(t) is the chance of survival from from time zero till time t. Instead of looking for the proportion that will fail the reliability function determine the proportion that are expected to survive.

$$ \displaystyle\large R(t)={{e}^{-{{\left( \frac{t}{\eta } \right)}^{\beta }}}}$$

Conditional Survivor Function

The m(x) function provides a means to estimate the chance of survival for a duration beyond some known time, t, over which the item(s) have already survived. What the probability of surviving time x given the item has already survived over time t?

$$ \displaystyle\large m(x)=R(\left. x \right|t)=\frac{R\left( t+x \right)}{R\left( t \right)}={{e}^{\left( \frac{{{t}^{\beta }}-{{\left( t+x \right)}^{\beta }}}{{{\eta }^{\beta }}} \right)}}$$

Mean Residual Life

This is the cumulative expected life over time x given survival till time t.

$$ \displaystyle\large u(x)={{e}^{{{\left( \frac{t}{\eta } \right)}^{\beta }}}}\int_{t}^{\infty }{{{e}^{{{\left( \frac{x}{\eta } \right)}^{\beta }}dx}}}$$

Hazard Rate

This is the instantaneous probability of failure per unit time.

$$ \displaystyle\large h(t)=\frac{\beta }{\eta }{{\left( \frac{t}{\eta } \right)}^{\beta -1}}$$

Cumulative Hazard Rate

This is the cumluative failure rate from time zero till time t, or the area under the curve described by the hazard rate, h(t).

$$ \displaystyle\large H(t)={{\left( \frac{t}{\eta } \right)}^{\beta }}$$

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Failure Rate, Weibull distribution

About Fred Schenkelberg

I am the reliability expert at FMS Reliability, a reliability engineering and management consulting firm I founded in 2004. I left Hewlett Packard (HP)’s Reliability Team, where I helped create a culture of reliability across the corporation, to assist other organizations.

« You’re Not Doing RCM If…
How to Shine in any Interview »

Comments

  1. Johan Eppinga says

    February 5, 2020 at 11:35 AM

    Hi Fred

    For the last two formulas, do you mean to say:
    h(t) = …
    H(t) = ..

    as oppose to h(x) and H(x) ?

    Defining these with an ‘x’ and having no x on the right-hand-side, implies a constant quantity.

    Thanks, – JPE

    Reply
    • Fred Schenkelberg says

      February 5, 2020 at 12:00 PM

      Good catch Jay, thanks for pointing this out. I’ve updated the formulas. cheers, Fred

      Reply
  2. Sumit Kumar Saini says

    May 21, 2020 at 5:35 PM

    Thank you for the Article. It helped me a lot.

    Reply
  3. Andrew Ghattas says

    January 13, 2021 at 10:14 AM

    Given Probability Density Function f(t) and Conditional Survivor Function R(x|t)=R(t+x)R(t), what is the equation for f(x|t)?

    Reply
    • Fred Schenkelberg says

      January 13, 2021 at 1:57 PM

      Hi Andrew, it would be the derivative of the reliability function. I’ve not worked out this for a conditional situation, maybe you can for this case. cheers, Fred

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

CRE Preparation Notes

Article by Fred Schenkelberg

Join Accendo

Join our members-only community for full access to exclusive eBooks, webinars, training, and more.

It’s free and only takes a minute.

Get Full Site Access

Not ready to join?
Stay current on new articles, podcasts, webinars, courses and more added to the Accendo Reliability website each week.
No membership required to subscribe.

[popup type="" link_text="Get Weekly Email Updates" link_class="button" ][display_form id=266][/popup]

  • CRE Preparation Notes
  • CRE Prep
  • Reliability Management
  • Probability and Statistics for Reliability
  • Reliability in Design and Development
  • Reliability Modeling and Predictions
  • Reliability Testing
  • Maintainability and Availability
  • Data Collection and Use

© 2025 FMS Reliability · Privacy Policy · Terms of Service · Cookies Policy