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.

Methods (by class)


[Package spcadjust version 1.1 Index]