PH1ARMA-package | R Documentation |
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.
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.
Yuhui Yao, Subha Chakraborti, Xin Thomas Yang, Jason Parton, Dwight Lewis, Matthew Hudnall.
Maintainer: Yuhui Yao <yyao17@cba.ua.edu>
abc
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.