SChart
is an S chart using sample standard deviations to monitor the variability of a process. This is normally used with sample sizes greater than 10.
For a list of all members of this type, see SChart Members.
System.Object
Imsl.Chart2D.AbstractChartNode
Imsl.Chart2D.ChartNode
Imsl.Chart2D.Data
Imsl.Chart2D.QC.ShewhartControlChart
Imsl.Chart2D.QC.SChart
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The control limits are at
where is the mean of the within sample standard deviations, n is the sample size, and k is the value of the "ControlLimit" attribute for the line. Additionally, is a factor such that is an unbiased estimator of the within sample standard deviation. By default, the chart contains an upper control limit line with k=3, a lower control limit line with k=-3, and a central line equal to . Additional control limit lines can be added. The methodAddWeco
adds control limits with k = -2, -1, 1, 2.
Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll)
SChart Members | Imsl.Chart2D.QC Namespace | Example | NIST Engineering Statistics Handbook: Shewhart X-bar and R and S Control Charts