CriticalValues(sac)
CriticalValues()所属R语言包:sac
Critical Values of Tests of Change-Point(s) with One-Change or Epidemic Alternative
临界值的变化点(S)的测试,更改或流行的替代
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return the approximate critical values of the test statistics given level alfa
返回近似的检验统计量的临界值水平alfa
用法----------Usage----------
Sn.alfa(alfa,n,d,model=c("parametric","semiparametric"),
tol = .Machine$double.eps^0.25, maxiter = 1000)
CV.Epidemic.Vn(alfa, d, tol = 1e-10)
CV.Epidemic.Wn(alfa, tol = 1e-07)
参数----------Arguments----------
参数:alfa
significance level
显着性水平
参数:n
sample size
样本量
参数:model
a character string specifying the model, must be one of "parametric" or "semiparametric" (default). You can specify just the initial letter
一个字符串指定的模型,必须是一个"parametric"或"semiparametric"(默认)。您可以只指定的首字母
参数:d
dimension of the data value
数据值的维数
参数:tol
the desired accuracy (convergence).
所需的精度(收敛)。
参数:maxiter
the maximum number of iterations for uniroot.
最大数量的迭代uniroot。
Details
详细信息----------Details----------
Function Sn.alfa returns the critical value of Sn for one-change alternative. The functions CV.Epidemic.Vn and CV.Epidemic.Wn calculate critical values for Vn and Wn.
功能Sn.alfa返回的临界值Sn变化的替代。功能CV.Epidemic.Vn和CV.Epidemic.Wn计算临界值Vn和Wn的。
值----------Value----------
Critical values
临界值
(作者)----------Author(s)----------
Zhong Guan <a href="mailto:zguan@iusb.edu">zguan@iusb.edu</a>
参考文献----------References----------
Cs枚rgo, M. and Horv谩th, L. (1997),
参见----------See Also----------
schapt
schapt
实例----------Examples----------
require(sac) #load the package[加载包]
alpha<-0.05
n<-20
d<-1
Sn.alfa(alpha, n, d, model="semiparametric")
CV.Epidemic.Vn(alpha, d)
CV.Epidemic.Wn(alpha)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|