calhitprobCUSUM-class(spcadjust)
calhitprobCUSUM-class()所属R语言包:spcadjust
Class "calhitprobCUSUM"
类“calhitprobCUSUM”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Derives the threshold needed to give a certain false alarm property for CUSUM charts.
导出所需的阈值,给予一定的假报警属性为CUSUM图。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("calhitprobCUSUM", ...).
可以创建对象通过调用的形式new("calhitprobCUSUM", ...)。
插槽----------Slots----------
gridpoints: Object of class "numeric"
gridpoints:对象类"numeric"的
target: Object of class "numeric"
target:对象类"numeric"的
nsteps: Object of class "numeric"
nsteps:对象类"numeric"的
chart: Object of class "SPCchart"
chart:对象类"SPCchart"的
lowerconf: Object of class "logical"
lowerconf:对象类"logical"的
扩展----------Extends----------
Class "SPCcalhitprob", directly. Class "SPCproperty", by class "SPCcalhitprob", distance 2.
类"SPCcalhitprob",直接。类"SPCproperty",类的“SPCcalhitprob”,距离2。
方法----------Methods----------
SPCq signature(property = "calhitprobCUSUM"): ...
SPCqsignature(property = "calhitprobCUSUM"):...
(作者)----------Author(s)----------
Axel Gandy
参见----------See Also----------
hitprobCUSUM.
hitprobCUSUM。
实例----------Examples----------
X<-rnorm(100);
chart <- new("SPCCUSUMNormal",Delta=1)
SPCproperty(data=X,nrep=10,
property=new("calhitprobCUSUM",chart=chart,target=0.05,nsteps=1000))
#increase the number of repetitions for real applications![增加一些实际应用中的重复!]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|