2.64.2.1 Tutorial for Capability Analysis

Notes for Starting

  • Download the sample project file from here and open it in Origin.

Topics for Further Reading:

Normal Capability Analysis

Background

A quality engineer wants to evaluate the pipe production process. He collected data for height (feet) of pipe at 150 samples.

He want to check whether the mean of the pipe height is 5 and the difference of their height can not vary more than 0.02 (4.98, 5.02)

Steps in Origin
  1. Open folder 1. Normal. Activate the workbook Height of Pipe.
  2. Highlight column A in worksheet. Click the Statistical Process Control icon SPC Icon.png in the Apps Gallery window.
  3. Select the Capability Analysis tab, select Normal Capability Analysis
    NPA GUI.png
  4. In the Input tab of the opened dialog, column A is selected automatically as Measurement Data. Choose Subgroup Size By to be Constant and set the Subgroup Size Constant to be 1
    NPA Input.png
  5. In the Limits tab, set Lower Spec to be 4.98, Upper Spec to be 5.02 and Target to be 5
    NPA Limit.png
  6. Click OK button. A graph with report tables will be created
Interpreting the Results

The process is approximately centered and all observed measurements are within the specification limits. The capability indices Cpk, Ppk, and Cpm are all greater than 1.33, which is a generally accepted minimum value for a capable process. Therefore, the width meets the production requirements

NPA Report.png

Between Within Capability Analysis

Background

A engineer wants to access the production process of the stainless steel sheet.

He collects 4 measurements of the thickness from 20 consecutive steel sheets. The thickness much be 3 ± 0.1 mm.

Steps in Origin
  1. Open folder 2. Between-Within, activate the workbook Steel Sheet
  2. Click the Statistical Process Control icon SPC Icon.png in the Apps Gallery window.
  3. Keep in the Capability Analysis tab, select Between/Within Capability Analysis
  4. In the Input tab of the opened dialog, select column A to be Measurement Data. Choose Subgroup Size By to be Column and set the Subgroup Size Column to be Column B
    BCA Input.png
  5. In the Limits tab, set Lower Spec to be 2.9, Upper Spec to be 3.1 and Target to be 3
    BCA limit.png
  6. Click OK button. A graph with report tables will be created
Interpreting the Results

Not all the measurements are within the specification limits. For between/within capability, Cp is 1.188, which indicates that the specification spread is 1.19 times greater than the 6-σ spread in the process. Cp and Cpk is a slightly different, indicating that the process is slightly off centered. For overall capability, Pp, Ppk, and Cpm are very close to each other, indicating that the process is centered and on target. However, Ppk is less than 1.33, which is a generally accepted minimum value for a capable process. We can conclude that the process is good but its capability still could be improved.

BCA Results.png

Non-normal Capability Analysis

Background

There is a dataset of weight values which follows the weibull distribution. We hope the data are not larger than 1.

Steps in Origin
  1. Opened folder 3. Nonnormal. Activate the workbook Weibull
  2. Click the Statistical Process Control icon SPC Icon.png in the Apps Gallery window.
  3. Keep in the Capability Analysis tab, select Non-normal Capability Analysis
  4. In the Input tab of the opened dialog, Measurement Data to be column A.
  5. In the Distribution' tab, set Distribution to be Weibull, set Method to be Estimate Parameters. Keep Fix Shape At box to be empty.
    NCA Distribution.png
  6. In the Limits tab, set Upper Spec to be 1, keep all other text box to be empty.
    NCA Limit.png
  7. Click OK button. A graph with report tables will be created
Interpreting the Results

The dataset appear to follow the fitted curve of weibull distribution. All the measurements falls below the upper specification limits. We can say the process meets requirements

NCA Results.png

Binomial Capability Analysis

The binomial capability analysis is used to determine if the percentage of defective items in a process meets customer specifications. There are only two possible outcomes when you examine one item: it is either defective or not defective.

Background

The manager of a shop performs service satisfaction survey every day for 25 days and mark down the number of unsatisfied users.

He wants to know how well the service meets specifications.

Steps in Origin
  1. Opened folder 4. Binomial, activate the workbook Survey.
  2. Click the Statistical Process Control icon SPC Icon.png in the Apps Gallery window.
  3. Keep in the Capability Analysis tab, select Binnomial Capability Analysis
  4. In the Input tab of the opened dialog, set Defectives to be column B. Choose Sample Size By to be Column and set the Sample Size Column to be Column A
    BinCA Input.png
  5. Click OK button. A graph with report tables will be created
Interpreting the Results

From the P chart we can see all samples fall within the control limit line, so overall it appears the process is in control. The Cumulative %Defactive Chart shows that, the estimated average percent of defects stabilizes at around 20%. In the Rate of Defectives plot, the points are randomly distributed around the average line. In the Summary Stats table, the Process Z value is 0.853, it's much lower than 2. It indicates that the service does not meet the specifications. About 20% users are not satisfied with the service.

BinCA Results.png

Poisson Capability Analysis

Background

We want to evaluate the plastic film production process. Data are collected once an hour on the plastic film. An area is cut out and the blemishes are counted. The area in cm2 and the number of blemishes are recorded. We have recorded the data for the last 100 hours. We want to know whether the production meets requirements.

Steps in Origin
  1. Select the folder 5. Poisson in Project Explorer, activate the workbook Plastic Film
  2. Click the Statistical Process Control icon SPC Icon.png in the Apps Gallery window.
  3. Keep in the Capability Analysis tab, select Poisson Capability Analysis
  4. In the Input tab of the opened dialog, set Defectives to be column B. Choose Sample Size By to be Column and set the Sample Size Column to be Column A
    PoiCA Input.png
  5. Click OK button. A graph with report tables will be created
Interpreting the Results

The U Chart assesses the state of statistical control of the results. There is one out-of-control point in the U Chart. Generally we can say the process is stable. The Cumulative DPU chart is used to determine if you have enough samples for a valid estimate of the average DPU. In the Cumulative DPU graph we can see data are flatten out along the average DPU line. That means we have enough samples to be sure that the estimated mean DPU is valid.

From the Summary Stats table, we can see the mean DPU (defects per unit) is 0.115. That is , there is 1 defect every 8.69 cm^2(1/0.115). The LCL and UCI are 0.108 and 0.121. That is, we are 95% confident that the mean DPU falls within the interval (0.108, 0.121).


PoiCA Results.png