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 / Calculating Lognormal Distribution Parameters

by Fred Schenkelberg 17 Comments

Calculating Lognormal Distribution Parameters

Calculating Lognormal Distribution Parameters

The lognormal distribution has two parameters, μ, and σ. These are not the same as mean and standard deviation, which is the subject of another post, yet they do describe the distribution, including the reliability function.

$$ \large\displaystyle R(t)=1-\Phi \left( \frac{\ln (t)-\mu }{\sigma } \right)$$

Where Φ is the standard normal cumulative distribution function, and t is time.

One of the nice features of the lognormal distribution is the estimate of the parameters is similar to estimating the mean and standard deviation of the data using the same functions on our calculator or spreadsheet. There is one difference, though. First, calculate the natural logarithm of each data value.

Let’s say we have the time to failure times for four heater elements. We know the time to failure distribution is lognormal from previous work. We want to estimate the lognormal parameters and estimate the reliability of this type of heater elements at 365 days.

Time to Fail ln(Time to Fail)
385 5.9532
427 6.0568
490 6.1944
705 6.5582

Calculate μ

In the table, we have the time to failure data and the calculation of the natural log of each data reading. To calculate the μ we calculate the mean or average value of the four ln(time to failure) readings.

$$ \large\displaystyle \mu =\frac{5.9532+6.0568+6.1944+6.5582}{4}=6.1907$$

Calculate σ

The calculation of σ requires a little more math. The formula for the calculation of standard deviation includes the sum of values squared and the sum of squares of the values.

$$ \large\displaystyle s=\sqrt{\frac{n\sum\limits_{i=1}^{n}{t_{i}^{2}}-{{\left( \sum\limits_{i=1}^{n}{{{t}_{i}}} \right)}^{2}}}{n(n-1)}}$$

We need the sum of the ln(time to failure) for the second summation term. And the sum of squares for the first summation term. Expanding the table to make the calculations we find the two summation results.

Time to Fail ln(Time to Fail) ln(Time to Fail) Squared
385 5.9532 35.4411
427 6.0568 36.6846
490 6.1944 38.3706
705 6.5582 43.0100
Sum 24.7626 153.5063

n equals four in the example, as we have four readings. Inserting the sums and n, and doing the math to find the value of σ, the second parameter for the lognormal distribution.

$$ \large\displaystyle s=\sqrt{\frac{4(153.5064)-{{24.7626}^{2}}}{4(4-1)}}=0.2642$$

Determine reliability at one year

Now that we have the two parameters for the lognormal distribution which describes the life distribution of heater elements based on the four readings, we can estimate the probability of successfully operating for one year. Using the reliability function of the lognormal distribution, insert 365 for t, 6.1907 for μ, and 0.2642 for σ, to find the reliability value at one year.

$$ \large\displaystyle R(t)=1-\Phi \left( \frac{\ln (365)-6.1907}{0.2642} \right)=1-\Phi \left( -1.1007 \right)$$

The standard normal cumulative distribution function (try Excel function =normsdist(-1.1007) or for the CRE exam use a standard normal cumulative distribution table) determines the probability of failure at time, t given the lognormal parameters. Φ(-1.1007) = 0.1355.

Therefore completing the calculations for the reliability function, we have

$$ \large\displaystyle R(365)=1-0.1355=0.8645$$

Thus, give the data, we can expect approximately 86.45% of heater elements to survive for 365 days.


Related:

Lognormal Distribution (article)

Weakest Link (article)

The Normal Distribution (article)

 

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Lognormal Distribution, Statistics distributions and functions

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.

« Hypothesis Testing
Poisson Distribution Calculation »

