Description Usage Arguments Examples
Build a Phase I Shewhart X-bar control chart by the basic model or the ANOVA-based model, and the direct method or the indirect method.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
X |
input and it must be a matrix |
c.i |
a nominal Phase I charting constant. If this is given, the function will not recompute the charting constant. |
FAP |
false Alarm Probabilty in Phase 1 |
off.diag |
value of equal-correlation. Default setting is -1/(m - 1) |
model |
'ANOVA-based' - degrees of freedom equal to k - 1 and estimating the within-batch standard deviation. 'basic' - degree of freedo equal to k * (n - 1) and estimating the pooled standard deviation |
c4.option |
TRUE - the standard deviation estimator corrected by c4. FALSE - no c4 involved |
plot.option |
TRUE - draw a plot for the process; FALSE - Not draw a plot for the process |
maxiter |
maximum iteration of computation in mvtnorm |
method |
'direct' - charting constants computed by multivariate t distribution. 'indirect' - charting constants computed by multivariate normal distribution |
indirect.interval |
the searching range of charting constants based on the indirect method |
indirect.subdivisions |
the parameter of integration for the indirect method. Please see __integrate__ |
indirect.tol |
the tolerate level of convergence of integration for the indirect method. Please see __integrate__ |
1 2 | X <- PH1XBAR.data()
PH1XBAR(X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.