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

P-Chart.

Pascal
procedure QCPChart(const Data: TVec; SampleSize: Integer; const DrawVec: TVec; out CL: double; out UCL: double; out LCL: double; Confidence: double = 0.997); overload;

Calculates the P-Chart (Control chart for proportions) drawing values, center line, upper and lower control limits. Control limits are based on the normal approximation to the binomial distribution. When p is small, the normal approximation may not always be adequate. In such cases, we may use control limits obtained directly from a table of binomial probabilities. If P is small, the lower control limit obtained from the normal approximation may be a negative number. If this should occur, it is customary to consider zero as the lower control limit.

The assumption is all samples have the same SampleSize.

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