| getq {spcadjust} | R Documentation |
Returns a List to Compute Properties of a chart
Description
Returns functions to compute desired properties of a given control chart.
Usage
getq(chart, property, params)
## S4 method for signature 'SPCCUSUM'
getq(chart, property, params)
## S4 method for signature 'SPCEWMA'
getq(chart, property, params)
## S4 method for signature 'SPCShew'
getq(chart, property, params)
Arguments
chart |
the chart to be used. |
property |
the name of the property. |
params |
additional parameters needed for the computations. |
Value
A list with the elements q, trafo, lowerconf, format.
q(P,xi): The transformed property of interest. To improve the bootstrap a log transform is used forcalARL,calhitprobandARL, and a logit transform forhitprob. This function depends on the distribution of updatesPand the chart parametersxi.trafo(x): The inverse of the transformation of the property used in the bootstrap. Needed to back-transform the result to the correct scale.lowerconf: Logical value. TRUE if a lower confidence interval should be reported, FALSE otherwise. Default is TRUE for propertiescalARL,calhitprobandhitproband FALSE forARL.format(res): Output summary given as a text string.
Methods (by class)
-
SPCCUSUM: Implements the propertiesARL,calARL,hitprobandcalhitprob. -
SPCEWMA: Implements the propertiesARL,calARL,hitprobandcalhitprob. -
SPCShew: Implements the propertiesARL,calARL,hitprobandcalhitprob.