Gen.Spec(vrtest)
Gen.Spec()所属R语言包:vrtest
Generalized spectral Test
广义谱测试
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generalized spectral Test
广义谱测试
用法----------Usage----------
Gen.Spec(y,B)
参数----------Arguments----------
参数:y
financial return time series
财务回报的时间序列
参数:B
the number of bootstrap iterations, the default is 300
引导迭代的数量,默认是300
值----------Value----------
<table summary="R valueblock"> <tr valign="top"><td>Pboot</td> <td> wild bootstrap p-value of the test</td></tr> </table>
<table summary="R valueblock"> <tr valign="top"> <TD> Pboot</ TD> <TD>野生引导的测试p值</ TD> </ TR> </表>
(作者)----------Author(s)----------
Jae H. Kim
参考文献----------References----------
Escanciano, J.C. and Velasco, C., 2006, Generalized Spectral Tests for the martigale Difference Hypothesis, Journal of Econometrics, 134, p151-185.
Charles, A. Darne, O. Kim, J.H. 2011, Small Sample Proeprties of Alternative Tests for Martingale Difference Hypothesis, Economics Letters, in press.
实例----------Examples----------
r <- rnorm(100) # log return calculation[登录回报率的计算]
Gen.Spec(r)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|