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 Hypothesis testing

Articles tagged Hypothesis testing

A set of statistical techniques that make a comparison of a population of items compared to a specification or to another population. Example specific techniques include the t-test to compare a mean to a specification or to another mean using samples, F-test to compare variances, and box plots to graphically compare two samples or populations. Hypothesis testing provides a means to quantify the detection of a statistically significant difference.

by Semion Gengrinovich Leave a Comment

Hypotheses Testing – What is That?

Hypotheses Testing – What is That?

Well, this article will be a little bit challenging and full of statistical terms. I would categorize the “Hypothesis testing” as most of common use in statistical analysis.

First time of usage happened in 1700s, but actual popularisation at early 20th century:

[Read more…]

Filed Under: Articles, on Product Reliability, Reliability Knowledge Tagged With: Hypothesis testing

by Semion Gengrinovich Leave a Comment

Introduction to the t-test

Introduction to the t-test

A brief introduction to the statistical hypothesis test called the t-test. Useful when examining if there is a difference between the means of two groups.

[Read more…]

Filed Under: Articles, on Product Reliability, Reliability Knowledge Tagged With: Hypothesis testing

by Fred Schenkelberg Leave a Comment

Hartley’s Test for Variance Homogeneity

Hartley’s Test for Variance Homogeneity

The Hartley test is an extension of the F distribution-based hypothesis test checking if two samples have different variances.

The F test works with two samples allowing us to compare two population variances based on the two samples. This test does not work for three or more populations. We could conduct multiple pairwise comparisons, yet the probability of an erroneous result is significant.

Bartlett’s Test and Levene’s Test are non-parametric checks for homogeneity of variances. Bartlett’s Test pretty much expects the underlying data to be normally distributed.

Levene’s Test is a better choice when you’re not sure the data is normal. Both are conservative and time-consuming to calculate.

We need another way to check for equal variances. [Read more…]

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Hypothesis testing

by Fred Schenkelberg 9 Comments

Bartlett’s Test for Homogeneity of Variances

Bartlett’s Test for Homogeneity of Variances

A common assumption when comparing three or more normal population means is they have similar (the same) population variances.

ANOVA and some DOE analysis results rely on the underlying data having similar variances. If this assumption is not true, the conclusions suggested by the ANOVA or DOE may be misleading.

It doesn’t take long to check. [Read more…]

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Hypothesis testing

by Fred Schenkelberg Leave a Comment

Two Proportions Hypothesis Testing

Two Proportions Hypothesis Testing

In the article, Hypothesis Tests for Proportion, the comparison is between a given value and the sample. In this case, let’s compare two populations. We take a sample which provides a proportion representing each population and determines if the populations are different from each other based on the two samples.

The exact solution uses the Binomial distribution, yet when np and 1 – np are greater than 5, then we can use a normal approximation for the test statistic and critical value. [Read more…]

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Hypothesis testing

by Fred Schenkelberg Leave a Comment

Run Test for Randomness

Run Test for Randomness

It seems that anytime we draw a sample, it should be taken randomly. Statistics books and papers regularly advise using a random sample. The adverse effect on results drawn from the experiment may hinge on the randomness of the selection of samples. [Read more…]

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Hypothesis testing

by Fred Schenkelberg Leave a Comment

Mood’s Median Test

Mood’s Median Test

This nonparametric hypothesis test tests the equality of population medians. While not as powerful as the Kruskal-Wallis Test, it is useful for smaller sample sizes, when there are a few outliers or errors in the data as it focuses only on the median value. [Read more…]

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Hypothesis testing, Statistics non-parametric

by Fred Schenkelberg 13 Comments

Kendall Coefficient of Concordance

Kendall Coefficient of Concordance

Comparisons for agreement

Let’s say we have data that is only rank order from two or more evaluators (people, algorithms, etc.) and we want to determine if the evaluators agree or not.

The agreement here meaning the results from one person or another are in agreement, or they are concordant. This is typically done with this non-parametric method for 3 or more evaluators. For a comparison of two evaluators consider using Cohen’s Kappa or Spearman’s correlation coefficient as they are more appropriate. [Read more…]

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Hypothesis testing, Statistics non-parametric

by Fred Schenkelberg Leave a Comment

Hypothesis Test Selection Flowchart

Hypothesis Test Selection Flowchart

This might be easier to read printed out.

[Read more…]

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Hypothesis testing

by Fred Schenkelberg 2 Comments

Hypothesis Test Selection

Hypothesis Test Selection

Over the past few weeks, we have explored about 8 different hypothesis test formulas. There are more. So, how do you determine which test to perform? Well, that depends on the question you are trying to answer and the type of data you’re dealing with. [Read more…]

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Hypothesis testing

by Fred Schenkelberg Leave a Comment

The Paired-Comparison Hypotheses Test for Variances

The Paired-Comparison Hypotheses Test for Variances

The F-test provides a means to compare paired data variances. It is a variance hypothesis test.

If we are exploring the precision of one measuring device or another, or we are comparing assembly processes, we often want to know if the variance is different or not.
Working with data from normal distributions from two different processes or devices, we know from statistical theory that the ratio (s1)2 / (s2)2 is described by the F distribution.
There are three hypothesis test possible, basically to test if the population variances are different, or one is less than or greater than the other. The following details the three test’s null and alternative hypotheses. [Read more…]

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Hypothesis testing

by Fred Schenkelberg Leave a Comment

Hypothesis Tests for Variance Case II

Hypothesis Tests for Variance Case II

The chi-square (Χ2) test provides the basis for the second case of hypothesis tests for variances. In this case, we want to compare observed and expected frequencies, or counts, of outcomes when there is no defined variance. In other words, we are working with attribute data. [Read more…]

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Hypothesis testing

by Fred Schenkelberg 2 Comments

Hypothesis Un-Equal Variance

Hypothesis Un-Equal Variance

Hypothesis testing of data may include two populations that have un-equal standard deviations. The t-test for differences considered in a previous post used the assumption of equal variances to pool the variance value. In this test, we want to consider if one population is different in some way than the other and we use the samples from each population directly even if the population have difference variances. [Read more…]

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Hypothesis testing

by Fred Schenkelberg 1 Comment

Equal Variance Hypothesis

Equal Variance Hypothesis

Hypothesis testing of paired data may include two populations that have the equal standard deviations. The t-test for differences considered in a previous post used the standard deviation of the differences. In this test, we want to consider if one population is different in some way than the other and we use the samples from each population directly. [Read more…]

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Hypothesis testing

by Fred Schenkelberg 1 Comment

Paired-Comparison Hypothesis Tests

Paired-Comparison Hypothesis Tests

Hypothesis testing previously discussed (link to past posts) generally considered samples from two populations. Maybe the experiments explored design changes, different component vendors, or two groups of customers. Occasionally you may find data that has some relationship between the samples, or where the samples are from the same population. Paired (or matched) data involves samples that are related in some meaningful way. [Read more…]

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Hypothesis testing

  • 1
  • 2
  • Next Page »

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