Accendo Reliability

Your Reliability Engineering Professional Development Site

  • Home
  • About
    • Contributors
    • About Us
    • Colophon
    • Survey
  • Reliability.fm
    • Speaking Of Reliability
    • Rooted in Reliability: The Plant Performance Podcast
    • Quality during Design
    • CMMSradio
    • Way of the Quality Warrior
    • Critical Talks
    • Asset Performance
    • 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
    • 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
    • Journals
    • Higher Education
    • Podcasts
  • Courses
    • Your Courses
    • 14 Ways to Acquire Reliability Engineering Knowledge
    • 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
      • FMEA Introduction
      • AIAG & VDA FMEA Methodology
    • Barringer Process Reliability Introduction
      • Barringer Process Reliability Introduction Course Landing Page
    • Fault Tree Analysis (FTA)
    • Foundations of RCM online course
    • Reliability Engineering for Heavy Industry
    • How to be an Online Student
    • Quondam Courses
  • Webinars
    • Upcoming Live Events
    • Accendo Reliability Webinar Series
  • Calendar
    • Call for Papers Listing
    • Upcoming Webinars
    • Webinar Calendar
  • Login
    • Member Home
Home » Articles » CRE Preparation Notes » Probability and Statistics for Reliability » Create a Stem and Leaf Plot

by Fred Schenkelberg 3 Comments

Create a Stem and Leaf Plot

Create a Stem and Leaf Plot

There are times when you do not have a computer available and would like to visualize the distribution of a small set of data. With paper and pencil, you can create a representation that is similar to a probability density function plot.

Let’s say we have 20 numbers:

14, 2, 2, 15, 3, 42, 6, 40, 7, 18

42, 31, 0, 29, 29, 4, 44, 6, 5, 19

If we have a few minutes and a curiosity about the shape of the distribution, we can rewrite the data in a simple table to get a rough view of the shape. For example, we may wonder if the data is normally distributed (symmetric about the mean) or skewed.

Steps to Create a Stem and Leaf Plot

1. Determine range and stem values

The range of values go from zero to 44, thus we could use the first digit (zero for single digit values) for the stem. This will create 5 groups of data to organize the leafs.

2. Write down the stem values

In this case, it is the first digits, or

0
1
2
3
4

For convince add a vertical line just to the right of the values (optional)

3. Add the leaf values

For each value in the dataset, add the second digit after the stem position corresponding to the first digit.

For the value 14, we add the ‘4’ after the stem value of ‘1’, as shown here

|
0 |
1 |  4
2 |
3 |
4 |
|

Continue adding leaf values for all the values in the dataset.

|
0 | 2 2 3 7 0 4 6 5
1 | 4 5 8 9
2 | 9
3 | 1
4 | 2 2 4
|

4. Enjoy

The rearranged table of numbers does show some evidence of a right skew with the mean and median value in the 10 to 20 range.

The plot doesn’t provide confidence bounds, goodness-of-fit values, etc. Yet it does provide some basic information that may be just enough to make a decision without waiting for a computer or data analyst. For larger datasets, the resulting plot provides an accurate representation of the distribution, yet the process becomes tedious with larger datasets.


Related:

Reading a Standard Normal Table

Binomial Cumulative Density Function

Run Test for Randomness

 

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

« When to Make a Reliability Prediction
The Range Rule »

Comments

  1. James Wasiloff says

    September 23, 2014 at 3:44 AM

    Nice! Exemplifies the “KISS” principle (keep it statistically simple!)

    Reply
    • Fred Schenkelberg says

      September 23, 2014 at 7:55 AM

      Hi James,

      There are quite a few statistically simple processes out there – too many have forgotten given our love for computer output.

      Cheers,

      Fred

      Reply
    • Fred Schenkelberg says

      September 23, 2014 at 7:55 AM

      Hi James,

      There are quite a few statistically simple processes out there – too many have forgotten given our love for computer output.

      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.

Get Weekly Email Updates
  • 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

Book the Course with John
  Ask a question or send along a comment. Please login to view and use the contact form.
This site uses cookies to give you a better experience, analyze site traffic, and gain insight to products or offers that may interest you. By continuing, you consent to the use of cookies. Learn how we use cookies, how they work, and how to set your browser preferences by reading our Cookies Policy.