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 Hardware Product Develoment Lifecycle
      • 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 » SHR

by Steven Wachs Leave a Comment

Module 11: Logistic Regression (Discrete Responses)

Module 11 Introduction

Lesson M11-00

Duration: 3 minutes

Advanced Hypothesis Testing & Regression Reference Textbook – Section 3

In the last module, we discuss regression models that handle discrete responses (binary, ordinal, nominal responses).  Logistic regression is the most common approach although other “link functions” are possible that would result in Probit regression or Gompit regression.  Logistic regression is the most common approach since it has nice interpretive qualities.  

Use the course menu to navigate to the first lesson

by Steven Wachs Leave a Comment

Module 10: Multiple Linear Regression (Multiple Factors)

Module 10 Introduction

Lesson M10-00

Duration: 3 minutes

Statistics, Hypothesis Testing, & Regression Reference Textbook – Section 9

Module 10 expands the Regression models to allow multiple predictors in the model.  With multiple potential predictors, we need to test each one to determine whether they are statistically significant.  We can use p-values to determine whether terms belong in the model or not.  We consider some model building strategies including some automated routines that help determine the best models using various criteria and avoid issues like multi-collinearlty.  We discuss the potential issues of multi-collinearity and highly influential data points and how to detect these issues.  Finally, we learn how to model categorical predictors through the use of indictor variables.  Of course, examples and exercises allow us to fully understand how to develop models in Minitab.  

Use the course menu to navigate to the first lesson

by Steven Wachs Leave a Comment

Module 9: Simple Linear Regression (Single Factor)

Module 9 Introduction

Lesson M09-00

Duration: 4 minutes

Statistics, Hypothesis Testing, & Regression Reference Textbook – Sections 7,8

This module covers the development of (linear) predictive models from data with one response and one predictor.  We start with characterizing the strength of the linear relationship between variables through the use of the correlation coefficient.  After introducing some of the key concepts in modeling, we learn the method of use least squares regression to find the best fit line to data where one variable is the predictor and one is the response (output).  Testing the model for validity may be done by analyzing the residuals (differences between the actual responses and predicted responses).  We review an example and also look at how we use models for prediction purposes (along with the inherent uncertainty in such predictions).  We complete the module with an application of Simple Linear Regression, where we develop a model to predict the shelf life of a product.

Use the course menu to navigate to the first lesson

by Steven Wachs Leave a Comment

Module 8: Nonparametric Hypothesis Tests

Module 8 Introduction

Lesson M08-00

Duration: 3 minutes

Advanced Hypothesis Testing & Regression Reference Textbook – Section 5

This Module covers Hypothesis Tests that may be used when specific assumptions of parametric / standard Hypothesis Tests do not hold.  These tests have fewer requirements however they also have less statistical power.  We cover some common nonparametric 1-sample, 2-sample, and multiple sample tests.

Use the course menu to navigate to the first lesson

by Steven Wachs Leave a Comment

Module 7: Discrete Distributions & Chi-Square Tests

Module 7 Introduction

Lesson M07-00

Duration: 5 minutes

Advanced Hypothesis Testing & Regression Reference Textbook – Section 1,2

In Module 7, we prepare for some hypothesis test involving categorial data by first reviewing some common distributions that describe discrete data. Then we cover the chi-square test of independence is used to test whether a relationship exists between categorical variables.  Finally, we learn some of the details of the Fisher’s Exact test which uses the Hypergeometric Distribution and is useful when we have small sample sizes for the Chi-Square test.

Use the course menu to navigate to the first lesson

by Steven Wachs Leave a Comment

Module 6: Power & Sample Size

Module 6 Introduction

Lesson M06-00

Duration: 4 minutes

Statistics, Hypothesis Testing, & Regression Reference Textbook – Section 6

