Nearest integer function: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Atethnekos
Undid revision 576259841 by Jardous (talk)5 is not an even integer
en>Cydebot
m Robot - Speedily moving category Parity to Category:Parity (mathematics) per CFDS.
 
Line 1: Line 1:
{{Lowercase}}
The name of the writer is Jayson. For years he's been residing in Alaska and he doesn't plan on altering it. To perform lacross is some thing he would by no means give up. My working day job is an info officer but I've already utilized for an additional 1.<br><br>Feel free to visit my blog post ... online psychic reading ([http://1.234.36.240/fxac/m001_2/7330 please click the following web site])
{{Infobox control chart
| name =            p-chart
| proposer =        [[Walter A. Shewhart]]
| subgroupsize =    n > 1
| measurementtype = Fraction nonconforming in a sample
| qualitycharacteristictype = [[Variable and attribute (research)|Attributes data]]
| distribution =    [[Binomial distribution]]
| sizeofshift =    ≥ 1.5σ
| meanchart =      P control chart.svg
| meancenter =      <math>\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}}{mn}</math>
| meanlimits =      <math>\bar p \pm 3\sqrt{\frac{\bar p(1-\bar p)}{n}}</math>
| meanstatistic =  <math>\bar p_i = \frac {\sum_{j=1}^n \begin{cases} 1 & \mbox{if }x_{ij}\mbox{ defective} \\ 0 & \mbox{otherwise} \end{cases}}{n}</math>
}}
 
