Weighted.LM.test(WeightedPortTest)
Weighted.LM.test()所属R语言包:WeightedPortTest
Weighted Portmanteau Test for Fitted ARCH process
加权拟合ARCH进程混成测试
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A weighted portmanteau test for testing the null hypothesis of adequately fitted ARCH process. This is essentially a weighted version of the statistic proposed by Li and Mak (1994)
一个加权的的混成测试检验的零假设的充分拟合ARCH进程。这基本上是一个加权版本的统计量由Li和麦(1994年提出的)
用法----------Usage----------
Weighted.LM.test(x, h.t, lag = 1,
type = c("correlation", "partial"),
fitdf = 1, weighted = TRUE)
参数----------Arguments----------
参数:x
a numeric vector or univariate time series, or residuals of a fitted time series
一个数值向量或单变量时间序列,或残留的拟合时间序列
参数:h.t
a numeric vector of the conditional variances
一个数值向量的条件方差
参数:lag
the statistic will be based on lag autocorrelation coefficients.
将根据lag的自相关系数的统计信息。
参数:type
type of test to be performed, either based on the autocorrelations or partial-autocorrelations.
要执行的测试类型,无论是基于自相关或部分自相关。
参数:fitdf
the number of ARCH parameters fit to the model, default=1 since at least some ARCH model must be fit to find h.t
ARCH参数的数量适合的模式,默认= 1,因为至少有一些的ARCH模型必须找到适合HT
参数:weighted
A flag determining if the weighting scheme should be utilized. TRUE by default, if FALSE, it performs the test from Li and Mak (1994)
一个标志,确定是否应利用权重方案。默认情况下,如果为FALSE,TRUE执行测试从李麦(1994)
Details
详细信息----------Details----------
These test can be performed after fitting an ARCH process to a time series. The theoretical work was originally developed in Li and Mak (1994) and has recently been extended in Fisher and Gallagher (2012).
这些测试可以进行拟合后的时间序列的ARCH进程。理论工作最初是在李麦(1994),最近已扩大在费舍尔和Gallagher(2012年)中。
值----------Value----------
A list with class "htest" containing the following components:
列表类“htest”包含以下组件:
参数:statistic
the value of the test statistic
检验统计量的值的
参数:parameter
The approximate shape and scale parameters for the weighted statistic or degrees of freedom of the chi-squared distribution if the weighted flag is set to FALSE.
大致的形状和规模的的加权数据或程度的自由的卡方分布的参数,如果加权标志设置为FALSE。
参数:p.value
The p-value of the test
p-值的测试
参数:method
a character string indicating which type of test was performed.
一个字符串,表示类型的测试进行。
参数:data.name
a character string giving the name of the data
给予的名称的字符串的数据
注意----------Note----------
Similiar to the Box.test() and Weighted.Box.test() functions
类似的Box.test()和Weighted.Box.test()函数
(作者)----------Author(s)----------
Thomas J. Fisher
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|