The probability law used for calculating the control limits of 'P' chart is
Binomial
Control charts are essential tools in Statistical Process Control (SPC) used to monitor a process over time and identify variation. The P chart is a specific type of control chart used to monitor the proportion of nonconforming or defective items in a sample.
A P chart tracks the proportion (p) of items in a sample that have a specific attribute, typically a defect or nonconformity. For example, it can be used to monitor the proportion of broken bottles in a production line, or the proportion of incorrect invoices in an office process.
When we take a sample of items and count how many are defective, we are dealing with a scenario where each item can either be defective or not defective. This is a binary outcome. If we assume that each item's defect status is independent of others and the probability of an item being defective is constant for each item in the sample, this fits the characteristics of a Binomial distribution.
Let's look at the characteristics:
These are exactly the conditions for a Binomial distribution. The number of defective items in a sample of size 'n', where the probability of a single item being defective is 'p', follows a Binomial distribution, denoted as B(n, p).
The proportion of defective items in the sample is calculated as $\hat{p} = \frac{X}{n}$, where X is the number of defective items in the sample and n is the sample size. Since X follows a Binomial distribution, the distribution of $\hat{p}$ is directly derived from the Binomial distribution of X.
The control limits for a P chart are typically calculated based on the mean and standard deviation of the sample proportion $\hat{p}$.
For a Binomial distribution B(n, p), the mean number of defectives is $np$, and the variance is $np(1-p)$.
The mean proportion defective $\hat{p}$ is estimated by the overall average proportion $\bar{p}$ from historical data.
The standard deviation of the sample proportion $\hat{p}$ is given by $\sigma_{\hat{p}} = \sqrt{\frac{p(1-p)}{n}}$. Using the estimate $\bar{p}$ for p, the estimated standard deviation is $\sqrt{\frac{\bar{p}(1-\bar{p})}{n}}$.
The control limits are usually set at three standard deviations from the mean proportion:
These formulas directly use the properties of the Binomial distribution to establish the expected variation in the sample proportion, allowing for the calculation of appropriate control limits.
While the distribution of $\hat{p}$ approaches a Normal distribution for large sample sizes (due to the Central Limit Theorem), the fundamental probability law governing the number of defectives (and thus the proportion) in a fixed-size sample is the Binomial distribution. Therefore, the control limits for a P chart are derived directly from the Binomial probability law.
Based on the nature of the data collected for a P chart (counting defective items in a fixed-size sample, which are binary outcomes), the underlying probability distribution that governs this count and subsequently the proportion is the Binomial distribution. The control limits are derived from the mean and standard deviation properties of this distribution.
A system has 99.99% uptime and has a mean-time-between-failure of 1 day. How fast does the system has to repair itself in order to reach this availability goal?
An X̅ chart uses the following data