Home / Statistical Tools / Control Charts / S
S¶
From Excel click...
QXL Stat Tools Tab > Control Charts > Variables > Charts in Subgroups > S
An S chart is a single panel built from measurements collected in subgroups. It plots the standard deviation of each subgroup against a center line and control limits that describe how much spread a subgroup of that size is expected to show.
The dialog is not titled S
S is a variant of the Xbar-S chart, not a dialog of its own. Clicking S on the ribbon opens a window titled Xbar-S Chart, with the S only variant already selected, and the title stays Xbar-S Chart for as long as you are in it. Only the worksheet carries the name you clicked: the analysis writes a sheet named S Chart.
Every option in that dialog is described on the Options page.
When to use it¶
- Your measurements are continuous, and you collect two or more of them per point in time: five parts an hour, three samples per batch, four cavities per shot.
- The subgroups are large enough that you want every observation in each one to contribute to the spread estimate. A standard deviation uses all of the values in a subgroup, where a range uses only the largest and the smallest.
- You want the spread panel on its own, without the panel of subgroup means above it.
If you want both panels, use an Xbar-S chart. If your subgroups are small and you would rather read a range, use the R chart. If you want the means on their own, the ribbon has a separate Xbar entry. If your process gives you one measurement at a time, use an I-MR chart instead.
How it works¶
Quantum XL divides your rows into subgroups: a constant number of consecutive rows, an identifier column whose repeated value marks a subgroup, or one subgroup per row built across several measurement columns. Each subgroup contributes its standard deviation, and that is what the panel plots.
A dispersion panel is not built the way a panel of means is. Its center line is the standard deviation expected from a subgroup of that size given a single within-subgroup standard deviation estimated once for the whole chart, so the center line steps when the subgroup sizes differ, and its limits are fixed multiples of that center line. The lower limit is held at zero, so on small subgroups the panel can only signal upward.
The sigma behind those lines comes from either Sbar (the default, built from the subgroup standard deviations) or the pooled standard deviation. Rbar is not offered on this dialog, because the panel plots standard deviations rather than ranges.
One setting changes the shape of the panel rather than just its width. Use unbiased constants (within sigma) is live on this dialog, because both estimators offered here apply an unbiasing constant. Clearing it flattens the center line to a single value at every point while the limits keep stepping, so the band becomes visibly asymmetric about a straight center line.
A subgroup with fewer than two usable values has no standard deviation, so that position on the panel is empty.
The Xbar panel is still computed, it is just not drawn. Choosing the S variant decides what appears on the worksheet, not what the engine works out.
Two further settings change what the limits describe rather than how they are computed. Estimate Limits From computes them from the first few subgroups only and extends them across the whole chart. Split Control Limits divides the chart into phases, each with its own center line and limits.
The exact formulas are on the Math Details page.
Output¶
The analysis writes one worksheet per chart, named S Chart. On it, from the top:
- A User Input block in the first two columns, holding the analysis title, the columns you selected, and whether the calculation type was Excel or GroupBy. Modify Existing Analysis reads it back.
- The S Chart panel, plotting each subgroup standard deviation with its center line and control limits, plus the zone lines and phase dividers if you asked for them. Points that broke an enabled out-of-control test are drawn in a different color. There is no panel of means above it.
- A summary table to the right, listing the center line, the control limits where they exist, the count of out-of-control points, and the count of points you marked as outliers. A transformation adds rows naming the type and its parameters; a split chart adds a per-phase breakdown.
- A capability and histogram block below the panel, but only when you entered a specification limit or a target on the Capability tab.
The Xbar panel is computed but not drawn on this variant, and it gets no row in the summary table either. The table is filtered by the same setting that decides which panels are drawn, so an S chart reports the S panel only.
The capability analysis, when you ask for one, is a separate matter: it is computed from your individual measurements rather than from the plotted standard deviations, so it is unaffected by which panel this variant draws.
When the analysis finishes, the Control Chart task pane opens on the right. See Options for what it can and cannot change.