Np-chart

title: "Np-chart" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["quality-control-tools", "statistical-charts-and-diagrams"] topic_path: "general/quality-control-tools" source: "https://en.wikipedia.org/wiki/Np-chart" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
::data[format=table title="Infobox control chart"]
| Field | Value |
|---|---|
| name | np-chart |
| proposer | Walter A. Shewhart |
| subgroupsize | n 1 |
| measurementtype | Number nonconforming per unit |
| qualitycharacteristictype | Attributes data |
| distribution | Binomial distribution |
| sizeofshift | ≥ 1.5σ |
| meanchart | Np control chart.svg |
| meancenter | n \bar p = \frac {\sum_{i=1}^m \sum_{j=1}^n \begin{cases} 1 & \mbox{if }x_{ij}\mbox{ defective} \ 0 & \mbox{otherwise} \end{cases |
| :: |
| name = np-chart | proposer = Walter A. Shewhart | subgroupsize = n 1 | measurementtype = Number nonconforming per unit | qualitycharacteristictype = Attributes data | distribution = Binomial distribution | sizeofshift = ≥ 1.5σ | meanchart = Np control chart.svg | meancenter = n \bar p = \frac {\sum_{i=1}^m \sum_{j=1}^n \begin{cases} 1 & \mbox{if }x_{ij}\mbox{ defective} \ 0 & \mbox{otherwise} \end{cases}}{m} | meanlimits = n \bar p \pm 3\sqrt{n \bar p(1- \bar p)} | meanstatistic = n \bar p_i = \sum_{j=1}^n \begin{cases} 1 & \mbox{if }x_{ij}\mbox{ defective} \ 0 & \mbox{otherwise} \end{cases}
In statistical quality control, the np-chart is a type of control chart used to monitor the number of nonconforming units in a sample. It is an adaptation of the p-chart and used in situations where personnel find it easier to interpret process performance in terms of concrete numbers of units rather than the somewhat more abstract proportion.
The np-chart differs from the p-chart in only the three following aspects:
- The control limits are n\bar p \pm 3\sqrt{n\bar p(1-\bar p)}, where n is the sample size and \bar p is the estimate of the long-term process mean established during control-chart setup.
- The number nonconforming (np), rather than the fraction nonconforming (p), is plotted against the control limits.
- The sample size, n, is constant.
References
References
- Montgomery, Douglas. (2005). "Introduction to Statistical Quality Control". [[John Wiley & Sons]], Inc..
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::