Comments

  1. Michael says

    September 13, 2013 at 10:52 AM

    Thanks so much for providing a thorough model starting with the data and walking through the practical steps.

    Reply
    • Fred Schenkelberg says

      September 13, 2013 at 10:56 AM

      Hi Michael,

      Thanks for the kind words – it helps to know someone appreciates the work and hopefully it is useful for you too. Anything else you are interested in having worked out examples?

      cheers,

      Fred

      Reply
  2. M K Loganathan says

    December 11, 2013 at 9:24 PM

    Dearest Mr. Fred, This is most precious item at no cost:-). Really worth of it. Your work is really exceptional.

    Reply
  3. Amit Chand says

    October 24, 2014 at 4:01 AM

    The data analysis is an eye opener.
    We have two wire rod mills & each mill has 10 Stands. I want to know the reliability of the stands. We have observed that Mill 1 is more reliable than Mill2 based on No of Failures of stands . If we want to do the log normal analysis for knowing reliability of stands should we take one year or six month data?

    Reply
    • Fred Schenkelberg says

      October 26, 2014 at 3:47 PM

      Hi Amit,

      Use as much data as you have available and is relevant to the current production process.

      You don’t have to use lognormal, I would first check on which distribution fits well or use a non-parametric method, if appropriate.

      Cheers,

      Fred

      Reply
  4. Mai says

    March 13, 2017 at 5:43 PM

    Hi
    I am performing a probabilistic sensitivity (Monte Carlo simulation) analysis on different variables using Treeage software and I was wondering if you could help me with this issue, I have a variable with a value of -0.091 and the range is (-0.063–0.0119) and the distribution of that variable is lognormal, how to calculate or estimate the mean and the SD (sigma) value for that parameter?
    Thanks

    Reply
    • Fred Schenkelberg says

      March 14, 2017 at 8:09 AM

      As you know, logarithms do not like negative numbers. If the numbers you are gathering are negative, you may consider transforming them by a fixed offset for example by adding say 0.07 to each reading, so all the values are positive. Just remember to remove the offset at the end when needing the actual values again.

      Cheers,

      Fred

      Reply
  5. jack says

    April 16, 2018 at 11:17 AM

    Finally! An understandable presentation of what some would consider a difficult subject. Thanks for the straightforward explanation. I wish all my ME professors used your methods.

    Reply
    • Fred Schenkelberg says

      April 16, 2018 at 12:52 PM

      Thanks John, we do try to make this stuff understandable – tends to make these tools useful that way. cheers, Fred

      Reply
  6. Kamran says

    October 11, 2018 at 8:11 AM

    Thanks, simple and elegant explanation that I can understand.

    Reply
  7. Carlos says

    May 2, 2020 at 10:29 AM

    Dear Fred,
    This application is truly amazing! Congrats. Although the use of the Cumulative Distribution Function is very clear to me now, I still struggle with the practical meaning of the Probability Density Function. For the same 365 days we would have P(365) = 0.00226. What does .00226 means in your example? That we have a change of 0.23% of a failure on the 365th day? Also, the maximum of the PDF is (roughly) between 400 and 500. So, that is when I should expect the most frequent maintenance calls?
    Thanks a lot.
    Carlos.

    Reply
    • Fred Schenkelberg says

      May 4, 2020 at 6:14 AM

      Hi Carlos, in this example, I didn’t talk about the PDF, yet if you do calculate the pdf value for time, say 365, you get the chance of failure on that day. Think of the PDF as a histogram and that the total of the area under the PDF curve must sum to 1. Check out Chris Jackson’s webinar on PDFs, CDFs etc… https://fred-schenkelberg-project.prev01.rmkr.net/accendo-webinars/accendo-reliability-webinar-series/pdfs-cdfs-and-other-fs/ for a much better description of what a PDF is and what it means. cheers, Fred

      Reply
  8. Andrew says

    June 7, 2020 at 2:33 PM

    Thank you for putting time into giving such a great explanation.
    After reading I was curious to know what would you do if you were calculating Lognormal distribution parameters with occurrences involving zero days?
    Since x >O

    Best

    Reply
    • Fred Schenkelberg says

      June 8, 2020 at 7:17 AM

      Zero does cause problems with such calculations, so you could set those events to 1 day, hour, or similar. The problem is they probably failed or were non functional, yet not turned or noticed as failed till that point we are calling point zero. Keeping the info in the dataset is a preference, yet I would evaluate with and without the zero failure events to determine if it materially changes the results – if not – leave them out, if it does cause a difference, then it’s time to sort out root causes and model based on individual mechanisms, if possible. cheers, Fred

      Reply
  9. Rolin says

    July 9, 2020 at 11:12 AM

    thanks a lot for your explanations, if we had a problem like this,
    a person arrives at a certain point morning. The waiting time, in minutes, to arrive is log normally distributed with 5 min mean and 1 min standard deviation. what is the probability of arriving within 3 min?

    Reply
    • Fred Schenkelberg says

      July 9, 2020 at 1:44 PM

      Hi Rolin,

      solve the reliability function of the lognormal distribution. Set t to the duration of interest, here 3 min. Then set the mean and std. deviation parameters to the 5 and 1, respectively, and solve.

      cheers,

      Fred

      Reply
  10. Andrew Ghattas says

    May 4, 2021 at 6:10 AM

    If you have a point-coordinate on the CDF and the scale parameter (or ln standard deviation), how do you calculate the location parameter (or ln mean)?

    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