You are here: Symbol Reference > StatControlCharts Namespace > Functions > StatControlCharts.QCUChart Function
Stats Master VCL
ContentsIndex
PreviousUpNext
StatControlCharts.QCUChart Function

In this case each sample can have different size. You must store sizes in SampleSize vector.

Pascal
procedure QCUChart(const Data: TVec; const SampleSize: TVec; const DrawVec: TVec; out CL: double; const UCL: TVec; const LCL: TVec; Confidence: double = 0.997); overload;
Parameters 
Description 
Data 
Data to be analyzed. Each value represents number of defects. 
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. 
Confidence 
Confidence level for upper and lower control limit. Confidence must lie in the (0,1) interval. 

An exception is raised if Data and SampleSize length do not match.

Dew.Stats.Tee.QCSeries, QCPChart, QCNPChart, QCCChart

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!