stats.np(data, sizes)
sd.np(data, sizes, ...)
limits.np(center, std.dev, sizes, conf)
conf
> 1) or the confidence level (if 0 < conf
< 1).stats.np
returns a list with components statistics
and center
.The function sd.np
returns std.dev
the standard deviation of the statistic charted.The function limits.np
returns a matrix with lower and upper control limits.
qcc