So far, we have learned about performing hypothesis tests without major concern about sample sizes.  In this section, we will understand how the sample size affects the Type II error probability (the probability that we fail to reject the null hypothesis when the alternate is actually true).  While several things affect the Power, the only one that we can easily control is the sample size.  It’s important that the sample size be appropriate.  If it’s too small, the power will be low (high probability of making a Type II error).  On the other hand, if the sample size is too large, we run the risk of concluding significant differences exist when they are not actually different from a practical standpoint.  That is, the test can become to sensitive and we may conclude differences exists when they are not meaningful.  So, here we learn how to compute an appropriate sample size for hypothesis tests. We also cover sample size calculations when we are simply estimating a statistic like a mean or standard deviation (so that the margin of error in our estimate is reasonably small).  Finally, we also cover sample size calculations for Equivalence Tests so that if practical equivalence actually exists, we are likely to conclude that based on our test.  

Use the course menu to navigate to the first lesson

by Steven Wachs Leave a Comment

Module 5: Hypothesis Tests for Multiple (>2) Groups

Module 5 Introduction

Lesson M05-00

Duration: 4 minutes

Statistics, Hypothesis Testing, & Regression Reference Textbook – Section 5

In Module 5, we cover testing multiple process means and variances for equality.  When the groups are not all equal, we may use multiple comparison’s procedures to determine which groups (if any) are equivalent.  Data transformations are sometimes needed to either satisfy normality assumptions or constant variance assumptions.

Use the course menu to navigate to the first lesson

by Steven Wachs Leave a Comment

Module 4: Hypothesis Tests for Two Groups

Module 4 Introduction

Lesson M04-00

Duration: 3 minutes

Statistics, Hypothesis Testing, & Regression Reference Textbook – Section 4

In Module 4, we cover hypothesis tests for two groups.  That is, we are comparing whether two variances, two means, or two proportions are statistically different with a specified level of confidence.  Because the appropriate two sample means test depends on whether the group variances are equal or not, we start by learning how to test two variances.  In some situations, the data in the two groups is paired (where the first measurement in one group is related to the first measurement in the second group).  In these situations, it is much more powerful to use the paired test to test for differences.  As with the single process hypothesis tests we can use the test statistic/critical value method, use the p-value, or use confidence intervals to test the hypothesis.  

Use the course menu to navigate to the first lesson

by Steven Wachs Leave a Comment

Module 3: Hypothesis Testing Concepts and 1-Sample Tests

Module 3 Introduction

Lesson M03-00

Duration: 5 minutes

Statistics, Hypothesis Testing, & Regression Reference Textbook – Section 3

In general, hypothesis testing is used to test any conjecture or theory. Usually, a statistical hypothesis is a statement about the parameter values of some probability distribution. For example, we may hypothesize regarding values of means, variances, or distribution shapes. The idea is that we establish a hypothesis and then we collect a random sample of data from the population or process under study. Then, we use the data to compute an appropriate test statistic which tells us whether enough evidence exists to support the hypothesis given an established level of error. 

To illustrate, we begin by considering hypothesis tests for process/population averages.  The concepts involved in hypothesis testing will be explained in the context of the testing a population mean.  Subsequently, other types of hypothesis tests will be covered such as testing proportions and variances.  Equivalence Tests are introduced in the case of 1-sample.  Finally, the use of Tolerance Intervals is discussed.  Note that the hypothesis tests covered in this first module all involve a single process and the hypothesis involves testing whether a process parameter is equal to a target value (constant).  

Use the course menu to navigate to the first lesson

by Steven Wachs Leave a Comment

Module 2: Graphical Analysis

Module 2 Introduction

Lesson M02-00

Duration: 7 minutes

Statistics, Hypothesis Testing, & Regression Reference Textbook – Section 2

Exploratory Graphical Analysis is useful place to begin when analyzing datasets.  Unusual data points may reflect errors in data collection or transcription.  Additionally, obvious patterns may be seen graphically, which can help uncover issues to explore further.  Many types of graphs may be created to explore data over time, relationships between variables, distribution fits, etc.  Graphical Methods are used to:

  • Quickly summarize data
  • Visually represent descriptive statistics (e.g. mean, median, std. deviation, etc.)
  • Prioritize quality problems
  • Identify sources of variability
  • Study processes over time
  • Understand relationships between variables 

Use the course menu to navigate to the first lesson

by Steven Wachs Leave a Comment

