getq: Returns a List to Compute Properties of a chart

Description Usage Arguments Value Methods (by class)

Description

Returns functions to compute desired properties of a given control chart.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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.

Methods (by class)


spcadjust documentation built on May 1, 2019, 7:49 p.m.

Related to getq in spcadjust...