00_PH1ARMA-package: Phase I Individual Control Chart with an ARMA model

PH1ARMA-packageR Documentation

Phase I Individual Control Chart with an ARMA model

Description

The utility of this package is in building a Phase I individual control chart with an ARMA model. The Phase I chart is calculated using a Monte Carlo approach.

Details

Package: PH1ARMA
Type: Package
Date: 2020-09-15
License: GPL (>= 3)

Function 'PH1ARMA' builds a Phase I individual control chart with an ARMA model using a correct charting constant. Function 'getCC' gets a charting constant for the data with an ARMA model.

Author(s)

Yuhui Yao, Subha Chakraborti, Xin Thomas Yang, Jason Parton, Dwight Lewis, Matthew Hudnall.

Maintainer: Yuhui Yao <yyao17@cba.ua.edu>

References

abc

Examples



# Build a Phase I individual control chart with an ARMA model
data(chambers_data)
X <- chambers_data ^ (1/3)
PH1ARMA(X, nsimCoefs = 100, nsimProcess = 100)



bolus123/PH1ARMA documentation built on Oct. 24, 2023, 7:54 a.m.