找回密码
 注册
查看: 443|回复: 0

R语言 ttrTests包 subperiods()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 12:51:06 | 显示全部楼层 |阅读模式
subperiods(ttrTests)
subperiods()所属R语言包:ttrTests

                                         Computes the Correlation between Conditional Returns in Two Non-Overlapping Sub-Periods
                                         计算两个不重叠的子期间的条件收益率之间的相关性

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This function computes the conditional returns for each parameterization of a given TTR in a given domain for each of subperiod in a given data set. The correlation is then computed between the results in each pair of sub-periods.  This is a measure of the persistence, or robustness, of the parameter choices for a given TTR.
该函数计算的条件为每个参数设置在一个给定的数据集在一个给定域的每个子周期的一个给定的TTR回报。然后,计算在每个子周期对的结果之间的相关性。这是衡量的持久性,或的鲁棒性,对于一个给定的TTR的参数选择。


用法----------Usage----------


subperiods(x, ttr = "macd4", start = 0, nSteps = 0, stepSize = 0,
restrict = FALSE, burn = 0, short = FALSE, condition = NULL,
silent = TRUE, TC = 0.001, loud = TRUE, plot = TRUE, alpha = 0.05,
periods = 0, file = "", latex = "", benchmark = "hold")



参数----------Arguments----------

参数:x
A univariate series
一元系列


参数:ttr
The TTR to be used.  Can be a character string for built-in TTRs, or a user defined function whose output is a position series s(t). See 'defaults' for a list of built-in TTRs.
被使用的TTR。可以是一个字符串内置的纺织商登记方案,或用户定义的函数,其输出的位置是系列S(T)。内置的TTRS的列表,请参阅“默认”。


参数:start
Initial values for parameters
参数的初始值


参数:nSteps
How many parameter choices to use for each parameter
有许多参数选择使用的每个参数


参数:stepSize
The difference between successive choices of a parameter.
连续选择一个参数之间的差异。


参数:restrict
If restricted = TRUE, this will force the second parameter (and 4th, if applicable) to be strictly greater than the first (3rd, resp.) This is sensible if the pairs are moving average parameters.
如果限制= TRUE,这将迫使第二个参数(4,如果适用的话)要严格大于(3),分别为第一,这是明智的,如果对移动平均线的参数。


参数:burn
When computing the position function s(t), values for t < burn will be forced to 0, i.e. no position held during the 'burn' period
当计算的位置函数S(T),T <烧伤值将被强制为0,即没有位置期间举行的“烧钱”期


参数:short
Logical.  If false the position function s(t) will be forced to 0 when it would otherwise be -1, i.e. no short selling
逻辑。如果为false的位置函数s(t)将被强制为0时,将是-1,即不允许卖空


参数:condition
An extra opportunity to restrict the TTR so that position is forced to 0 under some condition.  Must be a binary string of the same length as the data 'x'.  See 'position' for more details.
限制TTR一个额外的机会,所以在一定条件下,该位置被强制为0。相同的长度的数据的“x”必须是一个二进制串。有关详细信息,请参阅“位置”。


参数:silent
Logical.  If TRUE, supresses output from subroutines
逻辑。如果为TRUE,supresses输出子程序


参数:TC
Percentage used to compute returns adjusted for trading costs.
使用百分比来计算调整交易成本的回报。


参数:loud
Logical.  If FALSE, supresses output from the main function(s).
逻辑。如果为FALSE,supresses的主要功能输出(S)。


参数:plot
Logical.  If FALSE, supresses plot of results by parameter choice.
逻辑。如果为FALSE,supresses图的参数选择的结果。


参数:alpha
Confidence level for 2-sided hypothesis testing
双面假设检验的置信水平


参数:periods
How many subperiods into which the function will divide the data.
多少subperiods的功能划分数据。


参数:file
The full writable path string for a file to which output will be appended.  Ideal for reviewing results.
全写的路径字符串的文件的输出将被追加。理想的审查结果。


参数:latex
Full path name for a writable file.  The laTeX code that generates a figure with a summary of the output will be appended to file.
可写的文件的完整路径名。 LaTeX的代码生成一个摘要输出的数字将被追加到文件中。


