У меня есть следующий код:
ndata <- rnorm(n=1000,mean=0,sd=1)
qccobj<-qcc(ndata,type="S",sizes = 5,nsigmas=3.0, plot = FALSE)
summary(qccobj)
и по какой-то причине сводка не является sd, LCL или UCL;
Call:
qcc(data = ndata, type = "S", sizes = 5, nsigmas = 3, plot = FALSE)
S chart for ndata
Summary of group statistics:
Min. 1st Qu. Median Mean 3rd Qu. Max.
-3.1064844 -0.6892027 -0.0246612 -0.0349110 0.6090715 2.9194738
Group sample size: 5
Number of groups: 1000
Center of group statistics: -0.03491101
Standard deviation: NA
Control limits:
LCL UCL
Есть идеи, почему?