Np-chart¶
Monitor a fixed-size sequence of samples by plotting each sample's count of nonconforming units against binomial center and control limits, separating common-cause fluctuation from special-cause signals.
Core Idea¶
An np-chart is an attribute control chart for the number \(D_i\) of nonconforming units in each sample \(i\), used when sample size \(n\) is constant and each inspected unit receives a conforming/nonconforming classification. Under a stable binomial reference with long-run nonconforming probability \(p\), the plotted count has mean \(np\) and variance \(np(1-p)\). The chart does not estimate product quality from one point; it organizes a time-ordered sequence to detect evidence that the process distribution has changed.
A Phase I baseline estimates \(\bar p\) from appropriately chosen historical samples or uses a justified standard value. The center line is \(n\bar p\), and conventional three-standard-deviation limits are \(n\bar p\pm3\sqrt{n\bar p(1-\bar p)}\), truncated to feasible counts where necessary.
Scope of Application¶
The abstraction is literal wherever practitioners can identify the same constitutive roles, apply the same boundary tests, and obtain the same kind of output. The following habitats are uses of Np-chart itself, not metaphors based only on resemblance.
- Manufacturing inspection. Tracking numbers of rejected or nonconforming units in equal production samples.
- Service quality. Monitoring a fixed number of transactions classified by a stable pass/fail rule.
- Phase I analysis. Assessing whether historical samples provide a defensible stable baseline.
- Phase II monitoring. Comparing future subgroup counts with frozen or carefully governed limits.
- Model diagnostics. Checking overdispersion, dependence, and classifier consistency.
- Investigation governance. Separating statistical signals from corrective-action authority.
Clarity¶
A clear account of Np-chart must preserve the recognition invariant stated in the Core Idea rather than rely on the title alone. State subgroup size, sampling cadence, unit, binary classification, and whether p is known or estimated. Report the baseline interval and screen it for instability before using it to set limits. Distinguish control limits, warning rules, and specification requirements. Check unequal sample size, overdispersion, autocorrelation, and classification drift before interpreting nominal false-alarm rates.
Manages Complexity¶
Np-chart manages complexity by replacing a diffuse field of observations or possible operations with a bounded role structure: process stream supplies time-ordered production or service units supply the monitored population.; fixed subgroup size supplies every plotted sample contains the same declared number n of inspected units.; binary classification rule supplies each unit is classified once as conforming or nonconforming under an operational definition.; sample count supplies the integer D-i records how many units in subgroup i are nonconforming.; stable baseline supplies a justified p or estimated p-bar supplies the common-cause reference..
Abstract Reasoning¶
- Define the monitored unit and one mutually exclusive conforming/nonconforming rule. 2. Verify that each plotted subgroup has the same size n. 3. Select a defensible stable baseline and estimate p-bar if no standard p is supplied. 4. Compute the center and binomial limits, respecting the feasible integer range from zero to n. 5. Plot counts in time order and apply a prespecified signal rule.
Knowledge Transfer¶
The strict upward abstraction is Monitoring. Np-Chart instantiates Monitoring because it repeatedly observes a process statistic against an expected band and routes unusual deviations to investigation. Within attribute control charts, the full mechanism transfers literally when the same roles and boundary tests recur. Beyond that domain, only the parent-level skeleton should travel. Reusing the label Np-chart after removing its constitutive vocabulary would hide a change of mechanism behind an analogy. The honest transfer rule is therefore two-stage: recognize the domain-specific pattern first, then lift only the parent relation that remains invariant under a substrate change.
Relationships to Other Abstractions¶
Current abstraction Np-chart Domain-specific
Parents (1) — more general patterns this builds on
-
Np-chart is a kind of Monitoring Prime
Np-Chart instantiates Monitoring because it repeatedly observes a process statistic against an expected band and routes unusual deviations to investigation.
Hierarchy paths (2) — routes to 2 parentless roots
- Np-chart → Monitoring → Feedback
- Np-chart → Monitoring → Observability
Neighborhood in Abstraction Space¶
Np-chart sits in a sparse region of the domain-specific corpus (90th percentile for distinctiveness): few abstractions share its structure, so a faithful description tends to retrieve it precisely.
Family — Statistical Process Control (14 abstractions)
Nearest neighbors
- Natural Process Variation — 0.81
- P-chart — 0.81
- C-chart — 0.80
- X-bar chart — 0.77
- Shewhart individuals control chart — 0.77
Computed from structural-signature embeddings · 2026-09-08