Module 1: Basic Statistics & Distributions

Module 1 Introduction

Lesson M01-00

Duration: 3 minutes

Statistics, Hypothesis Testing, & Regression Reference Textbook – Section 1

This module reviews some of the basic ideas and concepts related to statistics and distributions.  Data has various types (e.g., continuous vs. attribute), and the type of data is important for using the right analysis method.  Much of this course deals with statistics that describe central tendency and variation, so they are reviewed here.  The Normal distribution plays an important role in many of the methods discussed in this course, so it is also introduced/reviewed here.  Finally, the Central Limit theorem is useful for understanding some of the differences between raw individual data and averages that are calculated from the raw data.  These ideas related to statistics and distributions will be used throughout the rest of this course.    

Use the course menu to navigate to the first lesson

by Steven Wachs Leave a Comment

Course Introduction

This course has 11 modules, 53 lessons, and approximately 32 hours of material, examples, and exercises. Steven is available to answer your questions and discuss course topics. Once purchased, you have full access for six months. The course is on-demand, so you can engage with the course in a way that fits your schedule and interests.

The objective of the curriculum is to provide participants with the analytical tools and methods necessary to:

  • Describe and summarize data effectively with descriptive statistics and graphical methods
  • Correctly compare groups with respect to means, variability, and proportions by testing hypotheses
  • Estimate key statistics and quantify uncertainty (confidence intervals)
  • Characterize expected variation from sample data (tolerance intervals)
  • Determine appropriate sample sizes to achieve adequate power for hypothesis tests
  • Develop, validate, and utilize predictive models

Participants gain a solid understanding of important concepts and methods to analyze data and support effective decision making.  Many practical examples are presented to illustrate the application of technical concepts.

The course format is voice-over slides along with a ‘live’ view of Steven showing how to use Minitab with examples and when reviewing exercise solutions.

The course includes the recorded presentations, a Participant Guide (copies of the slides), a two supplimental textbooks, and two sets of Minitab files that includes the datasets for examples and exercises, respectively. You can download the guide, textbook, and Mintab files in the third lesson of the Course Introduction module.

The course does include some statistical background and theory, yet the emphasis is on applying statistical methods using Minitab software. We will examine the data setup, analysis, and interpretation over the course of the full course.

Use the course menu to navigate to the first lesson.

Get Weekly Email Updates
The Accendo Reliablity logo of a sun face in circuit

Please login to have full access.




Lost Password? Click here to have it emailed to you.

Not already a member? It's free and takes only a moment to create an account with your email only.

Join

Your membership brings you all these free resources:

  • Live, monthly reliability webinars & recordings
  • eBooks: Finding Value and Reliability Maturity
  • How To articles & insights
  • Podcasts & additional information within podcast show notes
  • Podcast suggestion box to send us a question or topic for a future episode
  • Course (some with a fee)
  • Largest reliability events calendar
  • Course on a range of topics - coming soon
  • Master reliability classes - coming soon
  • Basic tutorial articles - coming soon
  • With more in the works just for members
Speaking of Reliability podcast logo

Subscribe and enjoy every episode

RSS
iTunes
Stitcher

Join Accendo

Receive information and updates about podcasts and many other resources offered by Accendo Reliability by becoming a member.

It’s free and only takes a minute.

Join Today

Dare to Know podcast logo

Subscribe and enjoy every episode

RSS
iTunes
Stitcher

Join Accendo

Receive information and updates about podcasts and many other resources offered by Accendo Reliability by becoming a member.

It’s free and only takes a minute.

Join Today

Accendo Reliability Webinar Series podcast logo

Subscribe and enjoy every episode

RSS
iTunes
Stitcher

Join Accendo

Receive information and updates about podcasts and many other resources offered by Accendo Reliability by becoming a member.

It’s free and only takes a minute.

Join Today

Recent Articles

  • The Hidden Power of the P-Diagram in Engineering Design
  • 4: Design & Planning – Part 1: Design
  • Why Weibull is so popular?
  • How to Judge a Reliability Book
  • Deciding When to Do a Reliability Failure Study

© 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.