<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_control_chart%2Fdoc</id>
	<title>Template:Infobox control chart/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_control_chart%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_control_chart/doc&amp;action=history"/>
	<updated>2026-04-05T03:17:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://the-democratika.com/wiki/index.php?title=Template:Infobox_control_chart/doc&amp;diff=8484&amp;oldid=prev</id>
		<title>&gt;Cedar101: /* Example */ syntaxhighlight  lang=&quot;wikitext&quot;</title>
		<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_control_chart/doc&amp;diff=8484&amp;oldid=prev"/>
		<updated>2025-02-04T00:18:29Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Example: &lt;/span&gt; syntaxhighlight  lang=&amp;quot;wikitext&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Infobox for [[control chart]]s.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
Copy-paste this empty template. Explanations of the parameters is given below&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox control chart&lt;br /&gt;
| name =                      &lt;br /&gt;
| proposer =                  &lt;br /&gt;
&amp;lt;!-----Process observations-----&amp;gt;&lt;br /&gt;
| subgroupsize =              &lt;br /&gt;
| measurementtype =           &lt;br /&gt;
| qualitycharacteristictype = &lt;br /&gt;
| distribution =              &lt;br /&gt;
&amp;lt;!---------Performance----------&amp;gt;&lt;br /&gt;
| sizeofshift =               &lt;br /&gt;
| arl =                       &lt;br /&gt;
&amp;lt;!---Process variation chart---&amp;gt;&lt;br /&gt;
| varchart =                  &lt;br /&gt;
| varcenter =                 &lt;br /&gt;
| varupperlimit =             &lt;br /&gt;
| varlowerlimit =             &lt;br /&gt;
| varstatistic =              &lt;br /&gt;
&amp;lt;!------Process mean chart------&amp;gt;&lt;br /&gt;
| meanchart =                 &lt;br /&gt;
| meancenter =                &lt;br /&gt;
| meanlimits =                &lt;br /&gt;
| meanupperlimit =                &lt;br /&gt;
| meanlowerlimit =                &lt;br /&gt;
| meanstatistic =             &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Parameter descriptions==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Parameter !! Required? !! Default value !! Conditional upon !! Description&lt;br /&gt;
|-&lt;br /&gt;
| name || {{No}} || {{tlx|PAGENAME}} || {{CNone|None}} || The name of the chart&lt;br /&gt;
|-&lt;br /&gt;
| proposer || {{No}} || {{CNone|None}} || {{CNone|None}} || The person who originally proposed the chart&lt;br /&gt;
|-&lt;br /&gt;
| subgroupsize || {{Yes}} || {{CNone|None}} || {{CNone|None}} || The size of the rational subgroup being monitored&lt;br /&gt;
|-&lt;br /&gt;
| measurementtype || {{Yes}} || {{CNone|None}} || {{CNone|None}} || What is being measured (quality characteristic directly, proportion, count, etc.)&lt;br /&gt;
|-&lt;br /&gt;
| qualitycharacteristictype || {{Yes}} || {{CNone|None}} || {{CNone|None}} || Attributes or variables data&lt;br /&gt;
|-&lt;br /&gt;
| distribution || {{Yes}} || {{CNone|None}} || {{CNone|None}} || [[Probability distribution]] of the quality characteristic&lt;br /&gt;
|-&lt;br /&gt;
| sizeofshift || {{No}} || {{CNone|None}} || {{CNone|None}} || Minimum size of the shift in the quality characteristic that the chart can detect&lt;br /&gt;
|-&lt;br /&gt;
| arl || {{No}} || {{CNone|None}} || {{CNone|None}} || Average run length&lt;br /&gt;
|-&lt;br /&gt;
| varchart || {{No}} || {{CNone|None}} || {{CNone|None}} || Image file depicting control chart for variability&lt;br /&gt;
|-&lt;br /&gt;
| varcenter || {{No}} || {{CNone|None}} || {{CNone|None}} || How to compute the variability control chart center line&lt;br /&gt;
|-&lt;br /&gt;
| varupperlimit || {{No}} || {{CNone|None}} || {{CNone|None}} || How to compute the variability control chart upper limit&lt;br /&gt;
|-&lt;br /&gt;
| varlowerlimit || {{No}} || {{CNone|None}} || {{CNone|None}} || How to compute the variability control chart lower limit&lt;br /&gt;
|-&lt;br /&gt;
| varstatistic || {{No}} || {{CNone|None}} || {{CNone|None}} || How to compute the individual points on the variability control chart&lt;br /&gt;
|-&lt;br /&gt;
| meanchart || {{No}} || {{CNone|None}} || {{CNone|None}} || Image file depicting control chart for the mean&lt;br /&gt;
|-&lt;br /&gt;
| meancenter || {{No}} || {{CNone|None}} || {{CNone|None}} || How to compute the mean control chart center line&lt;br /&gt;
|-&lt;br /&gt;
| meanlimits || {{No}} || {{CNone|None}} || {{CNone|None}} || How to compute the mean control chart limits (if limits are symmetric)&lt;br /&gt;
|-&lt;br /&gt;
| meanupperlimit || {{No}} || {{CNone|None}} || &amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot; inline&amp;gt;!{{meanlimits}}&amp;lt;/syntaxhighlight&amp;gt; || How to compute the mean control chart upper limit (if limits are asymmetric)&lt;br /&gt;
|-&lt;br /&gt;
| meanlowerlimit || {{No}} || {{CNone|None}} || &amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot; inline&amp;gt;!{{meanlimits}}&amp;lt;/syntaxhighlight&amp;gt; || How to compute the mean control chart lower limit (if limits are asymmetric)&lt;br /&gt;
|-&lt;br /&gt;
| meanstatistic || {{No}} || {{CNone|None}} || {{CNone|None}} || How to compute the individual points on the mean control chart&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- the following is the active example shown on the right side --&amp;gt;&lt;br /&gt;
{{Infobox control chart&lt;br /&gt;
| name =            np-chart&lt;br /&gt;
| proposer =        [[Walter A. Shewhart]]&lt;br /&gt;
| subgroupsize =    n &amp;gt; 1&lt;br /&gt;
| measurementtype = Fraction nonconforming per unit&lt;br /&gt;
| qualitycharacteristictype = Attributes data&lt;br /&gt;
| distribution =    [[Binomial distribution]]&lt;br /&gt;
| sizeofshift =     ≥ 1.5σ&lt;br /&gt;
| arl =             Unknown&lt;br /&gt;
| meanchart =       Np control chart.svg&lt;br /&gt;
| meancenter =      &amp;lt;math&amp;gt;n \bar p = \frac {\sum_{i=1}^m \sum_{j=1}^n \begin{cases} 1 &amp;amp; \mbox{if }x_{ij}\mbox{ defective} \\ 0 &amp;amp; \mbox{otherwise} \end{cases}}{m}&amp;lt;/math&amp;gt;&lt;br /&gt;
| meanlimits =      &amp;lt;math&amp;gt;n \bar p \pm 3\sqrt{n \bar p(1- \bar p)}&amp;lt;/math&amp;gt;&lt;br /&gt;
| meanstatistic =   &amp;lt;math&amp;gt;n \bar p_i = \sum_{j=1}^n \begin{cases} 1 &amp;amp; \mbox{if }x_{ij}\mbox{ defective} \\ 0 &amp;amp; \mbox{otherwise} \end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- the following within &amp;#039;syntaxhighlight&amp;#039; tags is shown on left side and is not interpreted --&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; style=&amp;quot;white-space: pre-wrap&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox control chart&lt;br /&gt;
| name =            np-chart&lt;br /&gt;
| proposer =        [[Walter A. Shewhart]]&lt;br /&gt;
| subgroupsize =    n &amp;gt; 1&lt;br /&gt;
| measurementtype = Fraction nonconforming per unit&lt;br /&gt;
| qualitycharacteristictype = Attributes data&lt;br /&gt;
| distribution =    [[Binomial distribution]]&lt;br /&gt;
| sizeofshift =     ≥ 1.5σ&lt;br /&gt;
| arl =             Unknown&lt;br /&gt;
| meanchart =       Np control chart.svg&lt;br /&gt;
| meancenter =      &amp;lt;math&amp;gt;n \bar p = \frac {\sum_{i=1}^m \sum_{j=1}^n \begin{cases} 1 &amp;amp; \mbox{if }x_{ij}\mbox{ defective} \\ 0 &amp;amp; \mbox{otherwise} \end{cases}}{m}&amp;lt;/math&amp;gt;&lt;br /&gt;
| meanlimits =      &amp;lt;math&amp;gt;n \bar p \pm 3\sqrt{n \bar p(1- \bar p)}&amp;lt;/math&amp;gt;&lt;br /&gt;
| meanstatistic =   &amp;lt;math&amp;gt;n \bar p_i = \sum_{j=1}^n \begin{cases} 1 &amp;amp; \mbox{if }x_{ij}\mbox{ defective} \\ 0 &amp;amp; \mbox{otherwise} \end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- ADD CATEGORIES BELOW THIS LINE --&amp;gt;&lt;br /&gt;
[[Category:Mathematics infobox templates]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ADD INTERWIKIS BELOW THIS LINE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>&gt;Cedar101</name></author>
	</entry>
</feed>