powered by
It makes a confidence ellipsoid.
ellip(type = c("chi", "t2"), x, Xmv, S, phase=1, alpha=0.01, method="sw", colm,...)
is the type of ellipsoid to constructs (chi or t2)
matrix containing the quality characteristics.
is the mean vector
is the sample covariance matrix
is the Phase (1 or 2) and will determine the UCL to use. Only the values phase = 1 or 2 are allowed.
is the significance level (0.01 for default)
is the method to compute S.
is the number of samples (m), which is only used in Hotelling control chart (Phase II)
other parameters
# NOT RUN { data(dowel1) ellip(type = "chi", dowel1, alpha = 0.01) # }
Run the code above in your browser using DataLab