SPCCUSUMNonparCenterScale-class(spcadjust)
SPCCUSUMNonparCenterScale-class()所属R语言包:spcadjust
Class "SPCCUSUMNonparCenterScale"
类“SPCCUSUMNonparCenterScale”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
CUSUM chart with centering and scaling of the observations. Resampling of the data is done none-parametrically.
CUSUM图中心和缩放的意见。重采样的数据进行无参数。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("SPCCUSUMNonparCenterScale", ...).
可以创建对象通过调用的形式new("SPCCUSUMNonparCenterScale", ...)。
插槽----------Slots----------
Delta: Amount subtracted at each step in the control chart.
Delta:在控制图中的每个步骤中扣除的金额。
扩展----------Extends----------
Class "SPCCUSUMNonpar", directly. Class "SPCCUSUM", by class "SPCCUSUMNonpar", distance 2. Class "SPCchart", by class "SPCCUSUMNonpar", distance 3.
类"SPCCUSUMNonpar",直接。类"SPCCUSUM",类的“SPCCUSUMNonpar”,距离2。类"SPCchart",类的“SPCCUSUMNonpar”,距离3。
方法----------Methods----------
updates signature(chart = "SPCCUSUMNonparCenterScale"): ...
更新signature(chart = "SPCCUSUMNonparCenterScale"):...
xiofP signature(chart = "SPCCUSUMNonparCenterScale"): ...
xiofP signature(chart = "SPCCUSUMNonparCenterScale")...
(作者)----------Author(s)----------
Axel Gandy
参见----------See Also----------
SPCCUSUMNonparCenterScale.
SPCCUSUMNonparCenterScale。
实例----------Examples----------
chartnp <- new("SPCCUSUMNonparCenterScale",Delta=1)
X<- rnorm(100)
SPCproperty(data=X,
nrep=100,property=new("ARLCUSUM",chart=chartnp,threshold=4))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|