Dew Stats Master .NET
QCCChart Routine
Summary
Constructs C-Chart.

Unit
StatControlCharts

Declaration
Procedure QCCChart(Data: TVec; DrawVec: TVec; out CL, UCL, LCL: TSample; Confidence: TSample);
 Parameter  Description 
Data Data to be analyzed. Each value represents number of defects. 
Confidence Confidence level for upper and lower control limit. Confidence must lie in the (0,1) interval. 
Samplesize Sample size. Can be integer or vector. 
DrawVec Returns values to be drawn. 
CL Returns control Chart centerline. 
UCL Returns control Chart upper control limit. 
LCL Returns control Chart lower control limit. 

Description
Constructs C-Chart drawing values, center line, upper and lower control limit.
Categories
Control charts
 See Also 
TQCSeries 
QCPChart 
QCNPChart 
QCUChart 

Copyright 2008 Dew Research
http://www.dewresearch.com