In [[statistical process control|statistical quality control]], the '''p-chart''' is a type of [[control chart]] used to monitor the proportion of [[Nonconformity (quality)|nonconforming units]] in a [[Sample (statistics)|sample]], where the sample proportion nonconforming is defined as the ratio of the number of nonconforming units to the sample size, n.<ref>{{cite web|url=http://www.itl.nist.gov/div898/handbook/pmc/section3/pmc332.htm|title=Proportions Control Charts|accessdate=2010-01-05|work=[http://www.itl.nist.gov/div898/handbook/index.htm NIST/Sematech Engineering Statistics Handbook]|publisher=[[National Institute of Standards and Technology]]}}</ref>
 
The p-chart only accommodates "pass"/"fail"-type inspection as determined by one or more [[Go-NoGo gauge|go-no go gauges]] or tests, effectively applying the [[Specification (technical standard)|specifications]] to the data ''before'' they are plotted on the chart. Other types of control charts display the magnitude of the quality characteristic under study, making troubleshooting possible directly from those charts.
 
==Assumptions==
The [[binomial distribution]] is the basis for the p-chart and requires the following assumptions<ref name="Montgomery2005">{{cite book | last = Montgomery | first = Douglas | title = Introduction to Statistical Quality Control | publisher = [[John Wiley & Sons]], Inc. | year = 2005 | location = [[Hoboken, New Jersey]] | url = http://www.eas.asu.edu/~masmlab/montgomery/ | isbn = 978-0-471-65631-9 | oclc = 56729567}}</ref>{{rp|267}}:
*The probability of nonconformity {{math|<VAR>p</VAR>}} is the same for each unit;
*Each unit is independent of its predecessors or successors;
*The inspection procedure is same for each sample and is carried out consistently from sample to sample
<!-- NOTE: IF THE ABOVE THREE CONDITIONS ARE MET, THEN THE DATA FOLLOW A BINOMIAL DISTRIBUTION--see the definition given in [[Binomial distribution]] -->
 
==Calculation and plotting==
The control limits for this chart type are <math>\bar p \pm 3\sqrt{\frac{\bar p(1-\bar p)}{n}}</math> where <math>\bar p</math> is the estimate of the long-term process mean established during control-chart setup.<ref name="Montgomery2005"/>{{rp|268}} Naturally, if the lower control limit is less than or equal to zero, process observations only need be plotted against the upper control limit. Note that observations of proportion nonconforming below a positive lower control limit are cause for concern as they are more frequently evidence of improperly calibrated test and inspection equipment or inadequately trained inspectors than of sustained quality improvement.<ref name="Montgomery2005"/>{{rp|279}}
 
Some organizations may elect to provide a standard value for p, effectively making it a target value for the proportion nonconforming. This may be useful when simple process adjustments can consistently move the process mean, but in general, this makes it more challenging to judge whether a process is fully out of control or merely off-target (but otherwise in control).<ref name="Montgomery2005"/>{{rp|269}}
 
==Potential pitfalls==
There are two circumstances that merit special attention:
*Ensuring enough observations are taken for each sample
*Accounting for differences in the number of observations from sample to sample
 
===Adequate sample size===
Sampling requires some careful consideration.  If the organization elects to use 100% inspection on a process, the production rate determines an appropriate sampling rate which in turn determines the sample size.<ref name="Montgomery2005"/>{{rp|277}} If the organization elects to only inspect a fraction of units produced, the sample size should be chosen large enough so that the chance of finding at least one nonconforming unit in a sample is high—otherwise the false alarm rate is too high. One technique is to fix sample size so that there is a 50% chance of detecting a process shift of a given amount (for example, from 1% defective to 5% defective).  If δ is the size of the shift to detect, then the sample size should be set to <math>n \ge \left ( \frac{3}{\delta} \right )^2 \bar p(1-\bar p)</math>.<ref name="Montgomery2005"/>{{rp|278}} Another technique is to choose the sample size large enough so that the p-chart has a positive lower control limit or <math>n > \frac{3^2 (1 - \bar p)}{\bar p}</math>.
 
===Varying sample sizes===
In the case of 100% inspection, variation in the production rate (e.g., due to maintenance or shift changes) conspires to produce different sample sizes for each observation plotted on the p-chart. There are three ways to deal with this:
 
{| class="wikitable"
! Technique !! Description
|-
| Use variable-width control limits<ref name="Montgomery2005"/>{{rp|280}}
| Each observation plots against its own control limits: <math>\bar p \pm 3\sqrt{\frac{\bar p(1-\bar p)}{n_i}}</math>, where n<SUB>i</SUB> is the size of the sample that produced the ith observation on the p-chart
|-
| Use control limits based on an average sample size<ref name="Montgomery2005"/>{{rp|282}}
| Control limits are <math>\bar p \pm 3\sqrt{\frac{\bar p(1-\bar p)}{\bar n}}</math>, where <math>\bar n</math> is the average size of all the samples on the p-chart, <math>\frac {\sum_{i=1}^m n_i}{m}</math>
|-
| Use a standardized control chart<ref name="Montgomery2005"/>{{rp|283}}
| Control limits are ±3 and the observations, <math>\hat{p}_i</math>, are [[Standard score|standardized]] using <math>Z_i = \frac {\hat{p}_i - \bar p}{\sqrt {\frac {\bar p (1 - \bar p)}{n_i}}}</math>, where n<SUB>i</SUB> is the size of the sample that produced the ith observation on the p-chart
|}
 
===Sensitivity of control limits===
Some practitioners have pointed out that the p-chart is sensitive to the underlying assumptions, using control limits derived from the binomial distribution rather than from the observed sample variance. Due to this sensitivity to the underlying assumptions, p-charts are often implemented incorrectly, with control limits that are either too wide or too narrow, leading to incorrect decisions regarding process stability. A p-chart is a form of the [[Shewhart individuals control chart|Individuals chart]] (also referred to as "XmR" or "ImR"), and these practitioners recommend the individuals chart as a more robust alternative for count-based data.<ref>{{cite book |  last = Wheeler | first = Donald | title = Understanding Variation: The Key to Managing Chaos | publisher = [[SPC Press]] |  year = 2000  | pages = 140 | url = http://www.spcpress.com/  | isbn = 0-945320-53-1 }}</ref>
 
==See also==
*[[np-chart]]
*[[Shewhart individuals control chart|Individuals chart]]
 
==References==
{{reflist}}
 
{{DEFAULTSORT:P-Chart}}
[[Category:Quality control tools]]
[[Category:Statistical charts and diagrams]]

Latest revision as of 03:41, 11 November 2014

The name of the writer is Jayson. For years he's been residing in Alaska and he doesn't plan on altering it. To perform lacross is some thing he would by no means give up. My working day job is an info officer but I've already utilized for an additional 1.

Feel free to visit my blog post ... online psychic reading (please click the following web site)