VR.minus.1(vrtest)
VR.minus.1()所属R语言包:vrtest
Absolute Value of (VR - 1)
绝对值(VR - 1)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This value is sometimes used to measure the degree of market efficiency
有时,这个值是用来衡量市场效率的程度
用法----------Usage----------
VR.minus.1(y, kvec)
参数----------Arguments----------
参数:y
financial return time series
财务回报的时间序列
参数:kvec
a vector of holding periods
一个向量的持有期
值----------Value----------
<table summary="R valueblock"> <tr valign="top"><td>VR.auto </td> <td> the value of ABS(VR-1) with automatic selection of holding vectors</td></tr> <tr valign="top"><td>Holding.Peiods </td> <td> the vector of holding periods</td></tr> <tr valign="top"><td>VR.kvec </td> <td> the values of ABS(VR-1) for the chosen holding periods</td></tr> </table>
<table summary="R valueblock"> <tr valign="top"> <TD> VR.auto </ TD> <TD>的价值ABS(VR-1),自动选择持有向量</ TD > </ TR> <tr valign="top"> <TD> Holding.Peiods </ TD> <TD>矢量持有期</ TD> </ TR> <tr valign="top"> < VR.kvec TD> </ TD> <TD> ABS(VR-1)的值选择持有期</ TD> </ TR> </ TABLE>
注意----------Note----------
see Auto.VR function for automatic selection of holding periods
看到Auto.VR功能,自动选择持有期
(作者)----------Author(s)----------
Jae H. Kim
实例----------Examples----------
data(exrates)
y <- exrates$ca # read Canadian exchange rate[读加拿大汇率]
nob <- length(y)
kvec <- c(2,5,10)
r <- log(y[2:nob])-log(y[1nob-1)]) # log return calculation[登录回报率的计算]
VR.minus.1(r,kvec)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|