Accendo Reliability

Your Reliability Engineering Professional Development Site

  • Home
  • About
    • Contributors
  • Reliability.fm
    • Speaking Of Reliability
    • Rooted in Reliability: The Plant Performance Podcast
    • Quality during Design
    • Way of the Quality Warrior
    • Critical Talks
    • Dare to Know
    • Maintenance Disrupted
    • Metal Conversations
    • The Leadership Connection
    • Practical Reliability Podcast
    • Reliability Matters
    • Reliability it Matters
    • Maintenance Mavericks Podcast
    • Women in Maintenance
    • Accendo Reliability Webinar Series
  • Articles
    • CRE Preparation Notes
    • on Leadership & Career
      • Advanced Engineering Culture
      • 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 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
      • ReliabilityXperience
      • RCM Blitz®
      • 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
      • Metals Engineering and Product Reliability
      • Musings on Reliability and Maintenance Topics
      • Product Validation
      • Reliability Engineering Insights
      • Reliability in Emerging Technology
    • 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
      • Integral Concepts
      • Learning from Failures
      • Progress in Field Reliability?
      • R for Engineering
      • Reliability Engineering Using Python
      • Reliability Reflections
      • Testing 1 2 3
      • The Manufacturing Academy
  • eBooks
  • Resources
    • Accendo Authors
    • FMEA Resources
    • Feed Forward Publications
    • Openings
    • Books
    • Webinars
    • Journals
    • Higher Education
    • Podcasts
  • Courses
    • 14 Ways to Acquire Reliability Engineering Knowledge
    • Reliability Analysis Methods online course
    • Measurement System Assessment
    • SPC-Process Capability Course
    • Design of Experiments
    • Foundations of RCM online course
    • Quality during Design Journey
    • Reliability Engineering Statistics
    • Quality Engineering Statistics
    • An Introduction to Reliability Engineering
    • Reliability Engineering for Heavy Industry
    • An Introduction to Quality Engineering
    • Process Capability Analysis course
    • Root Cause Analysis and the 8D Corrective Action Process course
    • Return on Investment online course
    • CRE Preparation Online Course
    • Quondam Courses
  • Webinars
    • Upcoming Live Events
  • Calendar
    • Call for Papers Listing
    • Upcoming Webinars
    • Webinar Calendar
  • Login
    • Member Home

by Fred Schenkelberg 1 Comment

The 2 Parameter Lognormal Distribution 7 Formulas

The 2 Parameter Lognormal Distribution 7 Formulas

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

The Lognormal distribution is a versatile and continuous distribution. It is similar to the Weibull in flexibility with just slightly fatter tails in most circumstances. It is commonly used to describe time to repair behavior. This short article focuses on 7 formulas of the Lognormal 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 scale parameter, μN is the mean of the normally distributed natural logarithm of the data, ln(x). Unlike the normal distribution this parameter is only the scale and not the location. The scale parameter ranges from -∞ < μN < ∞ and if found from the data with: $$ \displaystyle\large {{\mu }_{N}}=\ln \left( \frac{{{\mu }^{2}}}{\sqrt{{{\sigma }^{2}}+{{\mu }^{2}}}} \right)$$ The shape parameter, σ2N is the standard deviation of the normally distributed ln(x). Unlike the normal distribution this parameter is only the shape and not the scale. The shape parameter is always positive and is determined by the data using: $$ \displaystyle\large \sigma _{N}^{2}=\ln \left( \frac{{{\sigma }^{2}}+{{\mu }^{2}}}{{{\mu }^{2}}} \right)$$ In summary despite the parameters being known as sigma and mu they are not the mean and standard deviation of the distribution, thus be cautious interpreting the parameters. Probability Density Function (PDF) When t > 0 then the probability density function formula is:

$$ \displaystyle\large \begin{array}{l}f(t)=\frac{1}{{{\sigma }_{N}}t\sqrt{2\pi }}\exp \left[ -\frac{1}{2}{{\left( \frac{\ln \left( t \right)-{{\mu }_{N}}}{{{\sigma }_{N}}} \right)}^{2}} \right]\\f(t)=\frac{1}{{{\sigma }_{N}}t}\phi \left[ \frac{\ln \left( t \right)-{{\mu }_{N}}}{{{\sigma }_{N}}} \right]\end{array}$$

Where ? is the standard normal PDF.

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 \begin{array}{l}F(t)=\frac{1}{{{\sigma }_{N}}t\sqrt{2\pi }}\int_{0}^{t}{\exp \left[ -\frac{1}{2}{{\left( \frac{\ln \left( t \right)-{{\mu }_{N}}}{{{\sigma }_{N}}} \right)}^{2}} \right]}dt\\F(t)=\Phi \left[ \frac{\ln \left( t \right)-{{\mu }_{N}}}{{{\sigma }_{N}}} \right]\end{array}$$

Where Φ is the standard normal CDF.

Reliability Function

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

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

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 is the probability of surviving time x given the item has already survived over time t?

$$ \displaystyle\large m(x)=R\left( x|t \right)=\frac{1-\Phi \left[ \frac{\ln \left( x+t \right)-{{\mu }_{N}}}{{{\sigma }_{N}}} \right]}{1-\Phi \left[ \frac{\ln \left( t \right)-{{\mu }_{N}}}{{{\sigma }_{N}}} \right]}$$

Mean Residual Life

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

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

Hazard Rate

This is the instantaneous probability of failure per unit time.

$$ \displaystyle\large h(x)=\frac{\phi \left[ \frac{\ln \left( t \right)-{{\mu }_{N}}}{{{\sigma }_{N}}} \right]}{t{{\sigma }_{N}}\left( 1-\left[ \frac{\ln \left( t \right)-{{\mu }_{N}}}{{{\sigma }_{N}}} \right] \right)}$$

Cumulative Hazard Rate

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

$$ \displaystyle\large H\left( t \right)=-\ln \left[ R\left( t \right) \right]$$

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Discrete and continuous probability distributions, Lognormal 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.

« The Perfect Reliability Program
Static Electricity Basics »

Comments

  1. Dr. Lutfor Rahman says

    May 23, 2022 at 9:03 PM

    Recent probability distribution case study is needed.

    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" ]

[/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