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

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

[复制链接]
发表于 2012-9-28 22:39:11 | 显示全部楼层 |阅读模式
tradesCleanupFinal(RTAQ)
tradesCleanupFinal()所属R语言包:RTAQ

                                       
                                         

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

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

Function performs cleaning procedure rmTradeOutliers  for the trades of all stocks in "ticker" over the interval  [from,to] and saves the result in "datadestination".  Note that preferably the input data for this function  is trade and quote data cleaned by respectively e.g. tradesCleanup and quotesCleanup.
函数执行清洗程序rmTradeOutliers行业的所有股票中的“股票”在区间[,]和结果保存在在“datadestination”。需要注意的是最好的输入数据,此功能是贸易和报价数据分别,例如清洗tradesCleanup和quotesCleanup。


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


tradesCleanupFinal(from,to,datasource,datadestination,ticker,
                    tdata,qdata,...)



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

参数:from
character indicating first date to clean, e.g. "2008-01-30".
字符表示第一次约会的清洁,例如“2008-01-30”。


参数:to
character indicating last date to clean, e.g. "2008-01-31".
字符表示最后日期清洁,例如“2008-01-31”。


参数:datasource
character indicating the folder in which the original data is stored.
字符显示的文件夹中存储的原始数据。


参数:datadestination
character indicating the folder in which the cleaned data is stored.
字符,指示清理的数据存储的文件夹中。


参数:ticker
vector of tickers for which the data should be cleaned.
向量的应进行清洗,其数据的代号。


参数:tdata
xts object containing (ONE day and for ONE stock only) trade data cleaned by tradesCleanup. This argument is NULL by default. Enabling it, means the arguments from, to, datasource and datadestination will be ignored. (only advisable for small chunks of data)
的XTS对象包含(一天只有一个股票)交易数据清洗tradesCleanup。默认情况下,此参数为NULL。启用它,这意味着参数,数据源和将被忽略datadestination。 (唯一可取一小块一小块的数据)


参数:qdata
xts object containing (ONE day and for ONE stock only) cleaned quote data. This argument is NULL by default. Enabling it means the arguments from, to, datasource, datadestination will be ignored. (only advisable for small chunks of data)
的XTS对象包含(一天只有一个股票)清理报价数据。默认情况下,此参数为NULL。启用它指的论点,数据源,datadestination将被忽略。 (唯一可取一小块一小块的数据)


参数:...
additional arguments.
其他参数。


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

For each day an xts object is saved into the folder of that date, containing the cleaned data. This procedure is performed for each stock in "ticker".
每一天的XTS对象保存到该日期的文件夹,包含清理的数据。执行此过程的每个股票在“股票”。

In case you supply the arguments "tdata" and "qdata", the on-disk functionality is ignored and the function returns a list with the cleaned trades as xts object (see examples).
如果你提供的参数“TDATA”和“qdata”,在磁盘上的功能被忽略,并与清洗行业XTS对象,该函数返回一个列表(参见示例)。


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


Jonathan Cornelissen and Kris Boudt



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

kernels in practice: Trades and quotes. Econometrics Journal 12, C1-C32.
Financial econometric analysis at ultra-high frequency: Data handling concerns. Computational Statistics & Data Analysis, 51, pages 2232-2245.

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


#Consider you have raw trade data for 1 stock for 1 day [想想你有原始交易数据为1股票1天]
data("sample_qdata");    #load cleaned quote data[装入清洁的报价数据]
data("sample_tdataraw"); #load raw trade data[加载原始贸易数据]
tdata_afterfirstcleaning = tradesCleanup(tdataraw=sample_tdataraw,
exchange="N",report=FALSE);
dim(tdata_afterfirstcleaning);
tdata_afterfinalcleaning = tradesCleanupFinal(qdata=sample_qdata,
tdata=tdata_afterfirstcleaning);
dim(tdata_afterfinalcleaning);
#In case you have more data it is advised to use the on-disk functionality[如果你有更多的数据,建议使用磁盘上的功能]
#via "from","to","datasource",etc. arguments[通过“”,“”,“数据源”,等等。参数]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 22:33 , Processed in 0.027755 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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