Beta.X: X chart OC Curve

Description Usage Arguments Value Author(s) References See Also Examples

Description

Calculates and plots the risk of not detecting shifts and the Average Run Length

Usage

1
Beta.X(k,n)

Arguments

k

A numeric vector, of length one, is the k standard deviations factor since the known mean

n

An integer, equal the sample size

Value

beta

risk of not detecting shifts

ARL

Average Run Lengh

Author(s)

Erick Marroquin

References

Montgomery, D.C. (2005) Introduction to Statistical Quality Control, 5th ed. New York: John Wiley & Sons, ISBN 0-471-65631-3

See Also

xrs_gr

Examples

1
2
3
Beta.X(k=1,n=5)
Beta.X(k=0.5,n=5)
Beta.X(k=1,n=3)

Example output

$beta
[1] 0.777546

$ARL
[1] 4.495312

$beta
[1] 0.9700606

$ARL
[1] 33.40078

$beta
[1] 0.8975908

$ARL
[1] 9.764752

XRSCC documentation built on May 2, 2019, 5:11 a.m.