PH1.get.cc: PH1.get.cc

Description Usage Arguments Examples

View source: R/main.R

Description

Obtain a charting constant by the direct method or the indirect method.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
PH1.get.cc(
    k
    , nu
    , FAP = 0.1
    , off.diag = -1/(k - 1)
    , c4.option = TRUE
    , maxiter = 10000
    , method = 'direct'
    , indirect.interval = c(1, 7)
    , indirect.subdivisions = 100L
    , indirect.tol = .Machine$double.eps^0.25
)

Arguments

k

number of subgroups

nu

degrees of freedom

FAP

false Alarm Probabilty in Phase 1

off.diag

value of equal-correlation. Default setting is -1/(m - 1)

c4.option

TRUE - the standard deviation estimator corrected by c4. FALSE - no c4 involved

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__

Examples

1
2
3
4
PH1.get.cc(
    k = 10
    ,nu = 40
)

bolus123/MNCC documentation built on May 27, 2019, 7:43 a.m.