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

Constructs nP-Chart.

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

Constructs nP-Chart drawing values, center line, upper and lower control limit. The assumption is all samples have the same SampleSize.

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