Calculation formulas
This document contains information about the statistical formulas used in KensoBI panels and data sources.
Table of Contents
- Sample Mean Formula
- Average Range Formula
- Standard Deviation Formulas
- Mean of Means Formula
- Capability Indices Formulas
- Control Limits Calculation
- Shewhart individuals control chart
Sample Mean Formula
The sample mean () is a measure of central tendency, representing the average value of a set of sample data.
Formula
The formula for the sample mean is given by:
Where:
- is the sample mean,
- is the number of data points in the sample,
- represents each individual data point.
In this formula, represents the sum, and denotes the mean.
Average Range Formula
The average range () in statistical process control is calculated as the average of the individual ranges. The range is the difference between the maximum and minimum values in a sample.
Formula
The formula for average range is given by:
Where:
- is the average range,
- are the individual ranges in each of the samples, and
- is the number of samples.
This formula represents the central tendency of the range values and is commonly used in control chart calculations, such as in the context of an R-chart in statistical process control.
Standard Deviation Formulas
The standard deviation () is a measure of the amount of variation or dispersion in a set of values.
Population Standard Deviation Formula
The formula for the population standard deviation is given by:
Where:
- is the population standard deviation,
- is the number of data points in the population,
- represents each individual data point,
- is the mean of the population.
Sample Standard Deviation Formula
The formula for the sample standard deviation is given by:
Where:
- is the sample standard deviation,
- is the number of data points in the sample,
- represents each individual data point,
- is the mean of the sample.
In both formulas, denotes the square root, represents the sum, and denotes the mean.
Sample Range Formula
The sample range () is a measure of the spread or dispersion of a set of sample data.
Formula
The formula for the sample range is given by:
Where:
- is the sample range,
- is the maximum value in the sample,
- is the minimum value in the sample.
In this formula, represents the maximum value, and represents the minimum value in the sample.
Mean of Means Formula
The mean of means () is a measure that represents the average of sample means across multiple groups or samples.
Formula
The formula for the mean of means is given by:
Where:
- is the mean of means,
- is the number of groups or samples,
- represents the mean of the group or sample.
In this formula, represents the sum, and denotes the mean of means.
Capability Indices Formulas
Capability indices are statistical measures used to assess the ability of a process to meet specifications.
Cp Formula
The Cp (Process Capability) index is calculated as:
Pp Formula
The Pp (Potential Process Capability) index is calculated as:
Cpk Formula
The Cpk (Process Capability Index) index is calculated as:
Ppk Formula
The Ppk (Potential Process Capability Index) index is calculated as:
Control Limits Calculation
It's important to note that X-bar charts can have up to four control limits, depending on the type of chart and the desired analysis.
X-bar charts
The control limits for X-bar charts are calculated as follows:
R-bar charts
For R-bar charts, the control limits are calculated as follows:
S-bar charts
For S-bar charts, the control limits are calculated as follows:
Shewhart individuals control chart
In statistical quality control, the individual/moving-range chart is a type of control chart used to monitor variables data from a business or industrial process for which it is impractical to use rational subgroups.
Process variation chart
Chart type: Moving-range chart
Calculation of moving range
The difference between data point, and its predecessor, , is calculated as
.
For individual values, there are ranges. Next, the arithmetic mean (Center line) of these values is calculated as
.
Calculation of moving range control limit
The upper control limit for the range (or upper range limit) is calculated by multiplying the average of the moving range by for n = 2;
The lover control limit for the range is calculated by multiplying the average of the moving range by for ;
Process mean chart
Chart type: Mean chart
Calculation of individuals control limits
First, the average (Center line) of the individual values is calculated:
Next, the upper control limit () and lower control limit () for the individual values (or upper and lower natural process limits) are calculated:
.
.
where is constant for subgroup size
Constants
The values are constants configured for calculations in the SPC panel. The values are also available as an SQL script.