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 / Archives for Statistics distributions and functions

Articles tagged Statistics distributions and functions

by Fred Schenkelberg 6 Comments

Common Formulas

Common Formulas

Running through a couple of practice CRE exams recently (yeah, I know I should get out more…) found a few formulas kept coming up in the questions. While it is not a complete list of equation you’ll need for the exam, the following five will help in many of the questions. They seem popular maybe because the relate to key concepts in the body of knowledge, or they are easy to use in question creation. I do not know why. [Read more…]

Filed Under: Articles, CRE Prep, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Exponential distribution, Failure Rate, Statistics distributions and functions

by Fred Schenkelberg 4 Comments

Reliability from Hazard Step Function

Reliability from Hazard Step Function

Received a sample problem from someone preparing for the CRE exam saying it was a tricky one. 

The hazard rate function for a device is given by

0.001 if t ≤ 10 hours  and 0.01 if t > 10 hours

What is the reliability of this device at 12 hours?

I first draw the hazard function [Read more…]

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

by Fred Schenkelberg 12 Comments

Exponential Reliability

Exponential Reliability

Down to the last week of preparation for the exam on March 2nd. Good luck to all those signed up for that exam date. Time to focus on preparing your notes, organizing your references and doing a final run through of practice exams. [Read more…]

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability, Reliability Modeling and Predictions Tagged With: Exponential distribution, Failure Rate, Reliability Block Diagram (RBD), Statistics distributions and functions

by Fred Schenkelberg 7 Comments

Hypergeometric Distribution

Hypergeometric Distribution

In those situations where we sample without replacement, meaning the odds change after each sample is drawn, we can use the hypergeometric distribution for modeling. Great, sounds like statistician talk. So, let’s consider a real situation. [Read more…]

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

by Fred Schenkelberg 2 Comments

Poisson Distribution Calculation

Poisson Distribution Calculation

Let’s say the results of software testing averaged three defects per 10,000 lines of code. The criteria for release is 90% probability of 5 or fewer defects per 10k lines.

If this product ready for release?

The Poisson distribution is appropriate here as it is useful for modeling defects per unit, count per area, or arrivals per hour. If the data, in this case, the defect count per lines of code to be modeled by the Poisson distribution, the probability of an occurrence (defect in this case) has to be proportional to the interval (lines of code in this case). Also, the number of occurrences (defects) per interval must be independent (more on statistical independence in another post). [Read more…]

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

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. [Read more…]

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

by Fred Schenkelberg 2 Comments

Reading CDF Plots

Reading CDF Plots

First the Question:

Fred,
Early in the FMEA lecture you worked through a homework problem and you mentioned that a cdf may not be linear (hence the reason for giving three points in a reliability goal).  Can you give an example of two of things you’ve seen with non-linear cdf’s?  I’ve only done limited reliability testing at this point, but everything I’ve done and every example I’ve ever seen have had linear cdf’s.
Thanks,
John

And, my response: [Read more…]

Filed Under: Articles, CRE Preparation Notes, Data Collection and Use, Probability and Statistics for Reliability Tagged With: Statistics distributions and functions

by Fred Schenkelberg 33 Comments

How to Calculate Warranty Failures

How to Calculate Warranty Failures

Let’s say we have a product that most often fails for one major component. Let’s say a fan (it could be anything, and while I don’t have anything against fans, it’s easy to picture).

Ok, this fan has a data sheet with the classic reliability claim of 50,000 hours MTBF. For those that know about my disdain for MTBF (www.nomtbf.com) rest assured I’m not going to get into it here. The basic approach for estimating the number of failure during any [Read more…]

Filed Under: Articles, CRE Preparation Notes Tagged With: Statistics distributions and functions

by Fred Schenkelberg 5 Comments

The Four Functions

The Four Functions

There are four functions related to life distributions of importance to reliability engineering.

Nearly all textbooks on reliability either introduce or use these functions. Likewise, nearly every calculation related to reliability statistics also uses at least one of functions.

Suppose we produced 100 units of a product and tracked them all till failure over time.

Eventually, all of them would fail. And, unlike the Parson’s One Hoss Shay the products and their components would not all fail at the same time.

One way to track the failures over time is to use a simple histogram.

By plotting the number of failures each month, for example, we would [Read more…]

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

  • « Previous Page
  • 1
  • 2
  • 3
  • 4

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