Skip to main content

Laney p′ Chart

The Laney p′ chart is an attribute chart in SPC Chart PRO that adjusts the classic p chart for overdispersion or underdispersion.

The classic p chart uses the binomial model to estimate variation. When the observed variation is greater than the model predicts, its limits can be too narrow; when variation is lower, they can be too wide. The Laney method estimates the short-term variation of standardized values and adjusts the control-limit spread accordingly.

Select Laney p′ chart in the Chart Type dropdown.

When to Use It

Use a Laney p′ chart when the variation in your proportion data differs from the binomial prediction. Overdispersion is especially noticeable with large subgroups, where classic limits can become very narrow. Investigate the process and data before treating frequent violations as a dispersion issue.

When the adjustment factor is close to 1, the limits are close to those of the classic p chart. A factor above 1 widens them; a factor below 1 narrows them.

For defects per unit (Poisson) data rather than proportion defective, the equivalent correction is the Laney u′ chart.

How It Works

A Laney p′ chart is set up exactly like the p chart it replaces — same data shape, same sample-size option. Each row is one subgroup; the value field holds the count of defective units, and a sample-size column or fixed option gives the number inspected.

The difference is in the limits. The Laney method:

  1. Converts each subgroup's proportion into a z-score — its distance from the center line in units of the binomial standard error.
  2. Measures the short-term variation of those z-scores using their average moving range, giving a factor σz.
  3. Multiplies the classic control-limit spread by σz.

This adjustment accounts for variation that the classic p chart's model does not capture. It does not guarantee that every point from a stable process will fall inside the limits.

Setting It Up

The defective count must not exceed the number of units inspected.

In the SPC section, with the Laney p′ chart type selected:

OptionDescription
Sample size fieldA numeric field giving the number inspected per subgroup. Hidden from the plot automatically.
Fixed sample sizeA constant number inspected per subgroup, used when no field is selected.

Rows with a missing or negative count, or a missing or non-positive sample size, are treated as gaps: they are not plotted or included in the estimates. Estimating σz requires at least one pair of consecutive valid, non-excluded subgroups and a positive model variance.

Methods and Formulas

The center line and the base spread are identical to the underlying p chart. The only addition is the σz factor multiplying the spread:

QuantityFormula
Plotted valuepᵢ = dᵢ ⁄ nᵢ
Center linep̄ = Σdᵢ ⁄ Σnᵢ
Control limitsp̄ ± 3·σz·√( p̄(1−p̄) ⁄ nᵢ ), clamped to [0, 1]

The σz factor. Each subgroup's proportion is standardized against its within-subgroup sigma to give a z-score:

zᵢ = (pᵢ − p̄) ⁄ √( p̄(1−p̄) ⁄ nᵢ )

The adjustment factor is:

σz = MR̄z ⁄ 1.128

Here, MR̄z is the average moving range of the z-scores, and 1.128 is the moving-range constant d₂(2). σz = 1 reproduces the classic p chart; σz > 1 widens the limits for overdispersion, and σz < 1 narrows them for underdispersion.

info

The limits step with the sample size just as on the classic p chart, and the representative scalar LCL/UCL use the average sample size. Run rules derive sigma from each point's upper limit. The sample-size configuration and chart type are saved with the dashboard, and the chart works with both a time and a numeric X-axis.


The Laney p′ chart is part of SPC Chart PRO. See requirements, licensing, and support.