You are here: Symbol Reference > Dew.Stats Namespace > StatControlCharts Class > StatControlCharts Methods > QCPChart Method > QCPChart Method (TVec, Integer, TVec, TSample, TSample, TSample, TSample)
Dew Stats for .NET
Contents
PreviousUpNext
StatControlCharts.QCPChart Method (TVec, Integer, TVec, TSample, TSample, TSample, TSample)

P-Chart.

C#
public QCPChart(TVec Data, int SampleSize, TVec DrawVec, ref double CL, ref double UCL, ref double LCL, double Confidence);

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.

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