stats.T2.Rd
These functions are used to compute statistics required by the \(T^2\) chart.
stats.T2(data, center = NULL, cov = NULL)
limits.T2(ngroups, size, nvars, conf)
the observed data values
a vector of values to use for center of input variables.
a matrix of values to use for the covariance matrix of input variables.
number of groups
sample size
number of variables
confidence level (0 < conf
< 1)
The function stats.T2
returns a list with components:
a vector of values for the \(T^2\) statistic
a matrix of within group means for each variable
sample/group center statistic
covariance matrix
The function limits.T2
returns a list with components:
control limits
pred.limits
Mason, R.L. and Young, J.C. (2002) Multivariate Statistical Process Control with Industrial Applications, SIAM.
Montgomery, D.C. (2013) Introduction to Statistical Quality Control, 7th ed. New York: John Wiley & Sons.
Ryan, T. P. (2011), Statistical Methods for Quality Improvement, 3rd ed. New York: John Wiley & Sons, Inc.