mewma | R Documentation |
Generates a Hotelling's T2 Graph for mewma
objects.
mewma(X, phase = 1, lambda = 0.2, conf = c(0.95, 0.99), asymptotic.form = FALSE)
X |
a dataframe. |
phase |
designates whether the confidence limits should reflect the current data frame, |
lambda |
EWMA smoothing parameter |
conf |
the confidence level(s) to use for upper control limit. |
asymptotic.form |
use asymptotic convergence parameter for scaling the covariance matrix. |
mewma
is used to generates a Hotelling's T2 graph for the multivariate EWMA.
The output of mewma
is a graph of Hotelling's T2 for the Multivariate EWMS, and a list containing a data frame of univariate EWMAs and the multivariate EWMA T2 values.
Nelson Lee Afanador (nelson.afanador@mvdalab.com)
Lowry, Cynthia A., et al. "A multivariate exponentially weighted moving average control chart." Technometrics 34.1 (1992): 46:53.
mewma(iris[, -5], phase = 1, lambda = 0.2, conf = c(0.95, 0.99), asymptotic.form = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.