What is an EWMA Chart? The EWMA chart (Exponentially-Weighted Moving Average Chart) is a control chart monitoring the exponentially-weighted average of previous and present subgroup means. The more recent data get more weight than older data. It detects the shift of the process mean from the process target over time. The underlying distribution of the […]
Author Archive | Michael Parker
CumSum Chart with Minitab
What is a CumSum Chart? The CumSum chart (also called cumulative sum control chart or CUSUM chart) is a control chart of monitoring the cumulative sum of the subgroup mean deviations from the process target. It detects the shift of the process mean from the process target over time. The underlying distribution of the CuSum […]
NP Chart with Minitab
What is a NP Chart? The NP chart is a control chart monitoring the count of defectives. It plots the number of defectives in one subgroup as a data point. The subgroup size of the NP-chart is constant. The underlying distribution of this control chart is binomial distribution. NP Chart Equations NP-chart Data Point: Center […]
Xbar S Chart with Minitab
What is a Xbar S Chart? The X-S chart (also called Xbar S chart) is a control chart for continuous data with a constant subgroup size greater than ten. The Xbar chart plots the average of a subgroup as a data point. The S chart plots the standard deviation within a subgroup as a data […]
Two Sample Proportion Test with Minitab
What is the Two Sample Proportion Test? The two sample proportion test is a hypothesis test to compare the proportions of one certain event occurring in two populations following the binomial distribution. Two Sample Proportion Test Assumptions How the Two Sample Proportion Test Works When np ≥ 5 and np(1 – p) ≥ 5, we […]
P Chart with Minitab
What is a P Chart? The P chart plots the percentage of defectives in one subgroup as a data point. It considers the situation when the subgroup size of inspected units is not constant. The underlying distribution of the P-chart is binomial distribution. P Chart Equations Data Point: Center Line: […]
U Chart with Minitab
What is a U Chart? The U chart is a type of control chart used to monitor discrete (count) data where the sample size is greater than one, typically the average number of defects per unit. Defect vs. Defective Remember the difference between defect and defective? A defect of a unit is the unit’s characteristic […]
Xbar R Chart with Minitab
Xbar R Chart The Xbar R chart is a control chart for continuous data with a constant subgroup size between two and ten. The Xbar chart monitors the process mean and the R chart monitors the variation within subgroups. The Xbar is valid only if the R chart is in control. The underlying distribution of […]
IR Chart with Minitab
What is an IR Chart? The IR chart (also called individual-moving range chart or I-MR chart) is a popular control chart for continuous data with subgroup size equal to one. If there are n data points in the I chart, there are n –1 data points in the MR chart. The I chart is valid […]
Stepwise Regression in Minitab
What is Stepwise Regression? Stepwise regression is a statistical method to automatically select regression models with the best sets of predictive variables from a large set of potential variables. There are different statistical methods used in stepwise regression to evaluate the potential variables in the model: Three Approaches to Stepwise Regression How to Use Minitab […]
Full Factorial with Minitab
What is a Full Factorial DOE? In a full factorial experiment, all of the possible combinations of factors and levels are created and tested. For example, for two-level design (i.e.each factor has two levels) with k factors, there are 2k possible scenarios or treatments. Two factors, each with two levels, we have 22 = 4 treatments […]
Logistic Regression with Minitab
What is Logistic Regression? Logistic regression is a statistical method to predict the probability of an event occurring by fitting the data to a logistic curve using logistic function. The regression analysis used for predicting the outcome of a categorical dependent variable, based on one or more predictor variables. The logistic function used to model […]
Run Chart with Minitab
Why we use a Run Chart A run chart is a chart used to present data in time order. These charts capture process performance over time. The X axis indicates time and the Y axis shows the observed values. A run chart is similar to a scatter plot in that it shows the relationship between X and […]
Box Cox Transformation with Minitab
What is a Box Cox Transformation? Box Cox Transformation Formula The formula of the Box Cox transformation is: Where: Use Minitab to Perform a Box-Cox Transformation Minitab provides the best Box-Cox transformation with an optimal λ that minimizes the model SSE (sum of squared error). Here is an example of how we transform the non-normally […]
Multiple Linear Regression with Minitab
What is Multiple Linear Regression? Multiple linear regression is a statistical technique to model the relationship between one dependent variable and two or more independent variables by fitting the data set into a linear equation. The difference between simple linear regression and multiple linear regression: Multiple Linear Regression Equation Where: Both dependent and independent variables […]
Simple Linear Regression with Minitab
What is Simple Linear Regression? Simple linear regression is a statistical technique to fit a straight line through the data points. It models the quantitative relationship between two variables. It is simple because only one predictor variable is involved. It describes how one variable changes according to the change of another variable. Both variables need […]
Mann Whitney Testing with Minitab
What is the Mann Whitney Test? The Mann Whitney test (also called Mann–Whitney U test or Wilcoxon rank-sum test) is a statistical hypothesis test to compare the medians of two populations that are not normally distributed. In a non-normal distribution, the median is the better representation of the center of the distribution. Where: Mann Whitney […]
One Way ANOVA with Minitab
What is One Way ANOVA? One way ANOVA is a statistical method to compare means of two or more populations. It is a generalized form of the two sample t-test since a two sample t-test compares two population means and one-way ANOVA compares k population means where k ≥ 2. Assumptions of One Way ANOVA […]
One Sample t Test with Minitab
What is a t Test? In statistics, a t test is a hypothesis test in which the test statistic follows a Student’s t distribution if the null hypothesis is true. We apply a one sample t test when the population variance (σ) is unknown and we use the sample standard deviation (s) instead. A hypothesis […]
Central Limit Theorem with Minitab
What is Central Limit Theorem? The Central Limit Theorem is one of the fundamental theorems of probability theory. It states a condition under which the mean of a large number of independent and identically-distributed random variables, each of which has a finite mean and variance, would be approximately normally distributed. Let us assume Y1, Y2 […]