参数:benchmark
When computing 'excess' returns, all functions in this package subtract the conditional returns based on a given "ttr" from the "benchmark" returns.  Two different TTRs can be compared this way if desired.
当计算“过剩的回报,在此包中的所有功能根据给定的”TTR“的”标杆“回报减去有条件的回报。这样可以比较两种不同的TTRS,如果需要的话。


Details

详细信息----------Details----------

This function will only allow a list of parameters with length at most 4.  If a TTR requires more than 4 parameters, it is not supported here (yet).  
此功能将只允许长度至多4个参数的列表。如果一个的TTR需要超过4个参数,它不支持(目前)这里。

If a TTR uses 3 or 4 parameters, it may be 'restricted'.  In this case it is assumed that the first 2 parameters are related, and forces the  second parameter to be strictly greater than the first.  The 3rd and 4th  parameters are treated similarly.  Built in TTRs 'macd' and 'macd4' are restricted.  Users may wish to 'restrict' user defined TTR, if appropriate.
如果TTR的使用3个或4个参数,它可以限制。在这种情况下,假定第2参数是相关的,并强制的第二个参数是严格大于所述第一。第3和第4个参数同样对待。建于纺织商登记方案“MACD”和“macd4受到限制。用户可能希望“限制”用户定义的TTR(如适用)。

Example: (4 parameters) start = c(2,4,3,6) nSteps = c(3,5,1,2) stepSize = c(4,5,2,3)
例:(4个参数)开始= C(2,4,3,6)nSteps = C(3,5,1,2),步长= C(4,5,2,3)

The values of the first parameter would be (2,6,10) The values of the second parameter would be (4,9,14,19,24) PLUS THE FIRST!!! The values of the third parameter would be (3) The values of the fourth parameter would be (6,9) PLUS THE THIRD!!!
的第一个参数的值将是(2,6,10)的第二个参数的值将是(4,9,14,19,24),再加上第!第三个参数的值将是(3)的第四个参数的值,将(6,9)PLUS第三!

So there would be 30 parameterizations in this domain.  They would be: (2,6,3,6) , (2,11,3,6) , ... (notice the second parameter is NOT 4,9,...) (6,10,3,6) , (6,15,3,6) , ... (it is forced to be strictly greater) (10,14,3,6) , (10,19,3,6) , ... (by adding the first parameter)
因此,在这一领域会有30参数化。他们是:(2,6,3,6),(2,11,3,6),... (注意第二个参数是4,9,...)(6,10,3,6),(6,15,3,6),... (被强制严格大于)(10,14,3,6),(10,19,3,6),... (通过加入第一个参数)

If restrict = FALSE, no such adjustment will be made to the choice of domain for parameters.
如果限制= FALSE,这样的调整将域参数的选择。


值----------Value----------

Output is a list containing: The observed covariance The observed correlation coefficient The raw ordered pair data used to measure these
输出是一个列表,其中包含:所观察到的协方差所观察到的相关系数原始有序对所用数据来衡量这些


注意----------Note----------

EXTREMELY IMPORTANT NOTE: The functions in this package evaluate past  performance only.  No warranty is made that the results of these tests should,  or even can, be used to inform business decisions or make predictions of  future events.  
非常重要的注意:这个包中的功能评估过去的表现。这些测试的结果,甚至是可以被用来通知商业决策或做出对未来事件的预测,作出任何保证。

The author does not make any claim that any results will predict future  performance.  No such prediction is made, directly or implied, by the outputs of  these function, and any attempt to use these function for such prediction is done  solely at the risk of the end user.
作者并没有提出任何申索任何结果,预测未来的表现。没有这样的预测,直接或暗示,这些函数的输出,和使用这些功能,这样的预测的任何企图仅在最终用户的风险。


(作者)----------Author(s)----------



David St John




参考文献----------References----------

Ryan Sullivan, Allan Timmermann, and Halbert White. Data snooping, technical trading rule performance, and the bootstrap. The Journal of Finance, 54(5):1647-1691, 1999.

实例----------Examples----------



data(spData)
sp <- subperiods(spData)

sp[[1]]
sp[[2]]


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-28 22:42 , Processed in 0.019523 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表